pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove a non-existent file and bl3ify, fixes the probl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cecf0583dce
branches:  trunk
changeset: 471162:8cecf0583dce
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Mar 20 15:35:38 2004 +0000

description:
Remove a non-existent file and bl3ify, fixes the problem seen in agc@'s
bulk build. Bump PKGREVISION.

diffstat:

 doc/CHANGES           |   3 ++-
 sysutils/xfe/Makefile |  12 ++++++------
 sysutils/xfe/PLIST    |   3 +--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r ce06ea8df821 -r 8cecf0583dce doc/CHANGES
--- a/doc/CHANGES       Sat Mar 20 15:16:10 2004 +0000
+++ b/doc/CHANGES       Sat Mar 20 15:35:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5280 2004/03/20 04:40:31 taca Exp $
+$NetBSD: CHANGES,v 1.5281 2004/03/20 15:35:38 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1494,3 +1494,4 @@
        Updated eblook to 1.6 [uebayasi 2004-03-19]
        Updated lookup to 1.4 [uebayasi 2004-03-19]
        Updated ruby-base to 1.6.8.nb4 [taca 2004-03-20]
+       Updated xfe to 0.54.2nb3 [xtraeme 2004-03-20]
diff -r ce06ea8df821 -r 8cecf0583dce sysutils/xfe/Makefile
--- a/sysutils/xfe/Makefile     Sat Mar 20 15:16:10 2004 +0000
+++ b/sysutils/xfe/Makefile     Sat Mar 20 15:35:38 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/03/08 19:40:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/20 15:35:38 xtraeme Exp $
 #
 
 DISTNAME=      xfe-0.54.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xfe/}
 
@@ -13,7 +13,7 @@
 BUILD_USES_MSGFMT=     yes
 DEPENDS+=              xdg-dirs>=1.1:../../misc/xdg-dirs
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
@@ -28,7 +28,7 @@
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/Desktop ${EGDIR}
 
-.include "../../x11/fox/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/fox/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce06ea8df821 -r 8cecf0583dce sysutils/xfe/PLIST
--- a/sysutils/xfe/PLIST        Sat Mar 20 15:16:10 2004 +0000
+++ b/sysutils/xfe/PLIST        Sat Mar 20 15:35:38 2004 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 16:09:22 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/03/20 15:35:38 xtraeme Exp $
 bin/xfe
 bin/xfq
 bin/xfv
-lib/charset.alias
 lib/foxicons/a_32x32.gif
 lib/foxicons/bak_16x16.gif
 lib/foxicons/bak_32x32.gif



Home | Main Index | Thread Index | Old Index