Commit graph

43 commits

Author SHA1 Message Date
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
Jose Alonso Cardenas Marquez
d42b57098b - Fix build with gcc4.x
Reported by	:	Kris
Obtained from	:	NetBSD
2007-03-20 19:34:21 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +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
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Marcus Alves Grando
2b386ea734 - Fix wrong plist
- portlint(1)

PR:		96394
Submitted by:	maintainer
2006-04-28 04:02:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Florent Thoumie
616d9f06cc - Fix fetch issues by removing stale mirrors and adding MASTER_SITE_GENTOO to
MASTER_SITES.
- Pass maintainership to submitter.
- Add SHA256 checksum.

PR:		ports/89189
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-23 12:33:34 +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
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +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
Alex Dupre
039b8293c8 Fix PLIST generation.
Approved by:	nork (mentor/implicitly)
2004-02-05 22:04:24 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
65c0626261 Use USE_SDL macros in these ports. 2004-01-23 21:59:42 +00:00
Peter Pentchev
8e07b6d9f7 Use USE_SDL.
PR:		57481
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-10-02 12:42:16 +00:00
Daichi GOTO
11a2f83d3b update multimedia/smpeg:
- add WITHOUT_GUI knob to multimedia/smpeg

PR:		54304
Submitted by:	Josh Elsasser <jre@vineyard.net>
Pointed out by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-15 06:21:44 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Mario Sergio Fujikawa Ferreira
28d8313f64 After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 01:38:40 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Tilman Keskinoz
3c8f695929 Set Maintainership back to ports.
cpiazza's email is bouncing since Jan 7.
2003-01-30 17:38:24 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Mario Sergio Fujikawa Ferreira
5dc9b7f571 Deploy USE_GNOMENG infrastructure
PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 02:46:49 +00:00
Maxim Sobolev
d28d7b2d2d Use c++ instead of cc for linking shared library from objects generated
from C++ code. This fixes the port on -current.
2002-07-02 12:43:46 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Maxim Sobolev
4f93c4ee5c Update to 0.4.4. 2001-06-26 16:24:13 +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
79c5636b98 Update to 0.4.3. 2001-04-06 13:40:23 +00:00
Maxim Sobolev
7943b38622 Update SDL shared library version number. 2001-02-16 19:48:10 +00:00
Maxim Sobolev
9187adeb42 Update to 0.4.2. 2000-12-11 09:28:57 +00:00
Jeremy Lea
fda2e985da Implement USE_GTK, part 1. 2000-10-05 06:36:23 +00:00
Chris Piazza
399f359cf0 Add some additional master sites
PR:		21483
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-22 21:33:38 +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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
fb8742dfb1 Update to the 0.4.0 version. 2000-06-14 15:36:24 +00:00
Will Andrews
3b26e0ea23 Update smpeg to 0.3.5.
PR:		18189
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
Approved by:	cpiazza
2000-04-25 21:31:42 +00:00
Vanilla I. Shu
308fff2f2a Revert to libSDL-1.0. 2000-04-23 06:48:40 +00:00
Vanilla I. Shu
79eab9f8fd Add a patch for I18N fontset. 2000-04-22 21:27:45 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Chris Piazza
12f1e42196 Better DESCR and COMMENT files from Maxim Sobolev
and merge in (really dumb) things that I forgot to do.

PR:		16500
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-03 08:06:41 +00:00
Chris Piazza
7719b4dc71 add smpeg.
SMPEG is a free, general purpose mpeg player that uses the
SDL library.  Combines the functionality of mpeg_play and splay.

SMPEG is made by Loki Entertainment
2000-02-03 04:57:35 +00:00