svn commit: r366389 - in head: dns/c-ares dns/c-ares/files ftp/curl irc/ircproxy irc/unreal mail/greylite net-mgmt/xymon-server net/ecore-con net/mosquitto net/tshark net/wireshark security/sssd
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 28 10:21:34 UTC 2014
Author: tijl
Date: Thu Aug 28 10:21:31 2014
New Revision: 366389
URL: http://svnweb.freebsd.org/changeset/ports/366389
QAT: https://qat.redports.org/buildarchive/r366389/
Log:
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port)
Deleted:
head/dns/c-ares/files/patch-Makefile.in
Modified:
head/dns/c-ares/Makefile
head/dns/c-ares/pkg-plist
head/ftp/curl/Makefile
head/irc/ircproxy/Makefile
head/irc/unreal/Makefile
head/mail/greylite/Makefile
head/net-mgmt/xymon-server/Makefile
head/net/ecore-con/Makefile
head/net/mosquitto/Makefile
head/net/tshark/Makefile
head/net/wireshark/Makefile
head/security/sssd/Makefile
Modified: head/dns/c-ares/Makefile
==============================================================================
--- head/dns/c-ares/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/dns/c-ares/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,6 +3,7 @@
PORTNAME= c-ares
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://c-ares.haxx.se/download/ \
http://obsd.isc.org/pub/OpenBSD/distfiles/ \
@@ -13,7 +14,14 @@ COMMENT= Asynchronous DNS resolver libra
LICENSE= MIT
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-werror
+INSTALL_TARGET= install-strip
SSP_UNSAFE= Refuses -l in LDFLAGS
+USES= libtool pathfix
+USE_LDCONFIG= yes
+
+PROGRAMS= acountry adig ahost
OPTIONS_DEFINE= CONFIG_INFO DEBUG HIDE_SYMBOLS OPTIMIZED_CFLAGS
OPTIONS_DEFAULT= CONFIG_INFO HIDE_SYMBOLS
@@ -26,7 +34,7 @@ CONFLICTS= ares-1.*
MAKE_JOBS_UNSAFE= yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCONFIG_INFO}
EXTRA_PATCHES+= ${FILESDIR}/ares-config-info.patch
@@ -51,18 +59,7 @@ CONFIGURE_ARGS+=--enable-optimize
CONFIGURE_ARGS+=--disable-optimize
.endif
-USE_LDCONFIG= yes
-SHLIB_VER= 3
-
-MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
-PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-shared --disable-werror
-
-PROGRAMS= acountry adig ahost
-
post-install:
${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/.libs/@} ${STAGEDIR}${PREFIX}/bin/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/dns/c-ares/pkg-plist
==============================================================================
--- head/dns/c-ares/pkg-plist Thu Aug 28 10:15:01 2014 (r366388)
+++ head/dns/c-ares/pkg-plist Thu Aug 28 10:21:31 2014 (r366389)
@@ -7,9 +7,9 @@ include/ares_rules.h
include/ares_dns.h
include/ares_version.h
lib/libcares.a
-lib/libcares.la
lib/libcares.so
-lib/libcares.so.%%SHLIB_VER%%
+lib/libcares.so.2
+lib/libcares.so.2.1.0
libdata/pkgconfig/libcares.pc
man/man3/ares_cancel.3.gz
man/man3/ares_create_query.3.gz
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/ftp/curl/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME= curl
PORTVERSION= 7.37.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet
Modified: head/irc/ircproxy/Makefile
==============================================================================
--- head/irc/ircproxy/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/irc/ircproxy/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME= ircproxy
PORTVERSION= 1.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/irc/unreal/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME= Unreal
PORTVERSION= 3.2.10.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc ipv6
MASTER_SITES= http://www.unrealircd.com/downloads/
DISTNAME= ${PORTNAME}${PORTVERSION}
Modified: head/mail/greylite/Makefile
==============================================================================
--- head/mail/greylite/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/mail/greylite/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME= greylite
PORTVERSION= 2.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/
Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/net-mgmt/xymon-server/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -2,7 +2,7 @@
PORTNAME= xymon
PORTVERSION= 4.3.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
Modified: head/net/ecore-con/Makefile
==============================================================================
--- head/net/ecore-con/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/net/ecore-con/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,6 +3,7 @@
PORTNAME= con
PORTVERSION= 1.7.9
+PORTREVISION= 1
CATEGORIES= net enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
Modified: head/net/mosquitto/Makefile
==============================================================================
--- head/net/mosquitto/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/net/mosquitto/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,6 +3,7 @@
PORTNAME= mosquitto
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://mosquitto.org/files/source/
Modified: head/net/tshark/Makefile
==============================================================================
--- head/net/tshark/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/net/tshark/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tshark
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTERDIR= ${.CURDIR}/../wireshark
Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/net/wireshark/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME?= wireshark
PORTVERSION= 1.12.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
http://ftp.uni-kl.de/pub/wireshark/src/ \
Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile Thu Aug 28 10:15:01 2014 (r366388)
+++ head/security/sssd/Makefile Thu Aug 28 10:21:31 2014 (r366389)
@@ -3,7 +3,7 @@
PORTNAME= sssd
DISTVERSION= 1.9.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
More information about the svn-ports-all
mailing list