From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 12:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 802C0106564A for ; Thu, 3 Apr 2008 12:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 591598FC21 for ; Thu, 3 Apr 2008 12:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m33CU3FI094978 for ; Thu, 3 Apr 2008 12:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m33CU3Eq094970; Thu, 3 Apr 2008 12:30:03 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2008 12:30:03 GMT Resent-Message-Id: <200804031230.m33CU3Eq094970@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5702B106566B for ; Thu, 3 Apr 2008 12:23:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4359B8FC1C for ; Thu, 3 Apr 2008 12:23:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m33CNeUc084556 for ; Thu, 3 Apr 2008 12:23:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m33CNegp084555; Thu, 3 Apr 2008 12:23:40 GMT (envelope-from nobody) Message-Id: <200804031223.m33CNegp084555@www.freebsd.org> Date: Thu, 3 Apr 2008 12:23:40 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122412: Port fix: archivers/xpk - Replace deprecated INSTALLS_SHLIB, fix MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 12:30:03 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: