diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
commit | 37f54e0f66813dcddb3659fd7810198377792a1e (patch) | |
tree | 14d88ff45e3710ccf80308fb8ce1a086cd5f11ae /databases/libgda4-mysql | |
parent | 04ad7b544504ae333b1f3574897902b386bde4b4 (diff) | |
download | ports-37f54e0f66813dcddb3659fd7810198377792a1e.tar.gz ports-37f54e0f66813dcddb3659fd7810198377792a1e.zip |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip
databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)
devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla
dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
opened modules
mail/dovecot2:
- Add USES=libtool
mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip
math/gnumeric:
- USES=libtool tar:xz
Approved by: portmgr (implicit, bump unstaged ports)
Notes
Notes:
svn path=/head/; revision=362835
Diffstat (limited to 'databases/libgda4-mysql')
-rw-r--r-- | databases/libgda4-mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda4-mysql/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile index dc815e5a8e59..945de9f0667c 100644 --- a/databases/libgda4-mysql/Makefile +++ b/databases/libgda4-mysql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/databases/libgda4-mysql/Makefile,v 1.7 2011/10/15 15:18:36 kwm Exp $ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases gnome PKGNAMESUFFIX= 4-mysql diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist index b5ff48b6fe37..0013af55360e 100644 --- a/databases/libgda4-mysql/pkg-plist +++ b/databases/libgda4-mysql/pkg-plist @@ -1,5 +1,4 @@ lib/libgda-%%VERSION%%/providers/libgda-mysql.a -lib/libgda-%%VERSION%%/providers/libgda-mysql.la lib/libgda-%%VERSION%%/providers/libgda-mysql.so libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc share/libgda-%%VERSION%%/mysql_specs_add_column.xml |