Date: Mon, 3 Dec 2012 15:57:35 GMT From: Pietro Cerutti <gahr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/174089: [patch] lang/libhx -- update to 3.14 Message-ID: <201212031557.qB3FvZf5035376@red.freebsd.org> Resent-Message-ID: <201212031600.qB3G00pU044219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174089 >Category: ports >Synopsis: [patch] lang/libhx -- update to 3.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 03 16:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: The patch attached updates lang/libhx to the latest 3.14 version. This also has the neat side-effect of fixing the build with clang. In addition, I've trimmed the Makefile header. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 308152) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libhx -# Date created: 2009-06-20 -# Whom: Sylvio Cesar <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libHX -PORTVERSION= 3.10.1 +PORTVERSION= 3.14 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -20,15 +16,13 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +CONFIGURE_ARGS+=--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig .if !defined(NOPORTDOCS) PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} .endif -MAN1= hxdirstamp.1 - post-patch: ${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) Index: distinfo =================================================================== --- distinfo (revision 308152) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libHX-3.10.1.tar.xz) = cb19ea6a7e4e9a23f7b6c61aefaadc875ad47ac8f7df9febc29d6bab82876bc4 -SIZE (libHX-3.10.1.tar.xz) = 801748 +SHA256 (libHX-3.14.tar.xz) = 19d9dfbf997add2458fa4b4db85989b3658688c8147e7533805ea417ec4aa1a9 +SIZE (libHX-3.14.tar.xz) = 860044 Index: pkg-plist =================================================================== --- pkg-plist (revision 308152) +++ pkg-plist (working copy) @@ -12,9 +12,12 @@ 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.27 +lib/libHX.so.29 libdata/pkgconfig/libHX.pc @dirrm include/libHX >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031557.qB3FvZf5035376>