mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Add USE_AUTOTOOLS=autoheader so the configure header is regenerated - Add "AUTOMAKE_ARGS=-a -c -f" so build scripts are updated to match our version of automake - Remove "ACLOCAL_ARGS=-I build" because configure.ac contains AC_CONFIG_MACRO_DIR([build]) so aclocal looks inside "build" automatically
This commit is contained in:
parent
73b402df65
commit
b1b1756df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360180
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= trafficserver
|
||||
PORTVERSION= 4.1.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= APACHE/${PORTNAME}
|
||||
|
||||
@ -20,9 +20,10 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||
libhwloc.so:${PORTSDIR}/devel/hwloc \
|
||||
libluajit-${LUA_VER}.so:${PORTSDIR}/lang/luajit
|
||||
|
||||
USE_AUTOTOOLS= autoconf automake libtool aclocal
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig tcl gmake perl5 tar:bzip2 lua:51
|
||||
USES= gmake libtool lua:51 perl5 pkgconfig tar:bzip2 tcl
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
USE_OPENSSL= yes
|
||||
USE_SQLITE= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
@ -47,7 +48,6 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBASE} \
|
||||
--with-user=${USERS} \
|
||||
--with-group=${GROUPS}
|
||||
|
||||
ACLOCAL_ARGS= -I build
|
||||
OPTIONS_DEFINE= WCCP INTERIM
|
||||
OPTIONS_RADIO= MEMMAN
|
||||
OPTIONS_RADIO_MEMMAN= ALLOCATORS FREELISTS RECLAIM
|
||||
|
@ -62,28 +62,21 @@ include/atscppapi/Url.h
|
||||
include/atscppapi/noncopyable.h
|
||||
include/atscppapi/shared_ptr.h
|
||||
include/atscppapi/utils.h
|
||||
lib/libatscppapi.la
|
||||
lib/libatscppapi.so
|
||||
lib/libatscppapi.so.5
|
||||
lib/libtsmgmt.la
|
||||
lib/libatscppapi.so.4
|
||||
lib/libatscppapi.so.4.1.2
|
||||
lib/libtsmgmt.so
|
||||
lib/libtsmgmt.so.5
|
||||
lib/libtsutil.la
|
||||
lib/libtsmgmt.so.4
|
||||
lib/libtsmgmt.so.4.1.2
|
||||
lib/libtsutil.so
|
||||
lib/libtsutil.so.5
|
||||
libexec/trafficserver/cacheurl.la
|
||||
lib/libtsutil.so.4
|
||||
lib/libtsutil.so.4.1.2
|
||||
libexec/trafficserver/cacheurl.so
|
||||
libexec/trafficserver/conf_remap.la
|
||||
libexec/trafficserver/conf_remap.so
|
||||
libexec/trafficserver/gzip.la
|
||||
libexec/trafficserver/gzip.so
|
||||
libexec/trafficserver/header_filter.la
|
||||
libexec/trafficserver/header_filter.so
|
||||
libexec/trafficserver/libloader.la
|
||||
libexec/trafficserver/libloader.so
|
||||
libexec/trafficserver/regex_remap.la
|
||||
libexec/trafficserver/regex_remap.so
|
||||
libexec/trafficserver/stats_over_http.la
|
||||
libexec/trafficserver/stats_over_http.so
|
||||
%%SITE_PERL%%/Apache/TS.pm
|
||||
%%SITE_PERL%%/Apache/TS/AdminClient.pm
|
||||
|
Loading…
Reference in New Issue
Block a user