Commit graph

75 commits

Author SHA1 Message Date
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
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
Eric Anholt
f72976dd3c Re-add PORTREVISON, dropped accidentally in the last commit, and bump it for
libglut removal change.

Submitted by:	arved
2003-11-08 21:57:00 +00:00
Eric Anholt
16f5fd23d1 Oops, re-add these files for 5.0.1 which I had removed when working on updating
it to 5.0.2 (which I didn't do due to other errors).
2003-10-24 05:35:25 +00:00
Eric Anholt
08f82cf375 Remove libglut from this port (it is now located in graphics/libglut) and mark
it IGNORE on XFree86-4.
2003-10-24 05:27:13 +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
Kris Kennaway
b445963e03 Add missing files and bump PORTREVISION 2003-06-09 11:27:36 +00:00
Maxim Sobolev
944df0654c Fix patch target on non-current systems. 2003-05-13 17:27:49 +00:00
Maxim Sobolev
bfe3aee668 Update mesagl to 5.0.1 after a repo-copy from Mesa3 and connect it
to the build.
2003-05-10 17:39:29 +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
Edwin Groothuis
70f935e24f Add missing INSTALLS_SHLIB statement.
Informed maintainer.
2003-02-06 10:49:06 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Maxim Sobolev
47d2777b16 Use USE_REINPLACE. 2002-07-18 17:58:57 +00:00
Maxim Sobolev
508584727e Explicitly link resulting libraries with libm, so it is possible to link
application with libGL without any additional black magic. Bump PORTREVISION.
2001-11-27 11:31:45 +00:00
Maxim Sobolev
f15b5bcca1 Unbroke with latest XFree86-4.
Reported by:	MANY
2001-06-25 15:09:30 +00:00
Maxim Sobolev
f2a5df8057 Distfile has been rerolled. diff between old and new version revealed that
several bugs were fixed. Following are relevant changelog entries:

       - fixed stencil buffer clear width/height typo
       - fixed GL error glitches in gl[Client]ActiveTextureARB()
       - fixed Windows compilation problem in texutil.c
       - fixed 1/8-pixel AA triangle sampling error

Submitted by:	many
2001-05-19 14:03:21 +00:00
Maxim Sobolev
e0a24c4a2e Update to 3.4.2. 2001-05-18 08:17:53 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Maxim Sobolev
405ea8f856 Update to 3.4.1. 2001-03-20 16:37:53 +00:00
Maxim Sobolev
605a4a71e8 Bump PORTREVISION (mesa.conf search path fix).
AFAIK it is the first commit utilising this new feature.
2000-09-11 15:45:29 +00:00
Maxim Sobolev
6bea222dd5 Fix a place where Mesa looks for mesa.conf - it should be ${PREFIX}/etc/mesa.conf,
not /etc/mesa.conf.

PR:		17678
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-11 12:58:15 +00:00
Maxim Sobolev
c2d1552c94 Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it. 2000-09-04 12:24:57 +00:00
Maxim Sobolev
c8cd7a1531 Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asami
should move it into BEFOREPORTMK section).
2000-08-24 13:32:30 +00:00
Maxim Sobolev
a002bdfd0b Update to 3.2.1 and make it working on XFree86-4.
On XFree86-4 the port builds/installs only GLU and glut libraries and associated
includes, so GL applications have a chance to use GL library provided by the
XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf
if you are building it with XFee86-4.

Approved by:	jseger (previous maintainer)
2000-08-24 09:53:11 +00:00
Maxim Sobolev
b43c954162 Take over maintainership.
Submitted by:	jseger (previous maintainer)
2000-08-23 12:51:33 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Justin M. Seger
8fe0a46c2a Upgrade to 3.2 2000-04-25 20:25:55 +00:00
Akinori MUSHA
c841d7d199 Fix wrong variable usages. (Essential)
PR:		ports/17994
Submitted by:	Robert Withrow <bwithrow@nortelnetworks.com>
2000-04-14 04:12:38 +00:00
David E. O'Brien
5fc663a1ad PORTNAME / PORTVERSION syntax conversion 2000-04-13 06:28:28 +00:00
Justin M. Seger
cee83caf0e Upgrade to Mesa-3.1
Submitted by:	Will Andrews <andrews@technologist.com>
PR:		ports/17029
2000-03-20 23:23:33 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Marc G. Fournier
a05c0a07b8 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... 1999-04-22 00:17:18 +00:00
Marc G. Fournier
d5ba786a25 Commit all Y2K/WWW_SITE changes from today... 1999-03-11 21:47:15 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Steve Price
98481a9ad8 Spell asm_386.S correctly.
Submitted by:	Takeshi Yamada <ken@tydfam.machida.tokyo.jp>
1998-10-03 21:38:11 +00:00
Justin M. Seger
1b4e5b49b4 Upgrade to Mesa 3.0 1998-10-01 02:17:49 +00:00
Steve Price
b1043b0106 Add a 'freebsd-386-elf' target so ELF'ers can build with 386 asm
optimizations too.  Note I didn't turn this on by default to be fair
to those in the our upcoming Alpha world.  However all you have to
do to build with it is set ALL_TARGET to freebsd-386-elf at the
bottom of the Makefile.

Submitted by:	Doug Rabson <dfr@nlsystems.com>
1998-09-28 02:56:44 +00:00
Steve Price
5f04d00a96 Convert to ELF. 1998-09-26 23:33:15 +00:00
Satoshi Asami
3b6b6ace6e Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overrides
Mesa2).
1998-08-12 22:52:25 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Justin M. Seger
381fdcaeeb Upgrade repository copy to Mesa-3.06. 1998-07-25 13:08:38 +00:00
Satoshi Asami
dcce344737 Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pending
Justin's upgrade.  Change all "graphics/Mesa" dependencies to
"graphics/Mesa2".

Requested by:	jseger
1998-07-20 10:14:24 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Thomas Gellekum
4867fc7f94 Build and install Mesaaux and Mesatk libs.
PR:		5919
Submitted by:	Donald Burr <dburr@POBoxes.com>
1998-03-10 09:26:11 +00:00
Justin M. Seger
678d2667e1 Upgrade to version 2.6. 1998-02-15 17:13:22 +00:00
Justin M. Seger
338898bfaa Upgrade of graphics/Mesa to version 2.5. 1997-11-22 02:06:47 +00:00