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

(-)sqlite/Makefile (-3 / +3 lines)
Lines 12-21 Link Here
12
# SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84.
12
# SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84.
13
13
14
PORTNAME=	sqlite
14
PORTNAME=	sqlite
15
PORTVERSION=	2.8.13
15
PORTVERSION=	2.8.14
16
PORTREVISION=	1
17
CATEGORIES=	databases
16
CATEGORIES=	databases
18
MASTER_SITES=	http://www.hwaci.com/sw/sqlite/
17
MASTER_SITES=	http://www.sqlite.org/
19
DISTNAME=	${PORTNAME}-${PORTVERSION}
18
DISTNAME=	${PORTNAME}-${PORTVERSION}
20
19
21
MAINTAINER=	gh@ghaering.de
20
MAINTAINER=	gh@ghaering.de
Lines 57-62 Link Here
57
GNU_CONFIGURE=	YES
56
GNU_CONFIGURE=	YES
58
USE_REINPLACE=	YES
57
USE_REINPLACE=	YES
59
CONFIGURE_ARGS=	--prefix=${PREFIX} --with-hints=freebsd.hints
58
CONFIGURE_ARGS=	--prefix=${PREFIX} --with-hints=freebsd.hints
59
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
60
ALL_TARGET=	all
60
ALL_TARGET=	all
61
#.if defined(WITH_TCL)
61
#.if defined(WITH_TCL)
62
#ALL_TARGET+=	libtclsqlite.la
62
#ALL_TARGET+=	libtclsqlite.la
(-)sqlite/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (sqlite-2.8.13.tar.gz) = 628fa52b5580b38ade75985dd4ba46dd
1
MD5 (sqlite-2.8.14.tar.gz) = 113ce31cc31e0ab671bab590122e272a
2
SIZE (sqlite-2.8.13.tar.gz) = 956008
2
SIZE (sqlite-2.8.14.tar.gz) = 955231
(-)sqlite/files/patch-Makefile.in (-13 / +13 lines)
Lines 1-5 Link Here
1
--- Makefile.in.orig	Sun Feb 29 09:07:56 2004
1
--- Makefile.in.orig	Fri Mar 26 23:16:32 2004
2
+++ Makefile.in	Sun Mar 28 15:41:51 2004
2
+++ Makefile.in	Sun Jun 20 13:22:21 2004
3
@@ -33,7 +33,7 @@
3
@@ -33,7 +33,7 @@
4
 prefix = @prefix@
4
 prefix = @prefix@
5
 exec_prefix = @exec_prefix@
5
 exec_prefix = @exec_prefix@
Lines 9-15 Link Here
9
 RELEASE = @ALLOWRELEASE@
9
 RELEASE = @ALLOWRELEASE@
10
 
10
 
11
 # libtool compile/link/install
11
 # libtool compile/link/install
12
@@ -184,12 +184,12 @@
12
@@ -188,12 +188,12 @@
13
 
13
 
14
 libsqlite.la:	$(LIBOBJ)
14
 libsqlite.la:	$(LIBOBJ)
15
 	$(LTLINK) -o libsqlite.la $(LIBOBJ) ${RELEASE} -rpath @exec_prefix@/lib \
15
 	$(LTLINK) -o libsqlite.la $(LIBOBJ) ${RELEASE} -rpath @exec_prefix@/lib \
Lines 24-30 Link Here
24
 
24
 
25
 sqlite@TARGET_EXEEXT@:	$(TOP)/src/shell.c libsqlite.la sqlite.h
25
 sqlite@TARGET_EXEEXT@:	$(TOP)/src/shell.c libsqlite.la sqlite.h
26
 	$(LTLINK) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
26
 	$(LTLINK) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
27
@@ -365,67 +365,67 @@
27
@@ -372,67 +372,67 @@
28
 	./testfixture $(TOP)/test/quick.test
28
 	./testfixture $(TOP)/test/quick.test
29
 
29
 
30
 index.html:	$(TOP)/www/index.tcl last_change
30
 index.html:	$(TOP)/www/index.tcl last_change
Lines 112-132 Link Here
112
 
112
 
113
 
113
 
114
 # Files to be published on the website.
114
 # Files to be published on the website.
115
@@ -459,13 +459,19 @@
115
@@ -466,13 +466,19 @@
116
 
116
 
117
 install:	sqlite libsqlite.la sqlite.h
117
 install:	sqlite libsqlite.la sqlite.h
118
 	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/lib
118
 	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib
119
-	$(LTINSTALL) libsqlite.la $(DESTDIR)/$(exec_prefix)/lib
119
-	$(LTINSTALL) libsqlite.la $(DESTDIR)$(exec_prefix)/lib
120
+	$(INSTALL) .libs/libsqlite.a $(exec_prefix)/lib
120
+	$(INSTALL) .libs/libsqlite.a $(exec_prefix)/lib
121
+	$(INSTALL) .libs/libsqlite.so $(exec_prefix)/lib
121
+	$(INSTALL) .libs/libsqlite.so $(exec_prefix)/lib
122
+	$(INSTALL) .libs/libsqlite.so.2 $(exec_prefix)/lib
122
+	$(INSTALL) .libs/libsqlite.so.2 $(exec_prefix)/lib
123
 	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/bin
123
 	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
124
-	$(LTINSTALL) sqlite $(DESTDIR)/$(exec_prefix)/bin
124
-	$(LTINSTALL) sqlite $(DESTDIR)$(exec_prefix)/bin
125
+	$(INSTALL) .libs/sqlite $(exec_prefix)/bin
125
+	$(INSTALL) .libs/sqlite $(exec_prefix)/bin
126
 	$(INSTALL) -d $(DESTDIR)/$(prefix)/include
126
 	$(INSTALL) -d $(DESTDIR)$(prefix)/include
127
 	$(INSTALL) -m 0644 sqlite.h $(DESTDIR)/$(prefix)/include
127
 	$(INSTALL) -m 0644 sqlite.h $(DESTDIR)$(prefix)/include
128
-	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/lib/pkgconfig; 
128
-	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; 
129
-	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/lib/pkgconfig; 
129
-	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; 
130
+	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
130
+	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
131
+	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
131
+	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
132
+
132
+
(-)sqlite/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
that can be used to administer an SQLite database and which serves as an
4
that can be used to administer an SQLite database and which serves as an
5
example of how to use the SQLite library.
5
example of how to use the SQLite library.
6
6
7
WWW: http://www.hwaci.com/sw/sqlite/
7
WWW: http://www.sqlite.org/

Return to bug 68143