Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2008 12:23:40 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122412: Port fix: archivers/xpk - Replace deprecated INSTALLS_SHLIB, fix MASTER_SITES
Message-ID:  <200804031223.m33CNegp084555@www.freebsd.org>
Resent-Message-ID: <200804031230.m33CU3Eq094970@freefall.freebsd.org>

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

>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@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@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:



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