Date: Sat, 8 Sep 2012 14:56:05 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/171450: [update] devel/ding-libs to 0.2.91 Message-ID: <201209081456.q88Eu5BQ005018@red.freebsd.org> Resent-Message-ID: <201209081500.q88F0Ad4057303@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081456.q88Eu5BQ005018>