diff options
-rw-r--r-- | audio/tracker/Makefile | 6 | ||||
-rw-r--r-- | audio/tracker/distinfo | 2 | ||||
-rw-r--r-- | audio/tracker/files/patch-aa | 27 |
3 files changed, 27 insertions, 8 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index ace12691210a..7cabd04883f3 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tracker -# Version required: 4.16 +# Version required: 4.18 # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.7 1995/02/15 18:20:12 ache Exp $ +# $Id: Makefile,v 1.8 1995/02/23 21:05:10 ache Exp $ # DISTNAME= tracker -DISTFILES= tracker-4.16.tar.Z +DISTFILES= tracker-4.18.tar.Z MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ USE_GMAKE= YES INSTALL_TARGET= install install.man diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo index a2fdea620b0a..8b5e584410d6 100644 --- a/audio/tracker/distinfo +++ b/audio/tracker/distinfo @@ -1 +1 @@ -MD5 (tracker-4.16.tar.Z) = e5d612f9642528598b9453c0802140a4 +MD5 (tracker-4.18.tar.Z) = d4044189707b257cc82dffff747f4071 diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 03e954edecdd..b357577d39d9 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,12 +1,12 @@ -*** Makefile.orig Thu Feb 23 17:17:55 1995 ---- Makefile Thu Feb 23 23:51:54 1995 +*** Makefile.orig Fri Feb 24 16:41:26 1995 +--- Makefile Sat Feb 25 18:30:04 1995 *************** *** 11,22 **** # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = sparc - VERSION = 4.16 + VERSION = 4.18 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. @@ -19,7 +19,7 @@ # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = freebsd - VERSION = 4.16 + VERSION = 4.18 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. @@ -65,3 +65,22 @@ ############################################################################### # # C compiler flags and libraries for each machine. +*** Arch/common.c.ORIG Fri Feb 24 00:53:30 1995 +--- Arch/common.c Sat Feb 25 18:30:53 1995 +*************** +*** 166,172 **** + LOCAL int dsize; /* current data size */ + LOCAL int samples_max; /* number of samples in buffer */ + +! LOCAL int sync; + #endif + + #ifdef SEPARATE_BUFFERS +--- 166,172 ---- + LOCAL int dsize; /* current data size */ + LOCAL int samples_max; /* number of samples in buffer */ + +! /* LOCAL int sync; */ + #endif + + #ifdef SEPARATE_BUFFERS |