FreeBSD Bugzilla – Attachment 110847 Details for
Bug 152054
[MAINTAINER] databases/sqlite3: correct dependencies (from tcl modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite3-3.7.3_1.patch
sqlite3-3.7.3_1.patch (text/plain), 1.51 KB, created by
Pavel I Volkov
on 2010-11-08 16:10:04 UTC
(
hide
)
Description:
sqlite3-3.7.3_1.patch
Filename:
MIME Type:
Creator:
Pavel I Volkov
Created:
2010-11-08 16:10:04 UTC
Size:
1.51 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile >--- /usr/ports/databases/sqlite3.orig/Makefile 2010-11-08 12:17:53.000000000 +0300 >+++ /usr/ports/databases/sqlite3/Makefile 2010-11-08 18:24:36.000000000 +0300 >@@ -7,6 +7,7 @@ > > PORTNAME= sqlite3 > PORTVERSION= 3.7.3 >+PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ > DISTNAME= sqlite-${PORTVERSION} >@@ -25,6 +26,7 @@ > USE_GNOME= pkgconfig gnomehack > USE_LDCONFIG= YES > GNU_CONFIGURE= YES >+ > USE_TCL_BUILD= 84+ > CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \ > TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ >@@ -125,7 +127,7 @@ > .if defined(WITH_TCLWRAPPER) > CATEGORIES+= lang tcl > COMMENT+= with TCL Wrapper >-USE_TCL_RUN= 84+ >+USE_TCL_RUN= yes > ALL_TARGET= all tclsqlite3 > INSTALL_TARGET= install tcl_install > CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} >@@ -156,6 +158,15 @@ > CONFIGURE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > MAKE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > >+.include <bsd.port.pre.mk> >+ >+.if ${TCL_VER} > 8.4 >+BUILD_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/msgcat-1.4.3.tm:${PORTSDIR}/lang/tcl-modules >+.if defined(WITH_TCLWRAPPER) >+RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/msgcat-1.4.3.tm:${PORTSDIR}/lang/tcl-modules >+.endif >+.endif >+ > post-install: > .if defined(WITH_TCLWRAPPER) > @${INSTALL_PROGRAM} ${WRKSRC}/.libs/tclsqlite3 ${PREFIX}/bin >@@ -178,4 +189,4 @@ > .endif > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152054
: 110847