diff options
author | obache <obache@pkgsrc.org> | 2012-01-14 07:44:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-14 07:44:33 +0000 |
commit | 8cb4e3ec6c6ed4dd35e25b61013f80f182e40f1e (patch) | |
tree | f1a7084386256d1f181a787d53c0639fc9d2d317 /lang/gpc | |
parent | f792b89a5c3e7a22c5473f02eef46c0643a97f72 (diff) | |
download | pkgsrc-8cb4e3ec6c6ed4dd35e25b61013f80f182e40f1e.tar.gz |
gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
* Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
real GNU sed is required.
* In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
Diffstat (limited to 'lang/gpc')
-rw-r--r-- | lang/gpc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index d96f897c73e..1e85144d103 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2010/02/14 06:58:25 dholland Exp $ +# $NetBSD: Makefile,v 1.33 2012/01/14 07:44:34 obache Exp $ DISTNAME= gpc-2.1 PKGREVISION= 5 @@ -17,12 +17,10 @@ PKG_DESTDIR_SUPPORT= user-destdir PATCH_SITES= ${MASTER_SITE_LOCAL} PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz -BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed - NOT_FOR_PLATFORM+= Interix-*-* *-*-x86_64 WRKSRC= ${WRKDIR}/gcc-2.95.3 -USE_TOOLS+= gmake +USE_TOOLS+= gmake gsed USE_NCURSES= yes PLIST_SRC= PLIST |