diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-25 02:34:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-25 02:34:16 +0800 |
commit | dd9461f57714144c86bbb90f59a0f314976d25a9 (patch) | |
tree | 14d88ff45e3710ccf80308fb8ce1a086cd5f11ae /databases/libgdamm | |
parent | 9c0aaabc4099ac21625c4069b3383a89963c0c3d (diff) | |
download | freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.gz freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.zst freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.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)
Diffstat (limited to 'databases/libgdamm')
-rw-r--r-- | databases/libgdamm/Makefile | 9 | ||||
-rw-r--r-- | databases/libgdamm/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 98c88e305f10..9976bcdbce7d 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgdamm PORTVERSION= 3.99.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,14 +15,11 @@ COMMENT= C++ wrapper for libgda4 library BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_BZIP2= yes -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glibmm libgda4 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdamm-4.0.so.12.0.0 - .include <bsd.port.mk> diff --git a/databases/libgdamm/pkg-plist b/databases/libgdamm/pkg-plist index c38c79da770c..6de69e8f9547 100644 --- a/databases/libgdamm/pkg-plist +++ b/databases/libgdamm/pkg-plist @@ -77,7 +77,6 @@ include/libgdamm-4.0/libgdamm/throw_exception.h include/libgdamm-4.0/libgdamm/value.h include/libgdamm-4.0/libgdamm/wrap_init.h include/libgdamm-4.0/libgdamm/xatransaction.h -lib/libgdamm-4.0.la lib/libgdamm-4.0.so lib/libgdamm-4.0.so.12 lib/libgdamm-4.0.so.12.0.0 |