From 5c622eef7536139d97ec172f128d812f67364409 Mon Sep 17 00:00:00 2001 From: snj Date: Tue, 11 May 2004 03:33:57 +0000 Subject: Convert to buildlink3. --- lang/cim/Makefile | 15 ++++++++++++--- lang/cim/distinfo | 3 ++- lang/cim/patches/patch-ab | 13 +++++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 lang/cim/patches/patch-ab (limited to 'lang/cim') diff --git a/lang/cim/Makefile b/lang/cim/Makefile index fc936deb698..af3df13d770 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/09 10:59:06 seb Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/11 03:33:57 snj Exp $ DISTNAME= cim-3.30 CATEGORIES= lang @@ -8,12 +8,21 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cim/cim.html COMMENT= Simula compiler based on the C programming language -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig INFO_FILES= cim.info -.include "../../lang/perl5/buildlink2.mk" +SUBST_CLASSES+= x +SUBST_STAGE.x= post-patch +SUBST_FILES.x= src/cimcomp.c +SUBST_SED.x= -e "s|SCC|\"${CC}\"|" +SUBST_SED.x+= -e "s|SCFLAGS|\"${CFLAGS} -I${PREFIX}/include\"|" +SUBST_SED.x+= -e "s|SLDFLAGS|\"-L${PREFIX}/lib -Wl,${RPATH_FLAG}${PREFIX}/lib\"|" +SUBST_SED.x+= -e "s|= LIBDIR|= \"${PREFIX}/lib\"|" +SUBST_SED.x+= -e "s|= INCLUDEDIR|= \"${PREFIX}/include\"|" + +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/cim/distinfo b/lang/cim/distinfo index ba84eb8a424..221d77d869a 100644 --- a/lang/cim/distinfo +++ b/lang/cim/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 01:10:58 jtb Exp $ +$NetBSD: distinfo,v 1.4 2004/05/11 03:33:57 snj Exp $ SHA1 (cim-3.30.tar.gz) = 8636ac8d1eaee793769051af60140af80b82b22f Size (cim-3.30.tar.gz) = 416809 bytes SHA1 (patch-aa) = f05149918e1a47017f9dbdcf0a3adaec6033a2b2 +SHA1 (patch-ab) = 247f63ecbcccbafa84f1ae8b97a616d24591275d diff --git a/lang/cim/patches/patch-ab b/lang/cim/patches/patch-ab new file mode 100644 index 00000000000..0c2ef7a1b4f --- /dev/null +++ b/lang/cim/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/05/11 03:33:57 snj Exp $ + +--- src/Makefile.in.orig 2004-05-10 19:45:42.000000000 -0700 ++++ src/Makefile.in 2004-05-10 19:46:20.000000000 -0700 +@@ -355,7 +355,7 @@ maintainer-clean-generic clean mostlycle + + + cimcomp.o: cimcomp.c Makefile +- $(COMPILE) '-DSCC="$(SCC)"' '-DSCFLAGS="$(SCFLAGS)"' '-DSLDFLAGS="$(SLDFLAGS)"' '-DSLIBS="$(SLIBS)"' '-DLIBDIR="$(libdir)"' '-DINCLUDEDIR="$(includedir)"' -c $(srcdir)/cimcomp.c ++ $(COMPILE) '-DSLIBS="$(SLIBS)"' -c $(srcdir)/cimcomp.c + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3