Commit graph

52 commits

Author SHA1 Message Date
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Martin Wilke
4d2a3b15bf - Update to 1.2
PR:		180692
Submitted by:	oorts fury
2013-07-22 15:18:53 +00:00
Ade Lovett
e4d968507a Couple of missed patches from recent automake update. 2013-07-16 20:10:08 +00:00
Martin Wilke
800d78b28b - Unbreak build after autotool update 2013-07-16 14:56:10 +00:00
Alexey Dokuchaev
e86b55727a For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
2013-03-13 11:54:25 +00:00
Alexey Dokuchaev
09e55c96c0 - Trim the Makefile header per new guidelines
- Remove hardcoded shlib ABI versions from LIB_DEPENDS
- Drop leading indefinite article and fix a typo in COMMENT
- Remove redundant standard knob description (TWOLAME)
- Unmute installation commands, cleanup Makefile a bit
- Reformat port description text for better visual appeal
2013-02-26 14:40:41 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Baptiste Daroussin
fa8e7fc56e Convert to new options framework 2012-06-01 06:57:16 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Pawel Pekala
8c1137abf0 - Update to verion 1.1 [1]
- Update project homepage [1]
- Add check for options sanity (at least one codec must be choosen)
- Install darkice.cfg and remove it when it was not edited

PR:		ports/162290 [1]
Submitted by:	Takefu <takefu@airport.fm> [1]
2011-11-04 18:29:43 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Pav Lucistnik
905807b959 - Update to work with libaacplus.2
PR:		ports/153519
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
2011-01-24 15:32:47 +00:00
Rene Ladan
1678d63856 - Fix include dir of sbr_main.h when building with libaacplus
- Bump PORTREVISION

PR:		ports/151574
Submitted by:	Takefu [takefu airport.fm]
2010-10-30 23:30:54 +00:00
Doug Barton
ed7dd15603 Standardize rc.d script
Bump PORTREVISION (missed in last update)
2010-09-24 07:07:26 +00:00
Dmitry Marakasov
80ee484ff4 - added libaacplus support
- added rc.d script
- improved config file handling

PR:		149795
Submitted by:	Takefu <takefu@airport.fm>
2010-09-23 04:09:39 +00:00
Martin Wilke
cda7c8f699 - Update to 1.0
PR:		146669
Submitted by:	Ports Fury
2010-07-13 02:42:31 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Martin Wilke
56229801f3 - Update to 0.20
PR:		140479
Submitted by:	Ports Fury
2009-11-12 10:52:34 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
6be3519efc - Update to 0.19
PR:		125687
Submitted by:	Ports Fury
2008-07-17 23:12:16 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Martin Wilke
2b83c834ac - Update to 0.18.1
PR:		112311
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-05-01 23:17:48 +00:00
Gabor Kovesdan
f89a2cd356 - Remove 4.X support from unmaintained ports in categories starting with
letter a-c
2007-04-14 16:20:45 +00:00
Martin Wilke
4b791f7f32 - Update to 0.18
PR:		110338
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-03-16 13:26:15 +00:00
Roman Bogorodskiy
32a64b1bee Update to version 0.17.1.
PR:		98017
Submitted by:	Ports Fury
2006-05-28 06:51:36 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Simon Barner
20c3ca5ac4 - Update to 0.17
- Note: Upstream re-rolled the distfile after the PR was submitted. The
  new distfile already contains the patch from the original version of
  the PR, so it is not included in this commit.

Submitted by:	Ports fury
PR:		ports/92608
2006-02-01 01:36:32 +00:00
Sam Lawrance
3e04cedb8e Fix typo (FAAD option should be FAAC).
Submitted by:	Paul Sherren <paul.sherren@gmail.com> on ports@
2006-01-26 02:55:28 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Emanuel Haupt
a2ff7294a5 - Update to 0.16
- Provide optional VORBIS, LAME, FAAD, JACK support
- Update pkg-descr

PR:		88186
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-10-30 19:15:53 +00:00
Florent Thoumie
7f3804d599 - Update to 0.15.
PR:		ports/79970
Submitted by:	Ports Fury
2005-04-15 17:49:42 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
5d0d12e2d8 - Update to version 0.14
PR:		ports/63002
Submitted by:	Ports Fury
2004-02-18 16:24:50 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Kirill Ponomarev
385201700b - Update to version 0.13.2
PR:		61073
Submitted by:	Ports Fury
2004-01-08 15:26:22 +00:00
Christian Weisgerber
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Daichi GOTO
8c9754e07d update audio/darkice: 0.13 --> 0.13.1
PR:		51540
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-27 06:39:04 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Patrick Li
75f824b2c5 Update to 0.13
PR:		ports/48142
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-02-10 21:38:47 +00:00
Ying-Chieh Liao
1930c28d98 upgrade to 0.12
PR:		45437
Submitted by:	Ports Fury
2002-11-20 12:50:47 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
fb3eb8375e upgrade to 0.11
PR:		43692
Submitted by:	Ports Fury
2002-10-06 17:40:44 +00:00
Christian Weisgerber
6a9c7630b6 Update to 0.10.1.
PR:		41499
Submitted by:	Ports Fury
2002-08-12 21:01:56 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00