View | Details | Raw Unified | Return to bug 61276
Collapse All | Expand All

(-)firebird/Makefile (-3 / +8 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	firebird
8
PORTNAME=	firebird
9
PORTVERSION=	1.5.r7
9
PORTVERSION=	1.5.r8
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://www.aims.net.au/chris/firebird/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=firebird
12
MASTER_SITE_SUBDIR=firebird
13
DISTNAME=	firebird15-rc7
13
DISTNAME=	firebird15-rc8
14
14
15
MAINTAINER=	chris@e-easy.com.au
15
MAINTAINER=	chris@e-easy.com.au
16
COMMENT=	The open-source InterBase(tm) 6.0 spin-off (Classic version)
16
COMMENT=	The open-source InterBase(tm) 6.0 spin-off (Classic version)
Lines 65-69 Link Here
65
	cd ${WRKSRC};							\
65
	cd ${WRKSRC};							\
66
	${ENV} CC=${CC} CXX=${CXX} ${GMAKE} all;			\
66
	${ENV} CC=${CC} CXX=${CXX} ${GMAKE} all;			\
67
	)
67
	)
68
69
post-install:
70
	${INSTALL_DATA} ${FILESDIR}/RELNOTES \
71
			${PREFIX}/firebird
72
	@${CAT} ${PKGMESSAGE}
68
73
69
.include <bsd.port.post.mk>
74
.include <bsd.port.post.mk>
(-)firebird/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (firebird15-rc7.tar.bz2) = f6a3a4afa1f2fdfde9a4348a618c4896
1
MD5 (firebird15-rc8.tar.bz2) = cb775b56c0b3067994ec78f15a9e757d
(-)firebird/files/RELNOTES (+6 lines)
Lines 71-76 Link Here
71
traversing to /usr/interbase/misc will find the startup scripts for
71
traversing to /usr/interbase/misc will find the startup scripts for
72
the various flavours of Linux.
72
the various flavours of Linux.
73
73
74
    This installation has already inserted necessary line to your
75
inetd.conf, so that you can connect to Firebird through TCP socket.
76
However you need to add remote host to /etc/hosts.equiv file:
77
78
	echo localhost >>/etc/hosts.equiv
79
74
    Complete documentation for InterBase(tm) is available (free of
80
    Complete documentation for InterBase(tm) is available (free of
75
charge) from http://www.interbase.com/ in PDF format.  While
81
charge) from http://www.interbase.com/ in PDF format.  While
76
InterBase and Firebird are two distinct entities, all InterBase
82
InterBase and Firebird are two distinct entities, all InterBase
(-)firebird/files/patch-autogen.sh (-24 / +14 lines)
Lines 1-26 Link Here
1
--- autogen.sh.orig	Fri Apr 18 04:41:28 2003
1
--- autogen.sh.orig	Mon Jan 12 23:14:11 2004
2
+++ autogen.sh	Sun Aug 24 18:39:45 2003
2
+++ autogen.sh	Mon Jan 12 23:14:50 2004
3
@@ -20,7 +20,7 @@
3
@@ -14,11 +14,11 @@
4
   ;;
4
 fi
5
 esac
5
 if [ -z $LIBTOOL ]
6
 
6
 then
7
-VER=`libtool --version|grep ' libtool)'|sed 's/.*) \([0-9][0-9.]*\) .*/\1/'`
7
-  LIBTOOL=libtool
8
+VER=`libtool13 --version|grep ' libtool)'|sed 's/.*) \([0-9][0-9.]*\) .*/\1/'`
8
+  LIBTOOL=libtool13
9
 case "$VER" in
9
 fi
10
  0* | 1\.[0-2] | 1\.[0-2][a-z]* | \
10
 if [ -z $LIBTOOLIZE ]
11
  1\.3\.[0-2] | 1\.3\.[0-2][a-z]* )
11
 then
12
@@ -50,12 +50,12 @@
12
-  LIBTOOLIZE=libtoolize
13
 
13
+  LIBTOOLIZE=libtoolize13
14
 # Generate configure from configure.in
15
 echo "Running libtoolize ..."
16
-LIBTOOL_M4=`libtoolize --copy --force --dry-run|grep 'You should add the contents of'|sed "s,^[^/]*\(/[^']*\).*$,\1,"`
17
+LIBTOOL_M4=`libtoolize13 --copy --force --dry-run|grep 'You should add the contents of'|sed "s,^[^/]*\(/[^']*\).*$,\1,"`
18
 if test "x$LIBTOOL_M4" != "x"; then
19
  rm -f aclocal.m4
20
  cp $LIBTOOL_M4 aclocal.m4
21
 fi
14
 fi
22
-libtoolize --copy --force || exit 1
23
+libtoolize13 --copy --force || exit 1
24
 
15
 
25
 echo "Running autoconf ..."
16
 echo "AUTOCONF="$AUTOCONF
26
 autoconf || exit 1
(-)firebird/pkg-plist (+1 lines)
Lines 110-115 Link Here
110
firebird/lib/libgds.so.1
110
firebird/lib/libgds.so.1
111
firebird/lib/libib_util.so
111
firebird/lib/libib_util.so
112
firebird/security.fdb
112
firebird/security.fdb
113
firebird/RELNOTES
113
@dirrm firebird/UDF
114
@dirrm firebird/UDF
114
@dirrm firebird/bin
115
@dirrm firebird/bin
115
@dirrm firebird/doc/sql.extensions
116
@dirrm firebird/doc/sql.extensions

Return to bug 61276