misc/94231: sysutils/kdeadmin3: kpackage doesn't use /usr/ports/INDEX-{4, 6, 7} file

Scot Hetzel swhetzel at gmail.com
Wed Mar 8 08:00:29 PST 2006


The following reply was made to PR misc/94231; it has been noted by GNATS.

From: "Scot Hetzel" <swhetzel at gmail.com>
To: FreeBSD-gnats-submit at freebsd.org
Cc:  
Subject: Re: misc/94231: sysutils/kdeadmin3: kpackage doesn't use /usr/ports/INDEX-{4,6,7} file
Date: Wed, 8 Mar 2006 09:56:03 -0600

 ------=_Part_2716_5685935.1141833363015
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94231
 
 Attached is a patch to sysutils/kdeadmin3 that fixes kpackage so that
 it can read the INDEX-{4,6,7} file on FreeBSD {4,6,7}.
 
 Scot
 --
 DISCLAIMER:
 No electrons were mamed while sending this message. Only slightly bruised.
 
 ------=_Part_2716_5685935.1141833363015
 Content-Type: text/plain; name=kdeadmin3.patch; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 X-Attachment-Id: f_ekjtycuq
 Content-Disposition: attachment; filename="kdeadmin3.patch"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/kdeadmin3/Makefile,v
 retrieving revision 1.40
 diff -u -r1.40 Makefile
 --- Makefile	23 Feb 2006 10:39:10 -0000	1.40
 +++ Makefile	8 Mar 2006 13:54:18 -0000
 @@ -31,6 +31,8 @@
  	${REINPLACE_CMD} -e \
  	's|pkgconfigdir =.*|pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig|g' \
  		${WRKSRC}/knetworkconf/backends/Makefile.in
 +	${REINPLACE_CMD} -e 's|INDEX-5|${INDEXFILE}|g' \
 +		${WRKSRC}/kpackage/fbsdInterface.cpp
  
  .include "${.CURDIR}/../../x11/kde3/Makefile.kde"
  .include <bsd.port.mk>
 
 
 ------=_Part_2716_5685935.1141833363015--


More information about the freebsd-bugs mailing list