aboutsummaryrefslogtreecommitdiffstats
path: root/databases/firebird-server/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-12 18:11:25 +0800
committerale <ale@FreeBSD.org>2004-02-12 18:11:25 +0800
commit231ffc9340c1ff1921ea5e66ba8b31f35b5ef418 (patch)
tree7d3b06ca17a01cf75871ba9982f5d0e006c6441b /databases/firebird-server/Makefile
parent132f792caaaa66dde0638f094fb6bcce00354a98 (diff)
downloadfreebsd-ports-gnome-231ffc9340c1ff1921ea5e66ba8b31f35b5ef418.tar.gz
freebsd-ports-gnome-231ffc9340c1ff1921ea5e66ba8b31f35b5ef418.tar.zst
freebsd-ports-gnome-231ffc9340c1ff1921ea5e66ba8b31f35b5ef418.zip
- Update to 1.5 RC9 [1]
- don't use USE_LIBTOOL if the port don't want patch-libtool PR: ports/62716 Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer) Approved by: nork (mentor/implicitly)
Diffstat (limited to 'databases/firebird-server/Makefile')
-rw-r--r--databases/firebird-server/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile
index 6d32b6d4fbe8..b9274bbea561 100644
--- a/databases/firebird-server/Makefile
+++ b/databases/firebird-server/Makefile
@@ -6,21 +6,21 @@
#
PORTNAME= firebird
-PORTVERSION= 1.5.r8
-PORTREVISION= 1
+PORTVERSION= 1.5.r9
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.aims.net.au/chris/firebird/
MASTER_SITE_SUBDIR=firebird
-DISTNAME= firebird15-rc8
+DISTNAME= Firebird-1.5.0.4288.src
MAINTAINER= chris@e-easy.com.au
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
+USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+WANT_LIBTOOL_VER= 13
WANT_AUTOCONF_VER= 253
USE_GCC= 3.3
@@ -29,7 +29,7 @@ LD= gcc
CONFLICTS= firebird-devel-*
-WRKSRC= ${WRKDIR}/firebird15
+WRKSRC= ${WRKDIR}/firebird15-rc9
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
MSG_FILE= ${PKGDIR}/pkg-message
@@ -54,9 +54,6 @@ pre-everything::
@sleep 10
.endif
-patch-libtool:
- @${DO_NADA}
-
do-configure:
@(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \
LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \