pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/i386-netbsdpe Add missing INFO file, and remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4be39e11659f
branches:  trunk
changeset: 508234:4be39e11659f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 16 18:12:58 2006 +0000

description:
Add missing INFO file, and remove lib/gcc-lib if possible,
for CHECK_FILES builds. Bump PKGREVISION.

diffstat:

 cross/i386-netbsdpe/Makefile |  13 +++++++++----
 cross/i386-netbsdpe/PLIST    |   3 ++-
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r 987b83498c7e -r 4be39e11659f cross/i386-netbsdpe/Makefile
--- a/cross/i386-netbsdpe/Makefile      Thu Feb 16 18:12:26 2006 +0000
+++ b/cross/i386-netbsdpe/Makefile      Thu Feb 16 18:12:58 2006 +0000
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 20:49:56 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/16 18:12:58 wiz Exp $
 
+DISTNAME=              cross-${TARGET_ARCH}-${DISTVERSION}
 DISTVERSION=           3.3.3
+PKGREVISION=           1
+CATEGORIES+=           cross lang
+MASTER_SITES=          http://chiharu.hauN.org/peace/dist/
+
 MAINTAINER=            peace-sacrifice%hauN.org@localhost
 HOMEPAGE=              http://chiharu.hauN.org/peace/
-MASTER_SITES=          http://chiharu.hauN.org/peace/dist/
 COMMENT=               Cross-compile environment for PEACE/i386
+
 # Need NetBSD headers in /usr/include
 ONLY_FOR_PLATFORM=     NetBSD-1.6[Q-Z]*-* NetBSD-[2-9]*-*
 CONFLICTS=             pth-[0-9]* pth-current-[0-9]* pth-syscall-[0-9]*
-DISTNAME=              cross-${TARGET_ARCH}-${DISTVERSION}
-CATEGORIES+=           cross lang
 USE_CROSSBASE=         yes
 
 WRKSRC=                        ${WRKDIR}/${GCC_DISTNAME}
@@ -20,6 +23,8 @@
 GCC_CONFIGURE_ARGS+=   --enable-threads
 BINUTILS_EXTRAS=       dlltool dllwrap windres
 
+INFO_FILES=            bfd.info
+
 # Mingw pathes
 DISTFILES+=            gcc-3.3.3-20040217-1-src.diff.gz
 GCC_WIN32_PATCH=       ${WRKDIR}/gcc-3.3.3-20040217-1-src.diff
diff -r 987b83498c7e -r 4be39e11659f cross/i386-netbsdpe/PLIST
--- a/cross/i386-netbsdpe/PLIST Thu Feb 16 18:12:26 2006 +0000
+++ b/cross/i386-netbsdpe/PLIST Thu Feb 16 18:12:58 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/03/09 12:19:12 kent Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/02/16 18:12:58 wiz Exp $
 bin/i386-netbsdpe-addr2line
 bin/i386-netbsdpe-ar
 bin/i386-netbsdpe-as
@@ -76,6 +76,7 @@
 @dirrm lib/gcc-lib/i386-netbsdpe/3.3.3/include
 @dirrm lib/gcc-lib/i386-netbsdpe/3.3.3
 @dirrm lib/gcc-lib/i386-netbsdpe
+@unexec ${RMDIR} %D/lib/gcc-lib 2>/dev/null || ${TRUE}
 @dirrm i386-netbsdpe/share/locale/tr/LC_MESSAGES
 @dirrm i386-netbsdpe/share/locale/tr
 @dirrm i386-netbsdpe/share/locale/sv/LC_MESSAGES



Home | Main Index | Thread Index | Old Index