ports/114428: [MAINTAINER] security/zxid: Fix for ldconfig

Gea-Suan Lin gslin at gslin.org
Mon Jul 9 08:50:04 UTC 2007


>Number:         114428
>Category:       ports
>Synopsis:       [MAINTAINER] security/zxid: Fix for ldconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 08:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun  5 03:26:27 CST
>Description:
- Add a post-install routine to link file.
- Bump PORTREVISION. (since pkg-plist change)

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

--- zxid-0.17_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/zxid/Makefile /home/staff/gslin/work/ports/zxid/Makefile
--- /usr/ports/security/zxid/Makefile	Mon Jul  9 10:24:04 2007
+++ /home/staff/gslin/work/ports/zxid/Makefile	Mon Jul  9 16:26:24 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	zxid
 PORTVERSION=	0.17
+PORTREVISION=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://zxid.org/
 EXTRACT_SUFX=	.tgz
@@ -21,5 +22,8 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
+
+post-install:
+	${LN} -s libzxid.so.0.0 ${PREFIX}/lib/libzxid.so.0
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/security/zxid/pkg-plist /home/staff/gslin/work/ports/zxid/pkg-plist
--- /usr/ports/security/zxid/pkg-plist	Mon Jul  9 10:24:04 2007
+++ /home/staff/gslin/work/ports/zxid/pkg-plist	Mon Jul  9 16:25:49 2007
@@ -57,5 +57,6 @@
 include/zxid/zxidvers.h
 include/zxid/zxwsc.h
 lib/libzxid.a
+lib/libzxid.so.0
 lib/libzxid.so.0.0
 @dirrmtry include/zxid
--- zxid-0.17_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list