From 702893fa5a418d2f80109cfff8f938c9d4c5abfa Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 9 Feb 1995 21:04:57 +0000 Subject: Upgrade. --- audio/tracker/Makefile | 4 ++-- audio/tracker/distinfo | 2 +- audio/tracker/files/patch-aa | 40 ++++++++++++++-------------------------- audio/tracker/pkg-comment | 2 +- audio/tracker/pkg-descr | 2 +- 5 files changed, 19 insertions(+), 31 deletions(-) (limited to 'audio') diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index d19e69b34091..f44dc83e786d 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 b9e5177aa069..99d2d1657c13 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 41156918cb7d..b626a89d49b2 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 182d12f81326..d59cacd260a3 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 9284bc54dc6d..e20a28ac4432 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 -- cgit