mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch lang/libhx to USES=libtool, drop .la files
- Fix pkgconfig files installation - Strip libraries - Bump dependent ports as .so version has changed
This commit is contained in:
parent
bb20a4531e
commit
9d38b423d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364785
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libHX
|
||||
PORTVERSION= 3.14.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -12,11 +13,11 @@ COMMENT= C/C++ library with common data structures and functions
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USES= tar:xz
|
||||
USES= libtool tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS+=--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
||||
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -12,12 +12,9 @@ include/libHX/option.h
|
||||
include/libHX/proc.h
|
||||
include/libHX/string.h
|
||||
include/libHX/wx_helper.hpp
|
||||
lib/libHX_rtcheck.a
|
||||
lib/libHX_rtcheck.la
|
||||
lib/libHX_rtcheck.so
|
||||
lib/libHX.a
|
||||
lib/libHX.la
|
||||
lib/libHX.so
|
||||
lib/libHX.so.29
|
||||
lib/libHX.so.28
|
||||
lib/libHX.so.28.1.0
|
||||
libdata/pkgconfig/libHX.pc
|
||||
@dirrm include/libHX
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pam_mount
|
||||
PORTVERSION= 2.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user