Commit graph

49 commits

Author SHA1 Message Date
Shaun Amott
f84ed8b6a4 Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
2007-10-28 12:01:33 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Shaun Amott
f73c5d7bee - Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints.
2006-09-01 21:34:14 +00:00
Kirill Ponomarev
6dc574b3b5 Drop maintainership, ENOTIME for these ports now. 2006-08-17 08:33:00 +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
Kirill Ponomarev
463f958a43 Add libmikmod support by default.
OPTIONize.

PR:		ports/82671
Submitted by:	Ports Fury
2005-07-19 20:56:50 +00:00
Kirill Ponomarev
e5ac873451 Add limikmod support.
PR:		ports/83734
Submitted by:	Alejandro Pulver <alejandro at varnet.biz>
2005-07-19 17:32:07 +00:00
Kirill Ponomarev
9ae1d67e28 Take maintainership. 2005-04-26 08:28: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
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
b4273d81d0 Update to 1.2.6 2004-12-23 10:49:10 +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
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +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
Edwin Groothuis
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +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
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Christian Weisgerber
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Daichi GOTO
3857dbc24f update audio/sdl_mixer:
- Utilize USE_SDL
  - PERL -> REINPLACE_CMD

PR:		55052
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-31 06:55:52 +00:00
Kirill Ponomarev
3f8aaf4ecd Update to 1.2.5
Approved by:	fjoe (mentor) (implicit)
2003-07-29 10:55:47 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Mario Sergio Fujikawa Ferreira
328b6db785 After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame		-->	ports/multimedia/libfame
ports/graphics/libquicktime	-->	ports/multimedia/libquicktime
ports/graphics/mpeg		-->	ports/multimedia/mpeg
ports/graphics/mpeg_encode	-->	ports/multimedia/mpeg_encode
ports/graphics/mpeg_play	-->	ports/multimedia/mpeg_play
ports/graphics/mtv		-->	ports/multimedia/mtv
ports/graphics/smpeg		-->	ports/multimedia/smpeg
ports/graphics/totem		-->	ports/multimedia/totem
ports/graphics/transcode	-->	ports/multimedia/transcode
ports/graphics/xanim		-->	ports/multimedia/xanim
ports/graphics/xmps		-->	ports/multimedia/xmps

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 05:34:50 +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
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00
Maxim Sobolev
340a9d6e45 Update to 1.2.4. 2002-05-21 10:40:32 +00:00
Maxim Sobolev
969c7195c4 Update to 1.2.3. 2002-04-17 12:36:12 +00:00
Maxim Sobolev
a86e614a3f Update version number of vorbis shared library. 2002-01-16 17:41:49 +00:00
Maxim Sobolev
ef78bdaf3b Update to 1.2.1. 2001-12-19 12:43:36 +00:00
Maxim Sobolev
6e6023c515 Update WWW.
Submitted by:	fenner's distfiles survey.
2001-06-23 13:23:43 +00:00
Maxim Sobolev
a0108e0352 Add back function that was removed in this release but still used by some
packages (pysol-audio-server).
2001-05-08 08:20:10 +00:00
Maxim Sobolev
8ed8aafc20 Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami
2001-04-09 11:55:04 +00:00
Maxim Sobolev
2b74e5765c Update to 1.2.0. 2001-04-06 13:40:21 +00:00
Maxim Sobolev
7943b38622 Update SDL shared library version number. 2001-02-16 19:48:10 +00:00
Maxim Sobolev
34b25fda5f Update to 1.1.0. 2001-01-29 18:58:06 +00:00
Maxim Sobolev
c1d91995a9 Update version number of smpeg shared library. 2000-12-11 09:31:28 +00:00
Maxim Sobolev
c288c72352 Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT.
Submitted by:	bento
2000-11-20 08:11:46 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Maxim Sobolev
b82bff9c55 Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation.
2000-09-25 08:14:28 +00:00
Maxim Sobolev
8cbccaecbc Back out previous commit - I erroneously replaced this file with older version. 2000-08-15 07:22:43 +00:00
Maxim Sobolev
bcd4b24df9 Update to 1.0.6.
Several fixes/cleanups:
- add previously missed INSTALLS_SHLIB;
- libtoolize;
- remove redundant newline at the end of PLIST.
2000-08-15 07:19:02 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Maxim Sobolev
cb52fef94b 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-17 11:18:29 +00:00
Will Andrews
6c5efea017 Fix Makefile mistake that resulted from my use of an old smpeg library. 2000-04-25 21:57:20 +00:00
Will Andrews
7bcdd7c82e Add SDL_mixer, an audio library based on SDL 1.1.
PR:		18190
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-25 21:19:17 +00:00