From nobody@FreeBSD.org  Sat Sep  8 14:56:06 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 32BF9106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Sep 2012 14:56:06 +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 13B608FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Sep 2012 14:56:06 +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 q88Eu5YC005024
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 8 Sep 2012 14:56:05 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Eu5BQ005018;
	Sat, 8 Sep 2012 14:56:05 GMT
	(envelope-from nobody)
Message-Id: <201209081456.q88Eu5BQ005018@red.freebsd.org>
Date: Sat, 8 Sep 2012 14:56:05 GMT
From: Ryan Steinmetz <zi@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] devel/ding-libs to 0.2.91
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: aweits@rit.edu

>Number:         171450
>Category:       ports
>Synopsis:       [update] devel/ding-libs to 0.2.91
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zi
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 15:00:10 UTC 2012
>Closed-Date:    
>Last-Modified:  Tue Jan 29 08:50:00 UTC 2013
>Originator:     Ryan Steinmetz
>Release:        9.0-RELEASE
>Organization:
Sourcefire, Inc.
>Environment:
>Description:
- Update to 0.2.91
- Address issue reported in ports/170524 (NOPORTDOCS causes error)
- Remove support for FreeBSD 7.x
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 303830)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ding-libs-0.1.3.tar.gz) = 97c9c02fee77c8467d759dc4fe3a9136cd1349aa7abb29c9af1d36c6fb25e33e
-SIZE (ding-libs-0.1.3.tar.gz) = 526095
+SHA256 (ding-libs-0.2.91.tar.gz) = 25b186688d62ef6ad1374bb9c71f91e8a13745d7ab52241c5ccdc2d37e286e41
+SIZE (ding-libs-0.2.91.tar.gz) = 584390
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 303830)
+++ pkg-plist	(working copy)
@@ -6,10 +6,15 @@
 include/ini_config.h
 include/path_utils.h
 include/ref_array.h
+include/simplebuffer.h
+lib/libbasicobjects.a
+lib/libbasicobjects.la
+lib/libbasicobjects.so
+lib/libbasicobjects.so.0
 lib/libcollection.a
 lib/libcollection.la
 lib/libcollection.so
-lib/libcollection.so.2
+lib/libcollection.so.3
 lib/libdhash.a
 lib/libdhash.la
 lib/libdhash.so
@@ -17,7 +22,7 @@
 lib/libini_config.a
 lib/libini_config.la
 lib/libini_config.so
-lib/libini_config.so.2
+lib/libini_config.so.3
 lib/libpath_utils.a
 lib/libpath_utils.la
 lib/libpath_utils.so
@@ -25,7 +30,8 @@
 lib/libref_array.a
 lib/libref_array.la
 lib/libref_array.so
-lib/libref_array.so.1
+lib/libref_array.so.2
+libdata/pkgconfig/basicobjects.pc
 libdata/pkgconfig/path_utils.pc
 libdata/pkgconfig/dhash.pc
 libdata/pkgconfig/collection.pc
Index: Makefile
===================================================================
--- Makefile	(revision 303830)
+++ Makefile	(working copy)
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	ding-libs
-DISTVERSION=	0.1.3
+DISTVERSION=	0.2.91
 CATEGORIES=	devel
-MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/
+MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/ \
+    		http://mirrors.rit.edu/zi/
 
 MAINTAINER=	aweits@rit.edu
 COMMENT=	A collection of useful libraries for developers
@@ -16,7 +17,7 @@
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-CPPFLAGS=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 USE_GETTEXT=	yes
 USE_GNOME=	pkgconfig
@@ -27,9 +28,15 @@
 .if !defined(NOPORTDOCS)
 CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 .else
-CONFIGURE_ARGS=	--docdir=/dev/null
+CONFIGURE_ARGS=	--docdir=${WRKDIR}/docs
 .endif
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800107
+IGNORE=		is not supported prior to 8.0-RELEASE
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \
@@ -37,4 +44,4 @@
 	@${REINPLACE_CMD} -e 's|if git log -1 &>/dev/null; then|if true; then|g' \
 		${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 8 15:00:32 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171450 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 8 15:00:40 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: aweits@rit.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171450: [update] devel/ding-libs to 0.2.91
Date: Sat, 8 Sep 2012 15:00:37 UT

 Maintainer of devel/ding-libs,
 
 Please note that PR ports/171450 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171450
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Rainer Duffner <rainer@ultra-secure.de>
To: bug-followup@FreeBSD.org, zi@FreeBSD.org
Cc:  
Subject: Re: ports/171450: [update] devel/ding-libs to 0.2.91
Date: Tue, 29 Jan 2013 09:47:54 +0100

 Hi,
 
 this helps build the port (and fixes my PR).
 
 Can someone commit this?
>Unformatted:
