diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-04 00:37:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-04 00:37:05 +0000 |
commit | c27c6c409561133d82686a5a346e0599fd2af5b9 (patch) | |
tree | 26c0c3da72e83e21c9cef4c04b55e6c6d95904ed /audio | |
parent | f85f94bd3c84765d49582ab2970fa441b2ebf53b (diff) | |
download | ports-c27c6c409561133d82686a5a346e0599fd2af5b9.tar.gz ports-c27c6c409561133d82686a5a346e0599fd2af5b9.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tracker/Makefile | 8 | ||||
-rw-r--r-- | audio/tracker/distinfo | 2 | ||||
-rw-r--r-- | audio/tracker/files/patch-aa | 36 | ||||
-rw-r--r-- | audio/tracker/pkg-comment | 2 | ||||
-rw-r--r-- | audio/tracker/pkg-plist | 1 |
5 files changed, 40 insertions, 9 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index ef7156baebf2..aa3053d13bff 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: tracker -# Version required: 4.33 +# Version required: 4.35 # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.20 1995/05/11 18:12:39 ache Exp $ +# $Id: Makefile,v 1.21 1995/06/22 00:51:13 ache Exp $ # DISTNAME= tracker -PKGNAME= tracker-4.33 +PKGNAME= tracker-4.35 CATEGORIES+= audio MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ -DISTFILES= tracker-4.33.tar.Z +DISTFILES= tracker-4.35.tar.Z MAINTAINER= ache@FreeBSD.ORG diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo index 3229782f4e9b..7eaea1bd184f 100644 --- a/audio/tracker/distinfo +++ b/audio/tracker/distinfo @@ -1 +1 @@ -MD5 (tracker-4.33.tar.Z) = c25546e34028c4f49f40409bae909499 +MD5 (tracker-4.35.tar.Z) = 3bd2c7fe9bc8b3697c0b385fb523a060 diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 3251f679ed0f..3a108a0c23a0 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Sun Jun 4 17:29:07 1995 ---- Makefile Thu Jun 22 04:28:14 1995 +*** Makefile.orig Sun Jul 2 21:47:44 1995 +--- Makefile Tue Jul 4 04:20:10 1995 *************** *** 32,38 **** MAN_DIR = $(PREFIX)/man @@ -38,3 +38,35 @@ ############################################################################### # # C compiler flags and libraries for each machine. +*************** +*** 161,169 **** + prefs.o autoinit.o ${UI}ui.o display.o empty.o color.o version.o + + OBJ_SPLITMOD = split.o tools.o st_read.o dump_song.o open.o notes.o \ +! display.o prefs.o autoinit.o $(UI)ui.o empty.o color.o version.o + +! all: version.c config.h tracker randomize tcheck splitmod + + config.h: $(CONFIG)config.h Makefile + rm -f config.h +--- 163,172 ---- + prefs.o autoinit.o ${UI}ui.o display.o empty.o color.o version.o + + OBJ_SPLITMOD = split.o tools.o st_read.o dump_song.o open.o notes.o \ +! display.o prefs.o autoinit.o $(UI)ui.o empty.o color.o version.o \ +! st_virt.o + +! all: version.c config.h tracker randomize splitmod + + config.h: $(CONFIG)config.h Makefile + rm -f config.h +*************** +*** 175,181 **** + install: + $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) + $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) +- $(INSTALL) $(INST_BIN_OPT) tcheck $(BIN_DIR) + $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR) + [ -f ${COMPRESSION_FILE} ] || \ + $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE} +--- 178,183 ---- diff --git a/audio/tracker/pkg-comment b/audio/tracker/pkg-comment index 12194e3994b2..1af7e4c92917 100644 --- a/audio/tracker/pkg-comment +++ b/audio/tracker/pkg-comment @@ -1 +1 @@ -Tracker 4.33 - MOD player +Tracker 4.35 - MOD player diff --git a/audio/tracker/pkg-plist b/audio/tracker/pkg-plist index d419b25ba0e2..3cdf607af935 100644 --- a/audio/tracker/pkg-plist +++ b/audio/tracker/pkg-plist @@ -2,6 +2,5 @@ bin/tracker bin/randomize bin/splitmod -bin/tcheck etc/compression_methods man/man1/tracker.1 |