Commit graph

58 commits

Author SHA1 Message Date
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Alexander Leidinger
9b0d770a03 - portlint
- fix plist [1]

Noticed by:	krismail [1]
2006-09-25 17:51:54 +00:00
Alexander Leidinger
f27261d854 Update to 3.97. 2006-09-24 16:47:00 +00:00
Kris Kennaway
b0fedceeb8 NO_PACKAGE is not appropriate here; use RESTRICTED instead 2006-09-02 23:47:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +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
Florent Thoumie
5e8787e5bb - ARCH is defined in bsd.port.pre.mk.
Pointyhat to:	obrien
2005-04-11 09:32:07 +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
Alexander Leidinger
e74d0c4dff Update to 3.96.1 (fixes some segfaults). 2004-07-30 14:34:27 +00:00
Alexander Leidinger
39911251ad Update to 3.96. 2004-04-12 12:51:27 +00:00
Alexander Leidinger
153f81b40f Trevor thinks we may be seen as a manufacturer of lame if we distribute
packages, so mark the port as NO_PACKAGE for patent licensing
reasons.

The distfile is safe to distribute.

Discussed with:	trevor, Gabriel Bouvigne <bouvigne@mp3-tech.org>
2004-03-20 14:52:19 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Alexander Leidinger
be20a85ec5 - fix plist (only affects installs from a package) [1]
- replace the outdated pkg-descr with a new one

Noticed by:	"Thomas E. Zander" <riggs@rrr.de> [1]
		kris [1]
2004-02-16 10:03:15 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Alexander Leidinger
6e7e1880c0 Update to 3.95.1. 2004-01-14 12:29:25 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alexander Leidinger
b040ef469c Update to 3.93.1 (bug fixes which affect the quality of a MP3).
Approved by:	kris
2002-12-02 20:19:13 +00:00
Alexander Leidinger
e4723f73a3 Update to 3.93. 2002-11-17 12:14:09 +00:00
Alexander Leidinger
b62b785f2d - (finally) update to 3.92
- take over maintainership (after some months of maintainer timeout)
  Note: I have write access to the LAME repository, I think this is enough
        to justify this and the following decisions.
- remove gtk support (it's only useful for active mp3 algorithm developers,
  and if you use it, you use the CVS version of it, so there's no need to
  install it)
- don't add vorbis support from PR 39606:
  * there are much better tools to encode ogg vorbis
  * there's no support from the LAME developers (FreeBSD would be the
    only OS with working vorbis in LAME)
  * it will get removed in a later LAME version

Submitted by:	many, see PRs
PR:		39606, 43255, 43727
2002-10-08 09:23:42 +00:00
Mikhail Teterin
9704994e13 Fix the bugs and buglets which were causing warnings on -stable and
error(s) on -current.

Approved by:	knu (portmgr) with a very minor deviation
2002-09-30 15:24:53 +00:00
Torsten Blum
cb92a06988 Enable 'mp3rtp' for lame to support (live) mp3 streaming with rtp via
multicast.
2002-09-20 20:07:19 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Christian Weisgerber
ffa1c49598 Respect CFLAGS.
PR:		41710
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Obtained from:	naddy
2002-08-16 15:14:54 +00:00
Christian Weisgerber
9c6b4384a3 nasm dependency is i386-only. 2002-08-12 14:58:36 +00:00
Anders Nordby
9c4361e5b2 Enable building of the GTK GUI.
Build it + define USE_GTK only if GUI is wanted/GTK is installed.

Silence by:	maintainer && jim

PR:		35014
2002-04-22 01:22:48 +00:00
Patrick Li
7c14c477fe Update to 3.91
PR:		33945
Submitted by:	maintainer
2002-01-17 05:40:37 +00:00
Ying-Chieh Liao
acd790f2f9 update master site subdir
PR:		32642
Submitted by:	maintainer
2001-12-09 13:41:40 +00:00
Ying-Chieh Liao
827ac39580 Add NOPORTDOCS support to pkg-plist
PR:		28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by:	Patrick Li <pat@databits.net>
2001-07-08 07:25:57 +00:00
Mario Sergio Fujikawa Ferreira
e5accf3361 1) Revert change supporting for shared library build/installation
due to uncertainty: there are too many unsharable global variables.
Pointed out by Alexander Leidinger.
2) Due the last, revert to previous state without static library
installation
3) Revert patch template to patch-aa revision 1.7
4) Unique change that is not reverse related: update MASTER_SITES
using MASTER_SITE_SOURCEFORGE (joseph@randomnetworks.com)
5) PORTREVISION bump.

I am reverting this for I won't be around to discuss this for the
time being. :)

If anyone wants to, please contact the submitter.

Submitted by:	Alexander Leidinger <Alexander@leidinger.net>,
		Joseph Scott <joseph@randomnetworks.com>
2001-01-08 00:54:30 +00:00
Mario Sergio Fujikawa Ferreira
94e97f3122 1) Add shared library build support. A Good Thing(TM)
2) Install both shared and static library. Numbering .1 according
to handbook rules for newly added libraries. Also, install header
file.
3) PORTREVISION bump.
4) Add provisions for easier update of library version:
	- internal Makefile variable
	- patch template
	- PLIST_SUB
5) patch-aa superseeded by new patch template

Approved by:	maintainer
2001-01-07 14:06:56 +00:00
Mario Sergio Fujikawa Ferreira
9cbaa54e6d Code is now under GPL, remove the RESTRICTED flag.
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-10-30 00:03:23 +00:00
Mario Sergio Fujikawa Ferreira
b38d3b2bb8 New fetch arrangements. Patch no longer needed.
Approved by:	maintainer
Submitted by:	Palle Girgensohn <girgen@partitur.se>

PR:		ports/22079
2000-10-29 13:30:39 +00:00
Jeremy Lea
bb9e6226b0 Fix my breakage (removed the do-install target). This patch appears to have
mis-applied, since this worked on my system (I still had it installed).

PR:		ports/21924
Submitted by:	dirk.meyer@dinoex.sub.org
2000-10-12 07:39:45 +00:00
Jeremy Lea
3707e5b740 Implment WANT_GTK. 2000-10-05 06:47:41 +00:00
Mario Sergio Fujikawa Ferreira
ee8d47619f Add missing WWW tag to DESCR
Approved by:	will

PR:		21525
2000-10-03 17:38:36 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Will Andrews
20b9259c7d Fix improper #ifdef.
PR:		19024
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-07 16:06:47 +00:00
Chris Piazza
a5f53f5127 Update to lame 3.70
PR:		18119
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by:	maintainer
2000-04-29 20:44:49 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Chris Piazza
667b5f3dbd Update to ver 3.51
PR:		15028
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-11-21 21:13:36 +00:00
Chris Piazza
e123b917e9 - Update to 3.50
- Allow a flag NO_X11 which builds without using GTK

PR:		14876
Submitted by:	Aaron Smith <aaron@mutex.org>
Reviewed by:	maintainer
1999-11-21 01:08:44 +00:00
Jim Mock
8fdd49e569 Attack of the COMMENT police. Fixed a bunch of typos, grammatical
errors and descriptions.

PR:		14031
Submitted by:	chris
1999-10-02 06:56:26 +00:00
Steve Price
73d2b8f97e We don't have a fp_* cruft on FreeBSD/Alpha. 1999-09-20 01:29:53 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
SADA Kenji
e641137ed1 Now full-source distribution is removed from archives,
so we should get a patch and sould apply it to dist10.

Approved by: maintainer
1999-07-27 16:37:56 +00:00