From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E52FE1065676 for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A68468FC15 for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0AWh057316 for ; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0Ad4057303; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:00:10 GMT Resent-Message-Id: <201209081500.q88F0Ad4057303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32BF9106564A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171450: [update] devel/ding-libs to 0.2.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:11 -0000 >Number: 171450 >Category: ports >Synopsis: [update] devel/ding-libs to 0.2.91 >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: Sat Sep 08 15:00:10 UTC 2012 >Closed-Date: >Last-Modified: >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 + +.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 +.include >Release-Note: >Audit-Trail: >Unformatted: