Commit Graph

33 Commits

Author SHA1 Message Date
Edwin Groothuis
c94783fe5c SHA256ify
Approved by:	krion@
2006-01-22 11:18:58 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Jean-Yves Lefort
5a8159d852 Chase the plib update by bumping PORTREVISION, since it is statically
linked in.
2005-12-07 10:13:02 +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
Eric Anholt
7bacd251a5 Back out the partial update to use TCL 8.4, as it was 1) horribly mistyped on my
part 2) broken on my amd64 once it was typed correctly.

Approved by:	maintainer
Prodded by:	krismail (again)
2005-05-11 07:50:39 +00:00
Eric Anholt
9a825162a7 Trivially unbreak gracer by fixing bad C code. Still has some visual issues.
Also, depend on tcl84 instead of tcl82 (maintainer).

PR:		ports/80634
Submitted by:	anholt
Approved by:	maintainer
2005-05-05 19:24:28 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Eric Anholt
6b1c307f3d Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.
Approved by:	portmgr
2003-03-11 23:39:00 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Kris Kennaway
35fccdfba1 Fix build [1] and add missing manpage
Submitted by:	La Temperanza <temperanza@softhome.net> [1]
PR:		ports/42297
2002-09-29 07:54:25 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Kris Kennaway
de27e60460 BROKEN: Does not build 2002-05-18 02:44:49 +00:00
Kris Kennaway
de772a8373 Remove #include <malloc.h>. Port build still broken. 2002-03-31 03:17:57 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Kevin Lo
af3dbff27a Update to version 0.1.5
PR: 27992
Submitted by: MAINTAINER
2001-06-10 15:28:45 +00:00
Jimmy Olgeni
a218624235 More spaces -> tabs for the games category. 2001-02-05 14:51:45 +00:00
Ying-Chieh Liao
3d41925d13 change master site
PR:		24621
Submitted by:	joseph@randomnetworks.com
2001-01-25 14:17:09 +00:00
Satoshi Asami
1ee18e5274 The plib library name is libplibsl.a, not libpsl.a.
Submitted by:	bento
2000-11-13 23:58:11 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Michael Haro
a7f42416d7 update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile 2000-04-14 06:53:26 +00:00
Justin M. Seger
7cc807dbea Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade 2000-03-20 23:25:21 +00:00
Ade Lovett
7f53046d7d Use libungif - support was already present in the
configure script.
2000-02-17 03:03:48 +00:00
Chris D. Faulhaber
ebb17dd591 Correct NEWGCC requirement (NEW_GCC -> USE_NEWGCC)
Found by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-12-28 12:29:02 +00:00
Chris D. Faulhaber
a85ec5feb6 Update port to 0.1.4
Add sound support

PR:		15141
Submitted by:	Maintainer
1999-12-27 23:15:21 +00:00
Steve Price
d380ccd4c1 Update to version 0.1.3 and use Tcl 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:09:55 +00:00
Dan Moschuk
65b072fde7 Fix dependancy problem (gif.3 -> gif.5)
PR: ports/14038
Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
1999-09-29 20:36:07 +00:00
Satoshi Taoka
91f8566078 A 3D motor sports simulator
PR:		12924
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-09-28 02:57:19 +00:00