summaryrefslogtreecommitdiff
path: root/audio/gsm/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-06-15gsm: updated to 1.0.18adam3-31/+21
1.0.18: Remove the MacOS "quarantine" files that I didn't know I'd shipped. Remove some trailing spaces. Bump up the patchlevel in inc/gsm.h (I'd forgotten that in release 17.) 1.0.17: New email addresses in the README. Avoid left-shifting signed integers. Don't print longwords using %d or %ld, cast them to (long) first. Don't compare longwords as longs in addtest, we only care for the lower 32 bits. (The math works, but the test failed.) 1.0.16: New email addresses in the manual pages (patch 16) Removed a stray .orig file (in patch 15)
2018-01-17gsm: honor LDFLAGS. Fixes RELRO build.wiz1-2/+2
2009-02-03Update gsm to 1.0.12 a.k.a 1.0-pl12.obache3-53/+27
Bump ABI_DEPENDS because reentrant fix changed struct gsm_state. (It is defined in gsm/private.h, but used by other packages directly). Fri Jun 2 06:27:56 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 12 src/code.c: removed modifiable static storage that made the library non-reentrant. (Thanks to Paul Gibbs for pointing out the bug.) Sat Mar 18 11:48:28 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 11 src/gsm_implode.c: fix WAV49 implode move source archive location
2008-05-20Honour PKGMANDIRtnn1-16/+24
2008-04-04DESTDIR support.joerg1-3/+3
2005-10-29Add #define differences for Interix; deal with it not having utimes(3).tv1-43/+45
2003-09-18Call libtool with appropriate --mode argument. From Ron Roskens in PR 22826.wiz1-6/+6
2000-01-26* Libtoolize libgsm.a build.jlam1-88/+114
* Use a shared library numbering scheme of libgsm.so.x.y instead of libgsm.so.x.y.z. Instead of libgsm.so.1.0.10, we now have libgsm.so.1.10.
1998-12-31Shut up the compiler warnings on alpha.garbled1-0/+11
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-03-16Clean this up a bit.mycroft1-49/+79
1997-11-17Install toast, tcat and untoast using the correct mode.agc1-1/+1
Thanks to is for pointing this out.
1997-11-14Revamp installation part of the Makefile, so that everything installsagc1-206/+157
cleanly in appropriate directories, using native make.
1997-10-28Initial import of FreeBSD audio packages.augustss2-0/+248