diff options
author | wiz <wiz> | 2006-02-16 18:12:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-16 18:12:58 +0000 |
commit | eae31ae4de05daac6848ce009ac0e6be8b1c3c72 (patch) | |
tree | 82cc074ae5dce020b71291a7dd2c789512f0ef74 /cross | |
parent | 965b9d73e23f35211267cc7293502ac2fca3f9a8 (diff) | |
download | pkgsrc-eae31ae4de05daac6848ce009ac0e6be8b1c3c72.tar.gz |
Add missing INFO file, and remove lib/gcc-lib if possible,
for CHECK_FILES builds. Bump PKGREVISION.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 13 | ||||
-rw-r--r-- | cross/i386-netbsdpe/PLIST | 3 |
2 files changed, 11 insertions, 5 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index ec6d2527cef..144e10d7a37 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -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 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 @@ TARGET_ARCH= i386-netbsdpe 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 --git a/cross/i386-netbsdpe/PLIST b/cross/i386-netbsdpe/PLIST index 84f4df8f969..4353d88f968 100644 --- a/cross/i386-netbsdpe/PLIST +++ b/cross/i386-netbsdpe/PLIST @@ -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 @@ man/man1/i386-netbsdpe-windres.1 @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 |