Index: head/lang/libhx/Makefile =================================================================== --- head/lang/libhx/Makefile (revision 544050) +++ head/lang/libhx/Makefile (revision 544051) @@ -1,31 +1,29 @@ # Created by: Sylvio Cesar # $FreeBSD$ PORTNAME= libHX -PORTVERSION= 3.24 +PORTVERSION= 3.25 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME} MAINTAINER= danilo@FreeBSD.org COMMENT= C/C++ library with common data structures and functions -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LICENSE= LGPL21+ -USES= cpe libtool tar:xz +USES= cpe libtool localbase tar:xz + USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check CPE_VENDOR= jan_engelhardt OPTIONS_DEFINE= DOCS PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} - -post-patch: - ${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in .include Index: head/lang/libhx/distinfo =================================================================== --- head/lang/libhx/distinfo (revision 544050) +++ head/lang/libhx/distinfo (revision 544051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540045969 -SHA256 (libHX-3.24.tar.xz) = a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45 -SIZE (libHX-3.24.tar.xz) = 876992 +TIMESTAMP = 1589449721 +SHA256 (libHX-3.25.tar.xz) = 72ddc565dc9a5bab55438cb782ea01cec07cb6069f5e6930030b2be44cb05b89 +SIZE (libHX-3.25.tar.xz) = 890576 Index: head/lang/libhx/pkg-plist =================================================================== --- head/lang/libhx/pkg-plist (revision 544050) +++ head/lang/libhx/pkg-plist (revision 544051) @@ -1,19 +1,19 @@ include/libHX.h include/libHX/ctype_helper.h include/libHX/defs.h include/libHX/deque.h include/libHX/init.h include/libHX/io.h include/libHX/libxml_helper.h include/libHX/list.h include/libHX/map.h include/libHX/misc.h include/libHX/option.h include/libHX/proc.h include/libHX/string.h include/libHX/wx_helper.hpp lib/libHX_rtcheck.so lib/libHX.so -lib/libHX.so.28 -lib/libHX.so.28.3.0 +lib/libHX.so.32 +lib/libHX.so.32.0.0 libdata/pkgconfig/libHX.pc Index: head/sysutils/pam_mount/Makefile =================================================================== --- head/sysutils/pam_mount/Makefile (revision 544050) +++ head/sysutils/pam_mount/Makefile (revision 544051) @@ -1,48 +1,48 @@ # Created by: gahr # $FreeBSD$ PORTNAME= pam_mount PORTVERSION= 2.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module that can mount volumes for a user session LICENSE= LGPL21 GPLv2 LICENSE_COMB= multi LIB_DEPENDS= libHX.so:lang/libhx USES= gnome libtool perl5 pkgconfig ssl tar:xz USE_GNOME= libxml2 INSTALL_TARGET= install-strip GNU_CONFIGURE= yes CONFIGURE_ENV+= libcrypto_LIBS="-L/usr/lib -lcrypto" \ libcrypto_CFLAGS="-I/usr/include" CONFIGURE_ARGS+=--localstatedir=/var \ --without-cryptsetup \ --with-ssbindir=${PREFIX}/sbin .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') .endif post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/pam_mount.c ${REINPLACE_CMD} -e '/dist_security_DATA/s|\.xml$$|.xml.sample|' \ ${WRKSRC}/config/Makefile.am ${WRKSRC}/config/Makefile.in ${MV} ${WRKSRC}/config/pam_mount.conf.xml ${WRKSRC}/config/pam_mount.conf.xml.sample ${FIND} ${WRKSRC} -name "*.c" -exec ${REINPLACE_CMD} -e 's|HXformat2_aprintf|HXformat_aprintf|g' {} \; post-install: @${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/dtd @${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/ .include Index: head/sysutils/parkverbot/Makefile =================================================================== --- head/sysutils/parkverbot/Makefile (revision 544050) +++ head/sysutils/parkverbot/Makefile (revision 544051) @@ -1,24 +1,25 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= parkverbot PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Hard disk head parking inhibitor LICENSE= GPLv2+ LIB_DEPENDS= libHX.so:lang/libhx USES= pkgconfig tar:xz GNU_CONFIGURE= yes PLIST_FILES= man/man8/parkverbot.8.gz sbin/parkverbot post-install: ${RM} -r ${STAGEDIR}/lib/systemd .include