Commit graph

114 commits

Author SHA1 Message Date
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
31f99597fd Fix support for using more than one joystick.
Add SHA256 trendy stuff.

Submitted by:	jylefort
2005-11-09 21:21:45 +00:00
Kirill Ponomarev
26c0361cfb Fix build on ARCH != i386.
Submitted by:	ru
2005-10-19 11:41:19 +00:00
Kirill Ponomarev
9c9180c101 Disable libvgl support on 4.x.
Reported by:	lofi
2005-10-10 13:15:24 +00:00
Kirill Ponomarev
b61870dde5 Do not specify libvgl shlib version since it depends on release
number.
2005-10-08 22:06:47 +00:00
Kirill Ponomarev
64a123c142 Update to 1.2.9 2005-08-28 11:52:22 +00:00
Kirill Ponomarev
e18958e5cc Backout previous commit since it breaks many ports on sparc64.
Pointed out by:	kris
2005-07-21 19:23:24 +00:00
Kirill Ponomarev
02756866ca Fix build if world is built with NO_USB=yes.
PR:		ports/82171
Submitted by:	Bjoern Koenig <bkoenig at cs.tu-berlin.de>
2005-07-19 17:41:19 +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
f12f253fad Grab maintainership and bugs. 2005-01-16 20:14:43 +00:00
Kirill Ponomarev
529a050ac1 Update to 1.2.8 2005-01-16 18:37:05 +00:00
Edwin Groothuis
9d35f2979e Welcome to the second epoch bump of devel/sdl12 due to compilation
problems on 4.x:

See the following thread in
http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html:
	[SDL] Can not compile SDL with gcc < 3.1 (3 messages)

Up to now no fix in their cvs repository:
	http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/
2004-12-26 21:54:46 +00:00
Edwin Groothuis
05070ad12d Upgrade devel/sdl12 to 1.2.8
Nearly all changes are fixes, no API breakages, no version bump.
2004-12-23 06:02:04 +00:00
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