Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2013 20:18:09 GMT
From:      Hannes <h2+fbsdports@fsfe.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/176700: Update Ports to prevent build with PKGNG and update Maintainer's E-Mail
Message-ID:  <201303062018.r26KI99H036098@red.freebsd.org>
Resent-Message-ID: <201303062020.r26KK03j068146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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     root@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=    kports@soulrebel.in-berlin.de
+MAINTAINER=    h2+fbsdports@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=    kports@soulrebel.in-berlin.de
+MAINTAINER=    h2+fbsdports@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303062018.r26KI99H036098>