Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2003 14:01:41 -0500 (CDT)
From:      Manuel Rabade <mig@mig-29.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56539: Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install)
Message-ID:  <200309061901.h86J1faJ021803@mig.mig-29.net>
Resent-Message-ID: <200309061910.h86JAF65008127@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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