non port: graphics/glide3/Makefile |
Number of commits found: 40 |
Thursday, 29 May 2014
|
11:28 miwi
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
 |
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
 |
Tuesday, 12 Jun 2012
|
21:42 bapt
Conver to new options framework
 |
Monday, 29 Aug 2011
|
03:53 linimon
Mark as broken on recent -current: does not compile.
 |
Sunday, 6 Mar 2011
|
22:57 ade
Fix for new autotools.
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
 |
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
 |
Monday, 2 Jul 2007
|
19:48 danfe
- Restore lost dependency [1]
- Remove duplicate USE_BZIP2 entry
- Minor port desctiption nit
Reported by: pav [1]
 |
06:15 danfe
- Fix the build with GCC 4.2 [1]
- Reindent Makefile to make it look nicer
Reported by: pointyhat (logs) [1]
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 12 Dec 2006
|
01:29 laszlof
Backup previous commit.
still add USE_BZIP2
Reported by: rafan
 |
00:39 laszlof
- Respect X11BASE
- Pet portlint(1)
Reported by: kris via pointyhay
 |
Monday, 14 Aug 2006
|
23:06 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Monday, 23 May 2005
|
07:22 vs
Use appropriate autoconf version (2.53), >= 2.50 is required
Noticed by: cluster
 |
Tuesday, 18 Jan 2005
|
15:51 danfe
Unbreak the build with latest GCC.
 |
Friday, 20 Aug 2004
|
23:08 pav
- Convert to OPTIONS
PR: ports/70735
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
 |
Friday, 23 Jul 2004
|
19:10 anholt
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
 |
Friday, 9 Jul 2004
|
17:43 marcus
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
 |
Friday, 4 Jun 2004
|
17:29 ade
Sync with new bsd.autotools.mk
 |
Saturday, 15 May 2004
|
15:31 vs
autoconf not available in extract/patch-targets, so move invocation to
pre-configure.
Noticed by: pointyhat
 |
Saturday, 10 Apr 2004
|
17:26 trevor
Tidy up whitespace.
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Saturday, 10 Jan 2004
|
21:04 anholt
Reset maintainership to ports@. The truth is I don't have the time to fix this
up. Someone should pick it up and update it to the snapshot at glide.sf.net.
Suggested by: linimon
 |
Friday, 12 Dec 2003
|
10:43 linimon
Mark as broken on 5.x (won't install, per bento logs). Notified maintainer.
 |
Monday, 12 May 2003
|
01:30 anholt
Set ONLY_FOR_ARCHS=i386.
 |
Friday, 7 Mar 2003
|
06:04 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 30 Jul 2002
|
21:04 anholt
Change email to anholt@freebsd.org and move local distfiles.
Approved by: des
 |
Friday, 7 Jun 2002
|
06:12 anholt
Take maintainership of glide3, update to a more recent CVS snapshot,
fix automake troubles, include patches for several bugs.
Reviewed by: des
Approved by: portmgr
 |
Monday, 25 Mar 2002
|
02:06 kris
BROKEN: does not build
 |
Saturday, 15 Dec 2001
|
22:18 steve
Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target and
version 1.4 doesn't appear to work for this port.
 |
Thursday, 5 Apr 2001
|
04:25 nsayer
As the last act in perhaps the briefest MAINTAINER role ever, release this
port since I don't actually have a tdfx card to test with anymore.
 |
Sunday, 1 Apr 2001
|
03:38 nsayer
glide3 port. Most of the credit goes to Eric Anholt.
 |
Number of commits found: 40 |