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 /sysutils | |
parent | 9c0aaabc4099ac21625c4069b3383a89963c0c3d (diff) | |
download | freebsd-ports-graphics-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.gz freebsd-ports-graphics-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.zst freebsd-ports-graphics-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 'sysutils')
-rw-r--r-- | sysutils/adtool/Makefile | 1 | ||||
-rw-r--r-- | sysutils/am-utils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cpu/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ldapenter/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ldapvi/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lookupd_ldap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/msktutil/Makefile | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index c7980c9c8c9..14c362ca4a1 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -3,6 +3,7 @@ PORTNAME= adtool PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://gp2x.org/adtool/ diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 8dd6971a3dc..d80e8e5c39b 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= am-utils PORTVERSION= 6.1.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile index 831145b9019..1b7c94741f7 100644 --- a/sysutils/cpu/Makefile +++ b/sysutils/cpu/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpu PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/sysutils/ldapenter/Makefile b/sysutils/ldapenter/Makefile index 50ef4357dbd..af7d6e6c9f9 100644 --- a/sysutils/ldapenter/Makefile +++ b/sysutils/ldapenter/Makefile @@ -3,6 +3,7 @@ PORTNAME= ldapenter PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= sysutils editors net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/sysutils/ldapvi/Makefile b/sysutils/ldapvi/Makefile index 8538b465752..0b3e0d5a6de 100644 --- a/sysutils/ldapvi/Makefile +++ b/sysutils/ldapvi/Makefile @@ -3,7 +3,7 @@ PORTNAME= ldapvi PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils net MASTER_SITES= http://www.lichteblau.com/download/ \ LOCAL/sbz diff --git a/sysutils/lookupd_ldap/Makefile b/sysutils/lookupd_ldap/Makefile index 59d4fda805e..756285e00a6 100644 --- a/sysutils/lookupd_ldap/Makefile +++ b/sysutils/lookupd_ldap/Makefile @@ -3,7 +3,7 @@ PORTNAME= lookupd_ldap PORTVERSION= 0.1.a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils net MASTER_SITES= http://www.rsu.ru/~bushman/lookupd/ldap/downloads/ diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile index 4b11acdd643..4cb47a9af90 100644 --- a/sysutils/msktutil/Makefile +++ b/sysutils/msktutil/Makefile @@ -3,7 +3,7 @@ PORTNAME= msktutil PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://mirrors.rit.edu/zi/ |