diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-07-13 11:34:58 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-07-13 11:34:58 +0000 |
commit | 8ca05d32a94563627b7d974d15fe52ea4be3cc7a (patch) | |
tree | edff3ff68e7f295c56ce78df7092a35ba773a5b8 /audio/ifp-line | |
parent | 1c6d20802e67e6956e4ddb1ddf672bf34b12fc09 (diff) | |
download | pkgsrc-8ca05d32a94563627b7d974d15fe52ea4be3cc7a.tar.gz |
Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:
* Fix upload bug
* Fix "ls" bug for ifp-8xx.
* Fix "mkdir" and "rmdir" bug.
* Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>.
* 7XX and 8XX series can download any file, change behavior of "download".
* Change behavior of "ls"("ls" is same as "ls /").
Diffstat (limited to 'audio/ifp-line')
-rw-r--r-- | audio/ifp-line/Makefile | 4 | ||||
-rw-r--r-- | audio/ifp-line/distinfo | 8 | ||||
-rw-r--r-- | audio/ifp-line/patches/patch-aa | 11 |
3 files changed, 11 insertions, 12 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index 86e8edb5007..691eff474a8 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/05/22 09:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/13 11:34:58 sekiya Exp $ -DISTNAME= ifp-line-0.2.4 +DISTNAME= ifp-line-0.2.4.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} diff --git a/audio/ifp-line/distinfo b/audio/ifp-line/distinfo index 6256d9bd49d..43e5c31c911 100644 --- a/audio/ifp-line/distinfo +++ b/audio/ifp-line/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/05/22 09:30:45 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/07/13 11:34:59 sekiya Exp $ -SHA1 (ifp-line-0.2.4.tar.gz) = 59757dad93662d93c14a557448c868044926fd2e -Size (ifp-line-0.2.4.tar.gz) = 20214 bytes -SHA1 (patch-aa) = 04423ad7ea31000c91cd86d924cc5c607c442a10 +SHA1 (ifp-line-0.2.4.3.tar.gz) = da23e9af60aa926a39e327900d5e51706eb13a67 +Size (ifp-line-0.2.4.3.tar.gz) = 23798 bytes +SHA1 (patch-aa) = bda8ae4f69491aab5f0f07e736a1f60a7df89cae diff --git a/audio/ifp-line/patches/patch-aa b/audio/ifp-line/patches/patch-aa index 100ee938086..7de4e17ee0c 100644 --- a/audio/ifp-line/patches/patch-aa +++ b/audio/ifp-line/patches/patch-aa @@ -1,14 +1,13 @@ -$NetBSD: patch-aa,v 1.4 2004/05/22 09:30:45 wiz Exp $ - ---- Makefile.orig 2004-01-09 06:09:37.000000000 +0100 -+++ Makefile -@@ -2,6 +2,6 @@ +--- Makefile.orig 2004-07-13 20:28:31.000000000 +0900 ++++ Makefile 2004-07-13 20:29:06.000000000 +0900 +@@ -2,7 +2,7 @@ -CFLAGS = `libusb-config --cflags` -Wall -g +CFLAGS = `libusb-config --cflags` -Wall -O2 LDFLAGS = `libusb-config --libs` -PREFIX ?= /usr/local --INSTALL ?= /usr/bin/install +PREFIX ?= $(LOCALBASE) + MANDIR ?= ${PREFIX}/man/man1 +-INSTALL ?= /usr/bin/install +INSTALL ?= install |