mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.08, unbreak and clean up a little
This commit is contained in:
parent
a378806b57
commit
0d3e904255
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176212
4 changed files with 16 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
||||||
# New ports collection makefile for: p5-GDBM
|
# New ports collection makefile for: p5-GDBM
|
||||||
# Date created: Nov 9 1999
|
# Date created: Nov 9 1999
|
||||||
# Whom: Nick Sayer <nsayer@FreeBSD.ORG>
|
# Whom: Nick Sayer <nsayer@FreeBSD.ORG>
|
||||||
#
|
#
|
||||||
|
@ -7,28 +7,26 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= p5-GDBM
|
PORTNAME= GDBM
|
||||||
PORTVERSION= 1.00
|
PORTVERSION= 1.08
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= CPAN/../../src
|
||||||
MASTER_SITE_SUBDIR= ../../src
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= perl5.005_03
|
DISTNAME= perl-5.8.8
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Perl module to use the GNU Data Base Manager (gdbm)
|
COMMENT= GNU Data Base Manager (gdbm) interface
|
||||||
|
|
||||||
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/ext/GDBM_File
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File
|
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File
|
||||||
|
CFLAGS= -I${LOCALBASE}/include
|
||||||
MAN3= GDBM_File.3
|
MAN3= GDBM_File.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/MAN3PODS/s|.*||' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
.if ${PERL_LEVEL} >= 500800
|
.include <bsd.port.mk>
|
||||||
BROKEN= "Does not compile"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (perl5.005_03.tar.gz) = 427890d97e32430341c1fa80f55277a7
|
MD5 (perl-5.8.8.tar.bz2) = a377c0c67ab43fd96eeec29ce19e8382
|
||||||
SHA256 (perl5.005_03.tar.gz) = 93f41cd87ab8ee83391cfa39a63b076adeb7c3501d2efa31b98d0ef037122bd1
|
SHA256 (perl-5.8.8.tar.bz2) = 818a140d9c04ea8dab3a05104b34ced7f7d9d0a91bfed91baf89a84d0dfb1bc9
|
||||||
SIZE (perl5.005_03.tar.gz) = 3679040
|
SIZE (perl-5.8.8.tar.bz2) = 10123359
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- Makefile.PL.orig Tue Nov 9 09:03:15 1999
|
|
||||||
+++ Makefile.PL Tue Nov 9 08:13:45 1999
|
|
||||||
@@ -2,7 +2,7 @@
|
|
||||||
use ExtUtils::MakeMaker;
|
|
||||||
WriteMakefile(
|
|
||||||
NAME => 'GDBM_File',
|
|
||||||
+ INC => '-I/usr/local/include',
|
|
||||||
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
|
|
||||||
- MAN3PODS => {}, # Pods will be built by installman.
|
|
||||||
XSPROTOARG => '-noprototypes', # XXX remove later?
|
|
|
@ -2,5 +2,4 @@
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/.packlist
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.bs
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.bs
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.so
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.so
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File/autosplit.ix
|
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GDBM_File
|
||||||
|
|
Loading…
Add table
Reference in a new issue