1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

125 Commits

Author SHA1 Message Date
Shaun Amott
d1bbfe9b7f - Add an SVGALIB OPTION. [1]
- Explicitly disable check for libusbhid.h where appropriate, as some
  systems still have this header hanging around. [2]

PR:		ports/104366 [1], ports/103558 (related) [2]
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> [1],
		Stefan Walter <sw@gegenunendlich.de> + others [2]
2006-11-21 16:47:00 +00:00
Shaun Amott
10cd884f02 Fix whitespace and a typo.
PR:		ports/103446
Submitted by:	Diane Bruce <db@db.net>
2006-09-22 21:30:03 +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
Alexander Nedotsukov
1f03ec0e46 - Optionalize AA-lib.
- s/INSTALLS_SHLIB/USE_LDCONFIG/.
2006-08-29 08:39:29 +00:00
Kirill Ponomarev
6dc574b3b5 Drop maintainership, ENOTIME for these ports now. 2006-08-17 08:33:00 +00:00
Kirill Ponomarev
c6ec602398 Utilize WITHOUT_X11 knob to disable X11R6 dependencies.
PR:		ports/101651
Submitted by:	Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
2006-08-17 08:23:30 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Kirill Ponomarev
7126940e73 Fix build with gcc40 and gcc41. 2006-03-16 19:55:21 +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
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +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
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