Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 02:55:44 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/117572: [PATCH] databases/pxlib: update to 0.6.2
Message-ID:  <20071027185544.DABEB5080C@blog.homiya.com>
Resent-Message-ID: <200710271900.l9RJ04GZ022369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117572
>Category:       ports
>Synopsis:       [PATCH] databases/pxlib: update to 0.6.2
>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 Oct 27 19:00:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #5: Fri Sep  7 00:22:21 CST
>Description:
- Update to 0.6.2
- INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead

Port maintainer (sem@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pxlib-0.6.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/pxlib/Makefile /home/tinderbox/portstrees/FreeBSD/ports/databases/pxlib/Makefile
--- /usr/ports/databases/pxlib/Makefile	2007-10-14 01:57:28.000000000 +0800
+++ /home/tinderbox/portstrees/FreeBSD/ports/databases/pxlib/Makefile	2007-10-28 02:54:35.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pxlib
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.2
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -25,7 +25,7 @@
 CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib
 
 OPTIONS=	DOCS	"Build and install documentation" off
diff -ruN --exclude=CVS /usr/ports/databases/pxlib/distinfo /home/tinderbox/portstrees/FreeBSD/ports/databases/pxlib/distinfo
--- /usr/ports/databases/pxlib/distinfo	2006-06-05 01:45:25.000000000 +0800
+++ /home/tinderbox/portstrees/FreeBSD/ports/databases/pxlib/distinfo	2007-10-28 02:54:36.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (pxlib-0.6.1.tar.gz) = 397a2d6214d0fbb5a20c5b4da438a509
-SHA256 (pxlib-0.6.1.tar.gz) = 7d23dcc91907d6fddc7c4a1babc2f5b422213794ace965c03239ffada7f668d1
-SIZE (pxlib-0.6.1.tar.gz) = 496929
+MD5 (pxlib-0.6.2.tar.gz) = be582272c84c03b79e00fc1546e0fb17
+SHA256 (pxlib-0.6.2.tar.gz) = 7e19209a26928b3d8a2c4c1431234824480982aa7b22218ecaa72a9b5bffd4db
+SIZE (pxlib-0.6.2.tar.gz) = 516967
--- pxlib-0.6.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071027185544.DABEB5080C>