diff options
author | ats <ats@FreeBSD.org> | 1995-02-25 17:55:05 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-25 17:55:05 +0000 |
commit | e83bcdf867fc099f8fc80a6dbc094a2a2b5fdf62 (patch) | |
tree | b97d3a4512e1c0072a420acdae2cd9575b1fb0b9 /audio/tracker | |
parent | c1570ad948eb2e6f6278d6feebae91e32eab922e (diff) | |
download | FreeBSD-ports-e83bcdf867fc099f8fc80a6dbc094a2a2b5fdf62.zip FreeBSD-ports-e83bcdf867fc099f8fc80a6dbc094a2a2b5fdf62.tar.gz |
Update tracker from 4.16 to version 4.18. The 4.16 version was no longer
available on the master ftp site :-).
Diffstat (limited to 'audio/tracker')
-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 ace1269..7cabd04 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 a2fdea6..8b5e584 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 03e954e..b357577 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 |