From nobody@FreeBSD.org  Mon Dec  3 15:57:35 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 77602F42
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Dec 2012 15:57:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 446638FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Dec 2012 15:57:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB3FvZoR035377
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Dec 2012 15:57:35 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qB3FvZf5035376;
	Mon, 3 Dec 2012 15:57:35 GMT
	(envelope-from nobody)
Message-Id: <201212031557.qB3FvZf5035376@red.freebsd.org>
Date: Mon, 3 Dec 2012 15:57:35 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] lang/libhx -- update to 3.14
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174089
>Category:       ports
>Synopsis:       [patch] lang/libhx -- update to 3.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 03 16:00:00 UTC 2012
>Closed-Date:    Tue Jan 08 10:22:41 UTC 2013
>Last-Modified:  Tue Jan 08 13:46:42 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 3 16:00:08 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174089 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Tue Jan 8 10:22:40 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174089 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174089: commit references a PR
Date: Tue,  8 Jan 2013 10:22:47 +0000 (UTC)

 Author: gahr
 Date: Tue Jan  8 10:22:33 2013
 New Revision: 310081
 URL: http://svnweb.freebsd.org/changeset/ports/310081
 
 Log:
   - Update to 3.14.1
   
   PR:		174089
   Submitted by:	gahr
   Approved by:	maintainer (timeout > 1 month)
 
 Modified:
   head/lang/libhx/Makefile   (contents, props changed)
   head/lang/libhx/distinfo   (contents, props changed)
   head/lang/libhx/pkg-plist   (contents, props changed)
 
 Modified: head/lang/libhx/Makefile
 ==============================================================================
 --- head/lang/libhx/Makefile	Tue Jan  8 10:10:21 2013	(r310080)
 +++ head/lang/libhx/Makefile	Tue Jan  8 10:22:33 2013	(r310081)
 @@ -1,17 +1,13 @@
 -# 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.1
  CATEGORIES=	lang
  MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
  
  MAINTAINER=	sylvio@FreeBSD.org
 -COMMENT=	Library C with some additional C++ bindings available
 +COMMENT=	C/C++ library with common data structures and functions
  
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
 @@ -20,15 +16,13 @@ USE_XZ=		yes
  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)
 
 Modified: head/lang/libhx/distinfo
 ==============================================================================
 --- head/lang/libhx/distinfo	Tue Jan  8 10:10:21 2013	(r310080)
 +++ head/lang/libhx/distinfo	Tue Jan  8 10:22:33 2013	(r310081)
 @@ -1,2 +1,2 @@
 -SHA256 (libHX-3.10.1.tar.xz) = cb19ea6a7e4e9a23f7b6c61aefaadc875ad47ac8f7df9febc29d6bab82876bc4
 -SIZE (libHX-3.10.1.tar.xz) = 801748
 +SHA256 (libHX-3.14.1.tar.xz) = a1550dc9cb8d441dce83dbd1f2b609ae45439e95568c945499d0a084cc76f1e6
 +SIZE (libHX-3.14.1.tar.xz) = 858960
 
 Modified: head/lang/libhx/pkg-plist
 ==============================================================================
 --- head/lang/libhx/pkg-plist	Tue Jan  8 10:10:21 2013	(r310080)
 +++ head/lang/libhx/pkg-plist	Tue Jan  8 10:22:33 2013	(r310081)
 @@ -12,9 +12,12 @@ 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.27
 +lib/libHX.so.29
  libdata/pkgconfig/libHX.pc
  @dirrm include/libHX
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: Sylvio Cesar <sylvio@FreeBSD.org>
To: bug-followup@freebsd.org, gahr@freebsd.org
Cc:  
Subject: Re: ports/174089: [patch] lang/libhx -- update to 3.14
Date: Tue, 8 Jan 2013 11:24:53 -0200

 --f46d04388ed52ee35b04d2c6e09d
 Content-Type: text/plain; charset=ISO-8859-1
 
 2013/1/8 <gahr@freebsd.org>
 
 > Synopsis: [patch] lang/libhx -- update to 3.14
 >
 > State-Changed-From-To: open->closed
 > State-Changed-By: gahr
 > State-Changed-When: Tue Jan 8 10:22:40 UTC 2013
 > State-Changed-Why:
 > Committed, with minor changes. Thanks!
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=174089
 >
 
 
 where I authorized this update?
 
 --f46d04388ed52ee35b04d2c6e09d
 Content-Type: text/html; charset=ISO-8859-1
 
 <div class="gmail_quote">2013/1/8  <span dir="ltr">&lt;<a href="mailto:gahr@freebsd.org" target="_blank">gahr@freebsd.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 
 Synopsis: [patch] lang/libhx -- update to 3.14<br>
 <br>
 State-Changed-From-To: open-&gt;closed<br>
 State-Changed-By: gahr<br>
 State-Changed-When: Tue Jan 8 10:22:40 UTC 2013<br>
 State-Changed-Why:<br>
 Committed, with minor changes. Thanks!<br>
 <br>
 <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=174089" target="_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=174089</a><br>
 </blockquote></div><br><br><span id="result_box" class="short_text" lang="en"><span class="hps">where</span> <span class="hps">I authorized</span> <span class="hps">this update?</span><span class=""></span></span><br>
 
 --f46d04388ed52ee35b04d2c6e09d--

From: Pietro Cerutti <gahr@FreeBSD.org>
To: Sylvio Cesar <sylvio@FreeBSD.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/174089: [patch] lang/libhx -- update to 3.14
Date: Tue, 8 Jan 2013 14:28:23 +0100

 --bW7Nw90iaNQhVLQB
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2013-Jan-08, 11:24, Sylvio Cesar wrote:
 > 2013/1/8 <gahr@freebsd.org>
 >=20
 > > Synopsis: [patch] lang/libhx -- update to 3.14
 > >
 > > State-Changed-From-To: open->closed
 > > State-Changed-By: gahr
 > > State-Changed-When: Tue Jan 8 10:22:40 UTC 2013
 > > State-Changed-Why:
 > > Committed, with minor changes. Thanks!
 > >
 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D174089
 > >
 >=20
 > where I authorized this update?
 
 You failed to provide any feedback on this for over a month.
 This, according to [1], is a maintainer timeout.
 
 [1] http://www.freebsd.org/doc/en/books/porters-handbook/book.html#makefile=
 -maintainer
 
 --=20
 Pietro Cerutti
 The FreeBSD Project
 gahr@FreeBSD.org
 
 PGP Public Key:
 http://gahr.ch/pgp
 
 --bW7Nw90iaNQhVLQB
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (FreeBSD)
 
 iEYEARECAAYFAlDsHvYACgkQwMJqmJVx945t+QCggQeG+37iKErF1o637JOlqbIx
 r0EAoLLNsBVmOtWFc7B57qTi4Itjm+AB
 =/kpo
 -----END PGP SIGNATURE-----
 
 --bW7Nw90iaNQhVLQB--
>Unformatted:
