diff options
author | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
commit | 6b651933b95c6a21e0e7629f5183e1492bb71903 (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /databases/rrdtool | |
parent | c861cb3db8ffcd7b9fa94be5348a80b681bcff64 (diff) | |
download | pkgsrc-6b651933b95c6a21e0e7629f5183e1492bb71903.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 15 | ||||
-rw-r--r-- | databases/rrdtool/pkg/PLIST | 10 |
2 files changed, 10 insertions, 15 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index cd73452994e..51f97e58c05 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/27 01:32:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/27 07:11:01 jlam Exp $ # DISTNAME= rrdtool-1.0.21 @@ -12,11 +12,10 @@ DEPENDS+= cgilib-0.5:../../www/cgilib DEPENDS+= gd>=1.7.3:../../graphics/gd DEPENDS+= jpeg-6*:../../graphics/jpeg -USE_PERL5= yes -USE_LIBTOOL= yes -USE_GMAKE= yes -USE_X11= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= # defined +USE_GMAKE= # defined +USE_X11= # defined +GNU_CONFIGURE= # defined CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -24,6 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CONFIGURE_ARGS= --enable-shared +USE_PERL5= # defined +PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDp/.packlist +PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDs/.packlist + # tcl build not enabled at this time. If this is turned on, the # following files & directory would have to be added to PLIST: # diff --git a/databases/rrdtool/pkg/PLIST b/databases/rrdtool/pkg/PLIST index 35aa74e880a..2771953032a 100644 --- a/databases/rrdtool/pkg/PLIST +++ b/databases/rrdtool/pkg/PLIST @@ -1,16 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2000/06/30 15:57:06 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/08/27 07:11:01 jlam Exp $ bin/rrdcgi bin/rrdtool bin/trytime lib/librrd.a lib/librrd.la lib/librrd.so.0.0 -lib/perl5/man/man3/RRDp.3 -lib/perl5/man/man3/RRDs.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDp/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDs/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDs/RRDs.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDs/RRDs.so man/man1/RRDp.1 man/man1/RRDs.1 man/man1/bin_dec_hex.1 @@ -125,5 +119,3 @@ share/rrdtool/lib/perl/auto/RRDs/RRDs.so @dirrm share/rrdtool @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDs -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/RRDp |