aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-09-10 21:43:47 +0800
committerzi <zi@FreeBSD.org>2011-09-10 21:43:47 +0800
commit04ad3504d39fdf496e86a6b53859c45f4a0e59db (patch)
tree551d093ec5697fd066df0a408e1664383bd88f72 /www
parenta3a7f2e696303fd2c3ec1c9c97f143aa62ebd82d (diff)
downloadfreebsd-ports-gnome-04ad3504d39fdf496e86a6b53859c45f4a0e59db.tar.gz
freebsd-ports-gnome-04ad3504d39fdf496e86a6b53859c45f4a0e59db.tar.zst
freebsd-ports-gnome-04ad3504d39fdf496e86a6b53859c45f4a0e59db.zip
Update to 3.0.1
Fix build with custom LOCALBASE/PREFIX Add LICENSE PR: ports/159973 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: wxs, tabthorpe (mentors, implicit), maintainer timeout
Diffstat (limited to 'www')
-rw-r--r--www/trafficserver/Makefile13
-rw-r--r--www/trafficserver/distinfo4
2 files changed, 11 insertions, 6 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile
index 1ac42bc3e6b6..12bfce8852a1 100644
--- a/www/trafficserver/Makefile
+++ b/www/trafficserver/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= trafficserver
-PORTVERSION= 3.0.0
+PORTVERSION= 3.0.1
CATEGORIES= www
MASTER_SITES= APACHE/${PORTNAME}
MAINTAINER= jnlin@csie.nctu.edu.tw
COMMENT= A fast, scalable and extensible HTTP proxy server
+LICENSE= ASL
+
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
expat.6:${PORTSDIR}/textproc/expat2 \
pcre.0:${PORTSDIR}/devel/pcre
-LICENSE= ASL
-
USE_AUTOTOOLS= autoconf automake libtool
USE_BZIP2= yes
USE_ICONV= yes
@@ -26,6 +26,11 @@ USE_OPENSSL= yes
USE_SQLITE= yes
USE_TCL= yes
USE_RC_SUBR= ${PORTNAME}
+USE_LDCONFIG= yes
+
+LDFLAGS= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --with-expat=${LOCALBASE} \
+ --with-pcre=${LOCALBASE}
.include <bsd.port.pre.mk>
@@ -35,7 +40,7 @@ RUN_DEPENDS= xz>0:${PORTSDIR}/archivers/xz
.endif
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
-BROKEN= does not compile on 7.X
+BROKEN= does not compile on 7.X/amd64
.endif
.if ${ARCH} == "sparc64"
diff --git a/www/trafficserver/distinfo b/www/trafficserver/distinfo
index 18c05f80f344..673fd2de70df 100644
--- a/www/trafficserver/distinfo
+++ b/www/trafficserver/distinfo
@@ -1,2 +1,2 @@
-SHA256 (trafficserver-3.0.0.tar.bz2) = 70d3abda009719d272bc87288bf47beaa5966cb964c9dfbb5fd32c602ac1354e
-SIZE (trafficserver-3.0.0.tar.bz2) = 2418416
+SHA256 (trafficserver-3.0.1.tar.bz2) = 5aab91d4993a27bdb9650157ace4a41edc03ef9735cd25e7c917c8fffb23d0b2
+SIZE (trafficserver-3.0.1.tar.bz2) = 2417978