aboutsummaryrefslogtreecommitdiff
path: root/audio/gsm/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plistTijl Coosemans2014-07-191-4/+0
| | | | | | | PR: 191971 Notes: svn path=/head/; revision=362278
* Fix staging orphans.Guido Falsi2014-07-011-0/+2
| | | | | | | | | PR: 191519 Submitted by: me Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) Notes: svn path=/head/; revision=359970
* - Support stagingEmanuel Haupt2014-02-121-0/+5
| | | | | | | | - Strip shared object - Respect CFLAGS Notes: svn path=/head/; revision=344021
* According to pkg_add -v, pkg-plist executes the following commands:Jimmy Olgeni2008-06-081-2/+2
| | | | | | | | | | | | | | | ln -sf bin/toast /usr/local/bin/tcat ln -sf bin/toast /usr/local/bin/untoast which create these incorrect links: /usr/local/bin/tcat -> bin/toast /usr/local/bin/untoast -> bin/toast Replacing %F with %f in pkg-plist removes the extra bin/. Notes: svn path=/head/; revision=214491
* implement @rmtry macro for the pkg-plistEdwin Groothuis2008-04-191-2/+2
| | | | Notes: svn path=/head/; revision=211556
* audio/gsm: Add distfile mirrorsEdwin Groothuis2006-04-061-2/+2
| | | | | | | | | | | - Remove dead mirror, add some working mirrors - Add 2>&1 >/dev/null || true to @unexec rm ... in pkg-plist PR: ports/95377 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=158912
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-2/+0
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* * Modified patches to support INSTALL_MACROS instead of cp/mv commandSteve Price1999-12-231-6/+6
| | | | | | | | | | | | * Fixed behavior of installing man pages * Added WWW: line into pkg/DESCR * Fixed pkg/PLIST PR: 15334 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23903
* 1. Convert to ELF.Scott Mace1998-09-221-3/+4
| | | | | | | | 2. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems. Notes: svn path=/head/; revision=13326
* Add an MLINKS line.Tim Vanderhoek1998-09-191-6/+0
| | | | Notes: svn path=/head/; revision=13228
* Yes, removing plist manpages broke this one, too. :)Tim Vanderhoek1998-08-171-5/+10
| | | | | | | | | Actually, this has been broken since asami's compress-all-the-manpages commit on Nov. 18, _1996_. I'm beginning to suspect that more ports are in like this... Notes: svn path=/head/; revision=12590
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-171-5/+0
| | | | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. Notes: svn path=/head/; revision=12569
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-5/+5
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Upgrade to 1.0.10Andrey A. Chernov1996-10-251-5/+5
| | | | Notes: svn path=/head/; revision=4158
* Don't define USE_FLOAT_MUL, cause SIGFPE in FreeBSDAndrey A. Chernov1996-04-181-1/+3
| | | | | | | | Make shared library too (changes needed for upcoming speak_freely port) Notes: svn path=/head/; revision=3007
* GSM <-> other audio encoding conversion package (required for nevot)Paul Traina1995-01-061-0/+13
Notes: svn path=/head/; revision=727