>Number: 176700 >Category: misc >Synopsis: Update Ports to prevent build with PKGNG and update >Maintainer's E-Mail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 06 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hannes >Release: 9.1-RELEASE >Organization: FSFE >Environment: FreeBSD fbsdmain 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: see Synopsis >How-To-Repeat:
>Fix: ==== PATCH 1 ==== -- kportsORIG/Makefile 2012-11-17 07:00:45.000000000 +0100 +++ kports/Makefile 2013-03-06 21:04:56.177551451 +0100 @@ -11,7 +11,7 @@ CATEGORIES= ports-mgmt kde MASTER_SITES= SF -MAINTAINER= kpo...@soulrebel.in-berlin.de +MAINTAINER= h2+fbsdpo...@fsfe.org COMMENT= KDE3-Version of your favorite frontend to the Ports USE_BZIP2= yes @@ -30,6 +30,10 @@ .include <bsd.port.options.mk> +.if defined(WITH_PKGNG) +IGNORE= Only works with traditional pkg-tools +.endif + .if defined(WITHOUT_KDESU) && defined(WITHOUT_KDESU4) && defined(WITHOUT_GKSU) PKGMESSAGE= ${FILESDIR}/pkg-message.nosu .endif ==== PATCH2 ==== diff -ru kports-qt4ORIG/Makefile kports-qt4/Makefile --- kports-qt4ORIG/Makefile 2012-11-17 07:00:45.000000000 +0100 +++ kports-qt4/Makefile 2013-03-06 21:05:53.055673670 +0100 @@ -11,7 +11,7 @@ CATEGORIES= ports-mgmt kde MASTER_SITES= SF -MAINTAINER= kpo...@soulrebel.in-berlin.de +MAINTAINER= h2+fbsdpo...@fsfe.org COMMENT= Qt4-Version of your favorite frontend to the Ports RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit \ @@ -33,6 +33,10 @@ OXYGEN "Pull in Oxygen icons (recommended)" on \ KDEBASE "Pull in kdebase-runtime for kdesu" on +.if defined(WITH_PKGNG) +IGNORE= Only works with traditional pkg-tools +.endif + .include <bsd.port.options.mk> .if !defined(WITHOUT_OXYGEN) >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"