Commit graph

100 commits

Author SHA1 Message Date
Alfred Perlstein
fb443571b8 Bump port revision so people get the double free(3) fix. 2004-11-06 03:40:58 +00:00
Alfred Perlstein
cabcce6df4 Fix a double free(3) bug locally.
PR: ports/73353
2004-11-06 03:35:57 +00:00
Kirill Ponomarev
75250ab5da Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.x 2004-08-05 08:20:14 +00:00
Kirill Ponomarev
0809fca14c Fix wrong path in patches
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-31 06:39:20 +00:00
Kirill Ponomarev
d3492b635b Fix build with love for gcc-3.4.2 2004-07-30 09:12:44 +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
Thierry Thomas
e5a5e3cc08 - several ports require SDL with GL enabled => set GL by default;
- bump PORTREVISION;
- remove the unused option X11;
- fix COMMENT (1.2.7 is the stable version);
- do some cleaning.
2004-05-30 19:33:12 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Michael Nottebrock
0b126d4134 Bump PORTREVISION for libusb fix from previous commit. 2004-03-17 13:58:01 +00:00
Michael Nottebrock
bd59a83c30 Unbreak when libusb is installed.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2004-03-17 13:57:07 +00:00
Edwin Groothuis
c9f5767464 devel/sdl12: upgrading to 1.2.7 + some fixes.
- upgrade to 1.2.7
        - add a knob WITH_NAS
        - fix dependences to aalib & svgalib
        - use standard DOCSDIR & EXAMPLESDIR
        - fix plist for NOPORTDOCS
        - distribute README-SDL.txt.

PR:             Based on ports/57475
Submitted by:   Thierry Thomas <thierry@pompo.net>
Reviewed by:    kris@ with a build on bento
2004-03-16 04:06:48 +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
8b6e81981a [patch] unbreak packaging of devel/sdl12 with NOPORTDOCS
In the current state of the port Makefile and pkg-plist are not
    in sync.  Makefile obeys NOPORTDOCS, but pkg-plist would enlist
    not installed files anyway breaking packaging when NOPORTDOCS
    is set.

PR:		ports/62587
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2004-03-07 23:53:17 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Mark Linimon
9783d4aec3 During the backout, forgot to bump PORTEPOCH. Also managed to miss
the 1-line update from 1.68 to 1.69, somehow.  Now, it is back.
Verified with cvs diff -r1.69 being just PORTEPOCH.
2003-12-24 05:08:09 +00:00
Mark Linimon
40d43c8df2 Backout previous commit. Mea maxima culpa for not doing the research
to understand that this port was a dependency on many other ports,
and as such should not have been done during a slush.  Pass the
pointy hat, please ...

PR:		ports/57475
Requested by:	pav, marcus
2003-12-21 00:08:17 +00:00
Mark Linimon
b54bfeaa7a Update to 1.2.6:
Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()
       Added SDL_GL_MULTISAMPLEBUFFERS and SDL_GL_MULTISAMPLESAMPLES for FSAA

PR:		ports/41400
Submitted by:	Marc Recht <marc@informatik.uni-bremen.de>
2003-12-20 20:16:54 +00:00
Kris Kennaway
57dcf10e90 Respect WITHOUT_ARTS to disable arts support even if arts is already
installed.
2003-12-12 09:18:01 +00:00
Max Khon
63b8f83e4e USE_MESA -> USE_GL, bump PORTREVISION. 2003-11-07 16:51:18 +00:00
Mark Linimon
6bc3586b03 Remove stale mastersite per distfile survey. 2003-10-26 07:36:57 +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
Maxim Sobolev
120e201201 Fix on -current with gcc 3.3. 2003-07-14 18:19:40 +00:00
Maxim Sobolev
4b11005db5 Add support for /dev/joy? style gameport joystics in addition to USB ones.
PR:		52875
Submitted by:	Tony Voet <20030602@hoegisan.com>
2003-07-14 18:14:53 +00:00
Maxim Sobolev
a6424a12df Fix the port for those with stale /usr/include/libusb.h header.
Submitted by:	mdodd
2003-06-27 19:29:43 +00:00
Maxim Sobolev
989c9fe00e Unbreak on pre-4.8.
PR:		52174
Submitted by:	osa
2003-05-22 22:55:24 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Matthew N. Dodd
aa3d7c479b Build fixes for __FreeBSD_version >= 500111 (usbhid changes.) 2003-04-09 04:51:09 +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
Mario Sergio Fujikawa Ferreira
4a0d92f249 Complete deployment of GNOMENG infrastructure: WITHOUT_ESOUND is
deprecated

