diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-07 21:41:51 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-07 21:41:51 +0000 |
commit | 0b226a72c6c51749c1948945a5231dc42f9688bf (patch) | |
tree | 9d49f0c3d9619339c237b746089d9436e85fcda5 | |
parent | 21705dfbab3977f99f8627088b02c9e74c74dadf (diff) | |
download | FreeBSD-ports-0b226a72c6c51749c1948945a5231dc42f9688bf.zip FreeBSD-ports-0b226a72c6c51749c1948945a5231dc42f9688bf.tar.gz |
Update to 2.0.a2
PR: ports/80658
Submitted by: maintainer
-rw-r--r-- | databases/firebird-devel/Makefile | 12 | ||||
-rw-r--r-- | databases/firebird-devel/distinfo | 4 | ||||
-rw-r--r-- | databases/firebird-devel/files/pkg-install.in (renamed from databases/firebird-devel/pkg-install) | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 61abc84..394a68f 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= firebird -PORTVERSION= 2.0.a1 +PORTVERSION= 2.0.a2 CATEGORIES= databases MASTER_SITES= http://www.ramenzoni.com.br/~garga/firebird/ \ http://www.galle.com.br/~renato/firebird/ \ http://www.brainsoft.com.br/~garga/firebird/ MASTER_SITE_SUBDIR= firebird PKGNAMESUFFIX= -devel -DISTNAME= firebird2-20050327 +DISTNAME= firebird2-20050505 MAINTAINER= freebsd@galle.com.br COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) @@ -24,14 +24,14 @@ WANT_LIBTOOL_VER= 15 WANT_AUTOCONF_VER= 259 GNU_CONFIGURE= yes USE_GCC= 3.4 +USE_REINPLACE= yes CONFLICTS= firebird-1.* WRKSRC= ${WRKDIR}/firebird2 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message pkg-install ONLY_FOR_ARCHS= i386 @@ -55,6 +55,10 @@ pre-everything:: @sleep 10 .endif +post-patch: + @${REINPLACE_CMD} 's,InstallPrefix/etc,${LOCALBASE}/etc,g' \ + ${WRKSRC}/builds/install/arch-specific/freebsd/install.sh.in + do-configure: @(cd ${WRKSRC} && ${ENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ diff --git a/databases/firebird-devel/distinfo b/databases/firebird-devel/distinfo index 650cb1e..89cad2e 100644 --- a/databases/firebird-devel/distinfo +++ b/databases/firebird-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (firebird2-20050327.tar.bz2) = 93996c74033f0efa180527e69f45196a -SIZE (firebird2-20050327.tar.bz2) = 4321529 +MD5 (firebird2-20050505.tar.bz2) = 26a666ffb3a0499e6bd8e1a87ebc4ad5 +SIZE (firebird2-20050505.tar.bz2) = 4341875 diff --git a/databases/firebird-devel/pkg-install b/databases/firebird-devel/files/pkg-install.in index 849d264..6c82e2a 100644 --- a/databases/firebird-devel/pkg-install +++ b/databases/firebird-devel/files/pkg-install.in @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: /tmp/pcvs/ports/databases/firebird-devel/files/Attic/pkg-install.in,v 1.1 2005-05-07 21:41:51 jylefort Exp $ PATH=/bin:/usr/bin:/usr/sbin @@ -137,8 +137,8 @@ chmod 660 security2.fdb if [ -d $PKG_PREFIX/etc/rc.d ]; then ( echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib" - ) > $PKG_PREFIX/etc/rc.d/000.firebird.sh - chmod a=rx $PKG_PREFIX/etc/rc.d/000.firebird.sh + ) > %%LOCALBASE%%/etc/rc.d/000.firebird.sh + chmod a=rx %%LOCALBASE%%/etc/rc.d/000.firebird.sh fi ;; |