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
SADA Kenji
3e0b9dab52
Upgrade to 3.13.
...
PR: ports/12509
Submitted by: Rod Taylor <rod@idiotswitch.org>
1999-07-04 20:44:49 +00:00
SADA Kenji
416c7f505e
Upgrade: lamer -> lame ver.3.
...
Port directory name is changed by rep.copy.
Submitted by: maintainer
1999-06-11 14:28:31 +00:00
Tim Vanderhoek
6cfb5d6bb8
Wisten, to the SWwound, of a Whole new WOO
...
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
SADA Kenji
19ac37dcfc
Add www url to pkg/DESCR.
1999-02-02 12:31:20 +00:00
SADA Kenji
3de18703d0
Fix a typo on pkg/COMMENT.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1999-01-14 21:25:02 +00:00
SADA Kenji
65272cc6cb
Typo of pkg/COMMENT
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1999-01-11 17:16:03 +00:00
SADA Kenji
69ea4c6315
This is a null commit to record the notation about the imported software.
...
(I'm sorry I have forgotton)
==
LAME stands for LAME Ain't an Mp3 Encoder.
The dist10patch is totally incapable of producing an mp3
stream. It is incapable of even being compiled by itself.
It is patch for dist10 ISO distribution.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1998-12-02 22:52:36 +00:00
SADA Kenji
e2aa4d4f29
New import: ports/audio/lamer
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1998-12-01 22:33:47 +00:00