Submitted by:	David Yeske <dyeske@yahoo.com>
2003-01-30 19:49:42 +00:00
Maxim Sobolev
04cefd4b0c Use REINPLACE_CMD.
PR:		46835
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-01-08 20:43:31 +00:00
Maxim Sobolev
a15a3d0479 Fix sdl11-config to return -I${LOCALBASE}/include, like previous
version did.

Prompted by:	lioux
2003-01-03 08:53:56 +00:00
Maxim Sobolev
10732f7857 Update to 1.2.5. 2003-01-02 15:05:08 +00:00
Maxim Sobolev
e6d4b4dee2 Add `CONFIGURE_ARGS+=--disable-esd --disable-esdtest' in WITHOUT_ESOUND
case.

PR:		42724
Submitted by:	alane
2002-10-19 09:42:11 +00:00
Mario Sergio Fujikawa Ferreira
bd09b5ac0c Deploy USE_GNOMENG infrastructure
PR:		42195
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:31:52 +00:00
Maxim Sobolev
3f548bbf6d Add optional support for building with ARTS support, when audio/arts is
is installed or WITH_ARTS is defined.

PR:		39136
Submitted by:	User & <marc@informatik.uni-bremen.de>
2002-08-30 12:39:30 +00:00
Maxim Sobolev
abe474b536 Disable svgalib dependency when building on arch other than i386. Hopefully
this would enable to get even more packages for alpha.

Prompted by:	kris
2002-05-17 08:32:45 +00:00
Pete Fritchman
c00ff12446 Introduce two new hooks: WITHOUT_X11 and WITHOUT_ESOUND.
It's now possible to compile sdl for console use only.

Submitted by:	Joe Sunday <sunday@csh.rit.edu>
Approved by:	sobomax (maintainer)
2002-05-15 20:25:24 +00:00
Maxim Sobolev
d54dc938e3 Instead of disabling joystick code completely use "dummy" driver instead of
problematic usb one. This should fix problems some ports are having when
linked against libsdl without joystick code at all. Bump PORTREVISION.
2002-05-09 22:19:37 +00:00
Maxim Sobolev
b8e57311b1 Explicitly disable USB joystick code because there are too many API
incompatible versions of USB code in different FreeBSD releases (or even in
the same release makeworded on from sources cvsup'ed on different dates), so
that supporting all of them is nightmare.

I wish USB team would care about API compatibility in the future.

Submitted by:	many
2002-04-22 08:19:05 +00:00
Maxim Sobolev
3d510485e5 Unbroke on systems after libusb --> libusbhid conversion.
Reported by:	Mike Murphree <w4lna@knology.net>
		Nuno Teixeira <nunotex@pt-quorum.com>
		Mark Sergeant <sarge@snsonline.net>
2002-04-18 08:10:01 +00:00
Maxim Sobolev
f7de855bbd Update to 1.2.4. 2002-04-17 12:36:23 +00:00
Maxim Sobolev
08e5396f8a Allow it be compiled without svgalib support.
Submitted by:	joerg
2002-02-21 16:42:49 +00:00
Akinori MUSHA
32c83edfbc Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:16:28 +00:00
Maxim Sobolev
9ea73ddfa5 Remove obsolete configure script tweak, which results in
`sdl11-config --version' reporting an icorrect version number (1.2.2, while
in fact it's a 1.2.3).
2001-12-19 12:18:40 +00:00
Maxim Sobolev
dd7f321ddf Add two missed in the last commit manpages.
Submitted by:	will
2001-11-18 08:34:08 +00:00
Maxim Sobolev
4c4c767b8f Update to 1.2.3. 2001-11-13 14:27:18 +00:00
Maxim Sobolev
1ec3aa062a Update to 1.2.2. Sam was kind enough to integrate my vgl driver into a
mainline, so number of patches has been greatly reduced.
2001-07-25 08:58:12 +00:00
Maxim Sobolev
090146cd6b Re-enable vgl support. 2001-07-02 11:17:47 +00:00
Maxim Sobolev
6a040626cf Update to 1.2.1. 2001-06-25 15:31:25 +00:00
Maxim Sobolev
c9e60dee0b Fix a bug that may cause image corruption during mouse movements. 2001-05-23 10:28:10 +00:00