mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool
- Remove LIBTOOLIZE_ARGS, the default value is fine - Remove pre-configure, handled by USES=pathfix and USE_AUTOTOOLS
This commit is contained in:
parent
f100df5a19
commit
68fa4b0933
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360206
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libhtp
|
||||
PORTVERSION= 0.2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www security
|
||||
PKGNAMESUFFIX= -suricata
|
||||
|
||||
@ -12,7 +13,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= inliniac
|
||||
GH_COMMIT= 0294c27
|
||||
|
||||
USES= pkgconfig pathfix
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -20,10 +21,5 @@ CONFLICTS_INSTALL= libhtp-[0-9]*
|
||||
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
AUTOMAKE_ARGS+= --force-missing --add-missing
|
||||
LIBTOOLIZE_ARGS+= --force
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am
|
||||
@cd ${WRKSRC} && ${SH} ./autogen.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,10 +4,9 @@ include/htp/bstr.h
|
||||
include/htp/utf8_decoder.h
|
||||
include/htp/dslib.h
|
||||
include/htp/htp.h
|
||||
lib/libhtp-0.2.so
|
||||
lib/libhtp-0.2.so.1
|
||||
lib/libhtp-0.2.so.1.0.2
|
||||
lib/libhtp.a
|
||||
lib/libhtp.la
|
||||
lib/libhtp.so
|
||||
libdata/pkgconfig/htp.pc
|
||||
@dirrm include/htp
|
||||
|
Loading…
Reference in New Issue
Block a user