ports/122412: Port fix: archivers/xpk - Replace deprecated INSTALLS_SHLIB, fix MASTER_SITES

Ganael Laplanche ganael.laplanche at martymac.com
Thu Apr 3 12:30:03 UTC 2008


>Number:         122412
>Category:       ports
>Synopsis:       Port fix: archivers/xpk - Replace deprecated INSTALLS_SHLIB, fix MASTER_SITES
>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:   Thu Apr 03 12:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        7.0-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 7.0-STABLE FreeBSD 7.0-STABLE #11: Tue Mar 25 14:32:03 CET 2008 root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64
>Description:
This patch fixes minor things for archivers/xpk :
- fix 1st MASTER_SITES
- use USE_LDCONFIG instead of INSTALLS_SHLIB
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur xpk.orig/Makefile xpk/Makefile
--- xpk.orig/Makefile	2008-04-03 14:16:10.000000000 +0200
+++ xpk/Makefile	2008-04-03 14:19:17.000000000 +0200
@@ -9,7 +9,7 @@
 PORTVERSION=	0.1.4
 PORTREVISION=	1
 CATEGORIES=	archivers
-MASTER_SITES=	http://www.jormas.com/~vesuri/xpk/ \
+MASTER_SITES=	http://vesuri.jormas.com/xpk/ \
 		http://www.energyhq.es.eu.org/files/
 
 MAINTAINER=	ports at FreeBSD.org
@@ -17,6 +17,6 @@
 
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


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



More information about the freebsd-ports-bugs mailing list