From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:10:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92BA16A4BF for ; Sat, 6 Sep 2003 12:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56674400B for ; Sat, 6 Sep 2003 12:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h86JAFUp008128 for ; Sat, 6 Sep 2003 12:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h86JAF65008127; Sat, 6 Sep 2003 12:10:15 -0700 (PDT) Resent-Date: Sat, 6 Sep 2003 12:10:15 -0700 (PDT) Resent-Message-Id: <200309061910.h86JAF65008127@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, Manuel Rabade Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C3116A4BF for ; Sat, 6 Sep 2003 12:04:04 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-67-215-158.prodigy.net.mx [200.67.215.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E10843FF2 for ; Sat, 6 Sep 2003 12:04:03 -0700 (PDT) (envelope-from mig@mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h86J1fGx021804 for ; Sat, 6 Sep 2003 14:01:41 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from mig@localhost) by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h86J1faJ021803; Sat, 6 Sep 2003 14:01:41 -0500 (CDT) (envelope-from mig) Message-Id: <200309061901.h86J1faJ021803@mig.mig-29.net> Date: Sat, 6 Sep 2003 14:01:41 -0500 (CDT) From: Manuel Rabade To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56539: Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Manuel Rabade List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 19:10:19 -0000 >Number: 56539 >Category: ports >Synopsis: Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 12:10:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: MiG >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD mig.mig-29.net 4.8-RELEASE FreeBSD 4.8-RELEASE #14: Thu Aug 28 03:46:45 CDT 2003 mig@mig.mig-29.net:/usr/obj/usr/src/sys/MIG i386 >Description: Update the Makefile to do a more clean install (the Makefile from the source install some unnecessary libs). Sorry because i send a erroneous PR before this (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/56538), because i send the files like a new port (with shar). Thanks and paradon me!. >How-To-Repeat: >Fix: --- temp begins here --- diff -ruN xmms-infopipe/Makefile /usr/ports/audio/xmms-infopipe/Makefile --- xmms-infopipe/Makefile Sat Sep 6 13:25:49 2003 +++ /usr/ports/audio/xmms-infopipe/Makefile Sun Aug 24 02:34:45 2003 @@ -2,35 +2,22 @@ # Date created: 14 July 2003 # Whom: mig # -# $FreeBSD$ +# $FreeBSD: ports/audio/xmms-infopipe/Makefile,v 1.1 2003/08/24 07:34:45 edwin Exp $ # -PORTNAME= xmms-infopipe -PORTVERSION= 1.3 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= xmms-infopipe +PORTVERSION= 1.3 +CATEGORIES= audio +MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mig@mig-29.net -COMMENT= Create a named pipe to retrive xmms info about currently playing song +MAINTAINER= mig@mig-29.net +COMMENT= Create a named pipe to retrive xmms info about currently playing song RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_GMAKE= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes - -LIBDIR?= ${PREFIX}/lib/xmms/General -SRCLIBDIR?= src/.libs - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%X11BASE%%/lib/xmms/General - -do-install: - cd ${WRKSRC}/${SRCLIBDIR};\ - ${MKDIR} ${LIBDIR};\ - ${INSTALL_PROGRAM} libinfopipe-1.3.so.1 ${LIBDIR}/libinfopipe.so .include diff -ruN xmms-infopipe/pkg-plist /usr/ports/audio/xmms-infopipe/pkg-plist --- xmms-infopipe/pkg-plist Mon Jul 21 01:01:33 2003 +++ /usr/ports/audio/xmms-infopipe/pkg-plist Sun Aug 24 02:34:45 2003 @@ -1 +1,7 @@ -lib/xmms/General/libinfopipe.so +lib/xmms/General/libinfopipe-1.3.so.1 +@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe-1.3.so +@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe.so +lib/xmms/General/libinfopipe.la +lib/xmms/General/libinfopipe.a +@unexec rm %D/lib/xmms/General/libinfopipe-1.3.so +@unexec rm %D/lib/xmms/General/libinfopipe.so --- temp ends here --- >Release-Note: >Audit-Trail: >Unformatted: