diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 22:50:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 22:50:59 +0000 |
commit | a45da9a0272ff4fbec55a72637b1d10a2631d5b4 (patch) | |
tree | 49ebd32e9d1eaacd803588c4fa128f8aa078e430 /databases/mysql-workbench51/files/patch-configure.in | |
parent | (no commit message) (diff) |
Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.
cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.
databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.
databases/mysql-workbench52:
- USES=libtool.
devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.
devel/liborcus:
- USES=libtool tar:bzip2.
Notes
Notes:
svn path=/head/; revision=353054
Diffstat (limited to 'databases/mysql-workbench51/files/patch-configure.in')
-rw-r--r-- | databases/mysql-workbench51/files/patch-configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql-workbench51/files/patch-configure.in b/databases/mysql-workbench51/files/patch-configure.in index 74e96697a61c..7453b98e36a5 100644 --- a/databases/mysql-workbench51/files/patch-configure.in +++ b/databases/mysql-workbench51/files/patch-configure.in @@ -1,11 +1,10 @@ --- configure.in.orig 2009-06-26 03:33:18.000000000 +0300 +++ configure.in 2009-06-26 20:42:05.000000000 +0300 -@@ -422,7 +422,7 @@ +@@ -422,7 +422,6 @@ ( cd ./ext/ctemplate/ctemplate-src && - autoreconf -i -s; -+ %%AUTORECONF%% -i; ./configure --prefix=$prefix --libdir=$libdir/mysql-workbench --disable-dependency-tracking ) |