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

(-)databases/gigabase/Makefile (-4 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gigabase
8
PORTNAME=	gigabase
9
PORTVERSION=	3.58
9
PORTVERSION=	3.61
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
Lines 15-26 Link Here
15
15
16
WRKSRC=		${WRKDIR}/${PORTNAME}
16
WRKSRC=		${WRKDIR}/${PORTNAME}
17
17
18
USE_GNOME=	gnometarget
18
USE_GMAKE=	yes
19
USE_GMAKE=	yes
19
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
22
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
21
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
USE_GETTEXT=	yes
25
23
26
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)databases/gigabase/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gigabase-3.58.tar.gz) = ccc5218018fec4fe2a6b1c3722c5c26b
1
MD5 (gigabase-3.61.tar.gz) = 9bc3d8b2cb00ea827d745d9adedf5948
2
SHA256 (gigabase-3.58.tar.gz) = 19d0fe6354285f3085b51a8a180c1381320da3deb1bc61e833829bb3bda9c2e0
2
SHA256 (gigabase-3.61.tar.gz) = 29cccea5da9d50bf98b59b295da8df01718864dcadd5931b7d3e261f0e4bd101
3
SIZE (gigabase-3.58.tar.gz) = 1421459
3
SIZE (gigabase-3.61.tar.gz) = 1434011
(-)databases/gigabase/files/patch-Makefile.in (-3 / +21 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Wed Jun 15 12:21:14 2005
1
--- Makefile.in.orig	Fri May  4 23:46:57 2007
2
+++ Makefile.in	Wed Jun 15 12:23:48 2005
2
+++ Makefile.in	Sun Oct 21 03:00:51 2007
3
@@ -5,8 +5,10 @@
3
@@ -5,8 +5,10 @@
4
 prefix = @prefix@
4
 prefix = @prefix@
5
 exec_prefix = @exec_prefix@
5
 exec_prefix = @exec_prefix@
6
 VPATH = @srcdir@
6
 VPATH = @srcdir@
7
-LIBTOOL = ./libtool
7
-LIBTOOL = ./libtool
8
+LIBTOOL? = ./libtool
8
+LIBTOOL = @LIBTOOL@
9
 INSTALL = @INSTALL@
9
 INSTALL = @INSTALL@
10
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
10
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
11
+INSTALL_DATA = @INSTALL_DATA@
11
+INSTALL_DATA = @INSTALL_DATA@
Lines 30-35 Link Here
30
 CXXFLAGS = @CXXFLAGS@ $(DEFS)
30
 CXXFLAGS = @CXXFLAGS@ $(DEFS)
31
 CFLAGS = @CFLAGS@ $(DEFS)
31
 CFLAGS = @CFLAGS@ $(DEFS)
32
 LD = $(CXX)
32
 LD = $(CXX)
33
@@ -70,7 +72,7 @@
34
 
35
 $(GB_LIB): $(OBJS)
36
 # Coment this for AIX/xlC 5.0
37
-	$(LIBTOOL) --mode=link $(CXX) -o $@ $(OBJS) $(LDFLAGS) @LTHREADSLIB@ -rpath $(libdir) -version-info $(VERSION)
38
+	$(LIBTOOL) --mode=link $(CXX) -o $@ $(OBJS) $(LDFLAGS) -rpath $(libdir) -version-info $(VERSION)
39
 # Uncoment this for AIX/xlC 5.0
40
 #	mkdir .libs
41
 #	xlC_r -qmkshrobj=-10 -o .libs/gigabase.so $(OBJS)
42
@@ -80,7 +82,7 @@
43
 
44
 $(CLI_LIB): $(CLI_OBJS)
45
 # Coment this for AIX/xlC 5.0
46
-	$(LIBTOOL) --mode=link $(CXX) -o $@ $(CLI_OBJS) $(LDFLAGS) @LTHREADSLIB@ -rpath $(libdir) -version-info $(VERSION)
47
+	$(LIBTOOL) --mode=link $(CXX) -o $@ $(CLI_OBJS) $(LDFLAGS) -rpath $(libdir) -version-info $(VERSION)
48
 # Uncoment this for AIX/xlC 5.0
49
 #	xlC_r -qmkshrobj=-10 -o .libs/cli.so $(CLI_OBJS)
50
 #	ar rv .libs/libcli_r.a .libs/cli.so
33
@@ -146,14 +148,14 @@
51
@@ -146,14 +148,14 @@
34
 
52
 
35
 install: subsql $(GB_LIB) $(CLI_LIB)
53
 install: subsql $(GB_LIB) $(CLI_LIB)
(-)databases/gigabase/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Sat Sep 28 01:31:38 2002
2
+++ configure	Sun Nov  3 09:18:40 2002
3
@@ -12910,6 +12910,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)databases/gigabase/pkg-plist (-1 lines)
Lines 4-10 Link Here
4
include/gigabase/btree.h
4
include/gigabase/btree.h
5
include/gigabase/class.h
5
include/gigabase/class.h
6
include/gigabase/cli.h
6
include/gigabase/cli.h
7
include/gigabase/confdefs.h
8
include/gigabase/config.h
7
include/gigabase/config.h
9
include/gigabase/container.h
8
include/gigabase/container.h
10
include/gigabase/cursor.h
9
include/gigabase/cursor.h

Return to bug 118605