Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2008 13:12:12 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122413: Port cleanup: audio/bmp-songchange
Message-ID:  <200804031312.m33DCCPE002274@www.freebsd.org>
Resent-Message-ID: <200804031320.m33DK1SY099562@freefall.freebsd.org>

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

>Number:         122413
>Category:       ports
>Synopsis:       Port cleanup: audio/bmp-songchange
>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 13:20:01 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 audio/bmp-songchange :
- Correct MASTER_SITES to use MASTER_SITE_BERLIOS
- Fix missing tab
- Add missing USE_LDCONFIG
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur bmp-songchange.orig/Makefile bmp-songchange/Makefile
--- bmp-songchange.orig/Makefile	2008-04-03 14:47:26.000000000 +0200
+++ bmp-songchange/Makefile	2008-04-03 14:57:33.000000000 +0200
@@ -9,14 +9,16 @@
 PORTVERSION=	0.0.2
 PORTREVISION=	5
 CATEGORIES=	audio
-MASTER_SITES=	http://download.berlios.de/bmp-plugins/
+MASTER_SITES=	${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR=	bmp-plugins
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Beep Media Player do-this-on-song-change plugin
 
 LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player
 
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	${PREFIX}/lib/bmp/General
 
 PLIST_FILES=	lib/bmp/General/libsong_change.so
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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