Commit graph

23 commits

Author SHA1 Message Date
Michael Nottebrock
e83412c8f0 Update libshout2 to 2.1 and chase library revision bump. 2005-04-03 23:02:54 +00:00
Michael Nottebrock
2394171dd5 Respect CFLAGS.
PR: 71001
Submitted by: "Paul Seniura" <pdseniura@techie.com>
2004-08-26 20:21:59 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Michael Nottebrock
333d22f11c Forgot: Bump PORTREVISION. 2004-05-31 13:30:08 +00:00
Michael Nottebrock
e45a0eff45 Remove hack again, it's just too evil. Also get rid of a libtool archive. 2004-05-31 13:28:23 +00:00
Michael Nottebrock
d7ebfa900b Enforce linking against a threads lib on -STABLE. 2004-05-14 16:38:09 +00:00
Michael Nottebrock
a3f6024445 SIZEify. 2004-03-18 01:41:16 +00:00
Michael Nottebrock
ad68ed4e8a Fix WWW: 2004-03-07 19:55:45 +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
Christian Weisgerber
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Michael Nottebrock
e6c2cdf03a Remove -ffast-math from CFLAGS.
Requested by:	kris
2003-10-23 10:37:55 +00:00
Michael Nottebrock
1783dac8db Bento fixes.
Notified by:	kris (bento)
Approved by:	arved (Mentor)
2003-08-18 14:00:16 +00:00
Michael Nottebrock
23d19a26d2 Add optional dependency on pkg-config, fix build on bento.
Reported by:	kris/bento
Approved by:	arved (Mentor)
2003-08-12 22:20:53 +00:00
Michael Nottebrock
bc08a7d601 Update to official release 2.0
PR:     ports/55271
Submitted by:   Melvyn Sopacua <melvyn@webteckies.org>
Approved by:    arved (Mentor)
2003-08-06 15:21:10 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Norikatsu Shigemura
060c6025a4 Utilize USE_AUTOMAKE and patch src/Makefile.am instead of src/Makefile.in.
Clean up distfile & modify checksum.  Bump PORTREVISION accordingly.

PR:		ports/47460
Submitted by:	Michael Nottebrock <lofi@lofi.dyndns.org> (maintainer)
2003-01-25 22:30:18 +00:00
Tilman Keskinoz
f10ba047c7 Complete Repocopy from audio/libshout -> audio/libshout2, audio/icecast -> audio/icecast2.
Update to a development Snapshot of icecast2. The new icecast2 protocol supports ogg-vorbis
streaming.

PR:             45250, 45251
Submitted by:   Michael Nottebrock <michaelnottebrock@gmx.net>
2003-01-15 20:40:48 +00:00
Ying-Chieh Liao
0ef03ab6b0 upgrade to 1.0.7
PR:		32702
Submitted by:	Leo Kim <leo@florida.sarang.net>
2001-12-13 07:55:35 +00:00
Ying-Chieh Liao
a7dde9e073 upgrade to 1.0.5
PR:		26676
Submitted by:	Leo Kim <leo@florida.sarang.net>
Reviewed by:	olgeni
No response from:	maintainer
2001-05-24 12:12:31 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Will Andrews
102b8c1951 Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.

PR:		19079
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-07 17:15:03 +00:00