FreeBSD Bugzilla – Attachment 142247 Details for
Bug 189243
[exp-run] Mk/bsd.autotools.mk: fix running order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.autotools.mk.patch
bsd.autotools.mk.patch (text/x-patch), 2.59 KB, created by
Tijl Coosemans
on 2014-05-06 09:46:16 UTC
(
hide
)
Description:
bsd.autotools.mk.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-05-06 09:46:16 UTC
Size:
2.59 KB
patch
obsolete
>Index: Mk/bsd.autotools.mk >=================================================================== >--- Mk/bsd.autotools.mk (revision 353076) >+++ Mk/bsd.autotools.mk (working copy) >@@ -308,6 +308,8 @@ LIBTOOLFILES?= aclocal.m4 > LIBTOOLFILES?= ${CONFIGURE_SCRIPT} > . endif > >+LIBTOOLIZE_ARGS?= -i -c -f >+ > LIBTOOL_DEPENDS= libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT} > BUILD_DEPENDS+= ${LIBTOOL_DEPENDS} > .endif >@@ -329,15 +331,13 @@ ${var:tu}_ENV+= ${AUTOTOOLS_VARS} > #--------------------------------------------------------------------------- > > .if !target(run-autotools) >-.ORDER: run-autotools run-autotools-aclocal \ >- patch-autotools-libtool run-autotools-autoheader \ >- run-autotools-libtoolize run-autotools-autoconf \ >- run-autotools-automake >+.ORDER: run-autotools run-autotools-libtoolize run-autotools-aclocal \ >+ patch-autotools-libtool run-autotools-autoconf \ >+ run-autotools-autoheader run-autotools-automake > >-run-autotools:: run-autotools-aclocal \ >- patch-autotools-libtool run-autotools-autoheader \ >- run-autotools-libtoolize run-autotools-autoconf \ >- run-autotools-automake >+run-autotools:: run-autotools-libtoolize run-autotools-aclocal \ >+ patch-autotools-libtool run-autotools-autoconf \ >+ run-autotools-autoheader run-autotools-automake > .endif > > .if !target(run-autotools-aclocal) >Index: databases/vsqlite/Makefile >=================================================================== >--- databases/vsqlite/Makefile (revision 353076) >+++ databases/vsqlite/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= vsqlite > PORTVERSION= 0.3.12 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases > > MAINTAINER= kwm@FreeBSD.org >@@ -19,17 +19,13 @@ GH_PROJECT= vsqlite-- > GH_TAGNAME= 3fa8d32 > GH_COMMIT= 3fa8d32 > >-USE_AUTOTOOLS= libtoolize autoconf automake >-USES= compiler:c++0x libtool:keepla >+USES= compiler:c++0x libtool >+USE_AUTOTOOLS= libtoolize aclocal autoconf automake >+AUTOMAKE_ARGS= -a -c -f > USE_SQLITE= 3 > USE_LDCONFIG= yes >+INSTALL_TARGET= install-strip > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-pre-configure: >- @cd ${WRKSRC} && ${SH} autogen.sh >- >-post-install: >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvsqlitepp.so.3 >- > .include <bsd.port.mk> >Index: databases/vsqlite/pkg-plist >=================================================================== >--- databases/vsqlite/pkg-plist (revision 353076) >+++ databases/vsqlite/pkg-plist (working copy) >@@ -8,7 +8,6 @@ include/sqlite/result.hpp > include/sqlite/transaction.hpp > include/sqlite/view.hpp > lib/libvsqlitepp.a >-lib/libvsqlitepp.la > lib/libvsqlitepp.so > lib/libvsqlitepp.so.3 > lib/libvsqlitepp.so.3.0.0
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 189243
:
142246
| 142247