mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Convert net/librouteros to USES=libtool and bump dependent ports
- USES=tar:bzip2 - Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
89f13a0869
commit
20ce924051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361450
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= collectd
|
||||
PORTVERSION= 4.10.9
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://collectd.org/files/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= collectd
|
||||
PORTVERSION= 5.4.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://collectd.org/files/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= librouteros
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://verplant.org/librouteros/files/
|
||||
|
||||
@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -26,12 +27,8 @@ PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/ros
|
||||
include/routeros_version.h
|
||||
include/routeros_api.h
|
||||
lib/librouteros.so.2
|
||||
lib/librouteros.so
|
||||
lib/librouteros.la
|
||||
lib/librouteros.a
|
||||
lib/librouteros.so
|
||||
lib/librouteros.so.0
|
||||
lib/librouteros.so.0.2.2
|
||||
man/man1/ros.1.gz
|
||||
man/man3/librouteros.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user