ports/56539: Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install)
Manuel Rabade
mig at mig-29.net
Sat Sep 6 19:10:19 UTC 2003
>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 at 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 at mig-29.net
-COMMENT= Create a named pipe to retrive xmms info about currently playing song
+MAINTAINER= mig at 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
+ at exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe-1.3.so
+ at 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
+ at unexec rm %D/lib/xmms/General/libinfopipe-1.3.so
+ at unexec rm %D/lib/xmms/General/libinfopipe.so
--- temp ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list