diff options
author | ache <ache@FreeBSD.org> | 1995-02-09 21:04:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-09 21:04:57 +0000 |
commit | 702893fa5a418d2f80109cfff8f938c9d4c5abfa (patch) | |
tree | f5646378bf1c5132908f7aa4c78037e21bed4950 /audio/tracker | |
parent | 9065b27f2f9a5f253fe19b037a5285bda124df0d (diff) | |
download | FreeBSD-ports-702893fa5a418d2f80109cfff8f938c9d4c5abfa.zip FreeBSD-ports-702893fa5a418d2f80109cfff8f938c9d4c5abfa.tar.gz |
Upgrade.
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 4 | ||||
-rw-r--r-- | audio/tracker/distinfo | 2 | ||||
-rw-r--r-- | audio/tracker/files/patch-aa | 40 | ||||
-rw-r--r-- | audio/tracker/pkg-comment | 2 | ||||
-rw-r--r-- | audio/tracker/pkg-descr | 2 |
5 files changed, 19 insertions, 31 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index d19e69b..f44dc83 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: tracker -# Version required: 4.11 +# Version required: 4.12 # Date created: 2 Oct 1994 # Whom: swallace # @@ -7,7 +7,7 @@ # DISTNAME= tracker -DISTFILES= tracker-4.11.tar.Z +DISTFILES= tracker-4.12.tar.Z MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/ USE_GMAKE= YES INSTALL_TARGET= install install.man diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo index b9e5177..99d2d16 100644 --- a/audio/tracker/distinfo +++ b/audio/tracker/distinfo @@ -1 +1 @@ -MD5 (tracker-4.11.tar.Z) = f9a4b21d5b7e7d6549b13f911d8bd990 +MD5 (tracker-4.12.tar.Z) = a90fd617fce64be8cece87a129823298 diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 4115691..b626a89 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,22 +1,22 @@ -*** Makefile.orig Wed Feb 1 23:08:49 1995 ---- Makefile Thu Feb 2 12:40:50 1995 +*** Makefile.orig Thu Feb 9 17:36:13 1995 +--- Makefile Thu Feb 9 23:57:16 1995 *************** *** 11,21 **** # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, - # soundblaster, aix. - # gmake needed to handle this file in FreeBSD + # soundblaster, aix, next. + # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = sparc # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. -! CC = gcc +! CC = acc OPTS=-c --- 11,21 ---- # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, - # soundblaster, aix. - # gmake needed to handle this file in FreeBSD + # soundblaster, aix, next. + # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = freebsd # The name of your C compiler. For most machines this will be @@ -26,36 +26,24 @@ OPTS=-c *************** -*** 26,36 **** - # - # If you don't wish to use the 'make install' and 'make install.man' - # commands, you can ignore these. -! BIN_DIR = /users/algo/espie/pub/bin -! MAN_DIR = /usr/local/man +*** 31,37 **** + MAN_DIR = $(PREFIX)/man # Where to put the compression methods description -! COMPRESSION_FILE=/users/algo/espie/pub/lib/compression_methods +! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For ---- 26,40 ---- - # - # If you don't wish to use the 'make install' and 'make install.man' - # commands, you can ignore these. -! PREFIX=/usr/local -! #BIN_DIR = /users/algo/espie/pub/bin -! BIN_DIR = $(PREFIX)/bin -! #MAN_DIR = /usr/local/man -! MAN_DIR = $(PREFIX)/man +--- 31,37 ---- + MAN_DIR = $(PREFIX)/man # Where to put the compression methods description -! #COMPRESSION_FILE=/users/algo/espie/pub/lib/compression_methods ! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For *************** -*** 51,58 **** +*** 52,59 **** # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. @@ -64,7 +52,7 @@ ############################################################################### # # C compiler flags and libraries for each machine. ---- 55,64 ---- +--- 52,61 ---- # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. diff --git a/audio/tracker/pkg-comment b/audio/tracker/pkg-comment index 182d12f..d59cacd 100644 --- a/audio/tracker/pkg-comment +++ b/audio/tracker/pkg-comment @@ -1 +1 @@ -Tracker 4.11 - MOD player +Tracker 4.12 - MOD player diff --git a/audio/tracker/pkg-descr b/audio/tracker/pkg-descr index 9284bc5..e20a28a 100644 --- a/audio/tracker/pkg-descr +++ b/audio/tracker/pkg-descr @@ -1,4 +1,4 @@ -Tracker 4.11 - play soundtracker modules on a Unix machine +Tracker 4.12 - play soundtracker modules on a Unix machine Tracker plays soundtracker music modules on a Unix machine. Soundtracker modules originated on the amiga, where several composing |