Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2005 23:06:05 +0200 (CEST)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87229: Update of audio/ifp-line
Message-ID:  <200510102106.j9AL65f6013980@marvin.riggiland.au>
Resent-Message-ID: <200510102110.j9ALA8Pi058700@freefall.freebsd.org>

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

>Number:         87229
>Category:       ports
>Synopsis:       Update of audio/ifp-line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 21:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD 5.4-STABLE
>Description:
The attached patch bringt the iRiver music player command line
interface ifp-line to the latest release.
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/audio/ifp-line/Makefile ifp-line/Makefile
--- /usr/ports/audio/ifp-line/Makefile	Wed Apr 13 12:22:20 2005
+++ ifp-line/Makefile	Mon Oct 10 22:39:42 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ifp-line
-PORTVERSION=	0.2.4.5
+PORTVERSION=	0.2.4.6
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ifp-driver
diff -ruN /usr/ports/audio/ifp-line/distinfo ifp-line/distinfo
--- /usr/ports/audio/ifp-line/distinfo	Sat Apr  9 01:14:47 2005
+++ ifp-line/distinfo	Mon Oct 10 22:41:21 2005
@@ -1,2 +1,2 @@
-MD5 (ifp-line-0.2.4.5.tar.gz) = 53985c0f00a842026195eed8a4bdd7c5
-SIZE (ifp-line-0.2.4.5.tar.gz) = 23960
+MD5 (ifp-line-0.2.4.6.tar.gz) = 6c5d47ecf2380e05b19964ea04cfe584
+SIZE (ifp-line-0.2.4.6.tar.gz) = 24699
diff -ruN /usr/ports/audio/ifp-line/files/patch-Makefile ifp-line/files/patch-Makefile
--- /usr/ports/audio/ifp-line/files/patch-Makefile	Thu Oct 14 01:47:49 2004
+++ ifp-line/files/patch-Makefile	Mon Oct 10 22:51:01 2005
@@ -1,11 +1,12 @@
---- Makefile.orig	Sun May 30 17:05:29 2004
-+++ Makefile	Tue Sep 21 10:48:59 2004
-@@ -1,10 +1,5 @@
--# $Id: Makefile,v 1.8 2004/05/30 15:05:29 yamajun Exp $
--
+--- Makefile.orig	Mon Oct 10 22:44:32 2005
++++ Makefile	Mon Oct 10 22:49:35 2005
+@@ -1,11 +1,7 @@
+ # $Id: Makefile,v 1.9 2004/11/19 07:08:02 yamajun Exp $
+ 
 -CFLAGS	= `libusb-config --cflags` -Wall -g
 -LDFLAGS	= `libusb-config --libs`
 -PREFIX	?= /usr/local
+-BINDIR	?= ${PREFIX}/bin
 -MANDIR	?= ${PREFIX}/man/man1
 -INSTALL	?= /usr/bin/install
 +CFLAGS+=	`libusb-config --cflags`
@@ -13,15 +14,18 @@
  
  OBJS = ifp.o ifp_routines.o unicodehack.o
  
-@@ -12,12 +7,9 @@
+@@ -13,15 +9,9 @@
  ifp: $(OBJS)
  	$(CC) -o ifp $(OBJS) $(LDFLAGS)
  
+-$(BINDIR):
+-	mkdir -p $(BINDIR)
+-
 -$(MANDIR):
 -	mkdir -p $(MANDIR)
 -
--install: ifp $(MANDIR)
--	$(INSTALL) -c ifp $(PREFIX)/bin
+-install: ifp $(BINDIR) $(MANDIR)
+-	$(INSTALL) -c ifp $(BINDIR)
 -	$(INSTALL) -c -m 644 ifp.1 $(MANDIR)
 +install: ifp
 +	@${BSD_INSTALL_PROGRAM} ifp $(PREFIX)/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



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