| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.0.20071009
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 18:56:05
0.0.20071009  |
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) |
01 Feb 2008 11:57:09
0.0.20071009
|
linimon  |
Mark as broken on sparc64: fails to link. |
24 Oct 2007 00:06:51
0.0.20071009
|
miwi  |
- Update to 0.0.20071009
PR: 117428
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
08 Sep 2007 02:00:17
0.0.20070718
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
26 Jul 2007 12:51:55
0.0.20070718
|
miwi  |
- Update to 0.0.20070718
PR: 114902
Submitted by: Erik Greenwald <erik@smluc.org> |
23 Jul 2007 10:36:52
0.0.20070528
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
06 Jun 2007 11:57:15
0.0.20070528
|
miwi  |
- Update to 0.0.20070528
PR: 113374
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
19 May 2007 21:32:57
0.0.20070217_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
19 Feb 2007 06:54:36
0.0.20070217
|
rafan  |
- Update to 0.0.20070217
PR: ports/109282
Submitted by: Erik Greenwald <erik at smluc.org> (maintainer) |
13 Jan 2007 22:58:47
0.0.20070107
|
miwi  |
- Update to 0.0.20070107
PR: ports/107690
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
05 Jan 2007 07:50:34
0.0.20061227
|
clsung  |
- Update to 0.0.20061227
- Freshmeat blurb (20061109):
A number of bugs were fixed in this release. The most important is
that screenshots and video capture are working again, having been
broken in the previous release.
Freshmeat blurb (20061227):
There is now an option in the texture and framebuffer viewers to
remap the range. This is useful for viewing textures with data
outside the [0, 1] range as well as images with low dynamic range.
There are also many bugfixes. In particular, BuGLe should now work
much better on ATI cards.
PR: ports/107417
Submitted by: maintainer (Erik Greenwald) |
03 Dec 2006 06:37:40
0.0.20061022
|
rafan  |
- Respect X11BASE
Approved by: maintainer (implicit) |
01 Nov 2006 08:37:08
0.0.20061022
|
rafan  |
- Update to 0.0.20061022
PR: ports/104679
Submitted by: Erik Greenwald (maintainer) |
13 Sep 2006 17:55:54
0.0.20060913
|
rafan  |
- Update to 0.0.20060913
PR: ports/103225
Submitted by: Erik Greenwald <erik at smluc.org> (maintainer) |
28 Aug 2006 16:42:54
0.0.20060828
|
pav  |
- Update to 0.0.20060828
PR: ports/102608
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
28 Aug 2006 09:26:44
0.0.20060827
|
pav  |
- Update to 0.0.20060827
PR: ports/102579
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
15 Aug 2006 14:45:24
0.0.20060813
|
itetcu  |
Update to 0.0.20060813: [1]
- This release makes some improvements to the texture viewer: in particular,
shadow textures will be displayed in grey-scale rather than crashing, and
luminance textures will appear in grey-scale rather than red-scale. There are
miscellaneous other bugfixes and improvements.
- Additionally, the gtkglext LIB_DEPEND was fixed, as 1.0.2 seems to be the
current version.
Add OPTIONS support [2]
PR: ports/102014
Submitted by: Erik Greenwald (maintainer) [1], itetcu (me) [2] |
19 Jul 2006 02:41:34
0.0.20060528
|
alepulver  |
- Change shared library version in LIB_DEPENDS to match current version of
x11-toolkits/gtkglext.
Reported by: linimon
Approved by: maintainer |
05 Jun 2006 01:16:04
0.0.20060528
|
mnag  |
- Update to 0.0.20060528
- Add some OPTIONS
PR: 98384
Submitted by: maintainer |
13 May 2006 21:16:30
0.0.20060429
|
stefan  |
Update to 0.0.20060429.
PR: 97203
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: arved (mentor) |
12 May 2006 18:54:19
0.0.20060416
|
stefan  |
Update to 0.0.20060416.
PR: 95981
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: arved (mentor) |
13 Apr 2006 16:57:58
0.0.20060306
|
jmelo  |
- Update to 0.0.20060306.
PR: ports/95669
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: mnag (mentor) |
12 Apr 2006 16:47:03
0.0.20060224
|
ehaupt  |
Update to 0.0.20060224
PR: 93832
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
01 Jan 2006 19:54:17
0.0.20060101
|
pav  |
- Update to 0.0.20060101
PR: ports/91179
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
15 Nov 2005 06:52:12
0.0.20050512
|
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. |
31 Oct 2005 18:24:21
0.0.20050512
|
erwin  |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
13 Sep 2005 17:04:44
0.0.20050512
|
pav  |
- Update to 0.0.20050512
PR: ports/85362
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
12 Apr 2005 04:26:57
0.0.20041123
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.0.20041123
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
01 Dec 2004 11:01:18
0.0.20041123
|
vs  |
Add missing dependency on perl
PR: ports/74543
Submitted by: maintainer |
24 Nov 2004 09:59:05
0.0.20041123
|
vs  |
Update to latest version:
The news stats and showstats filter-sets can now display
frame rate, triangle count, and fragment count as an overlay
on the rendered frame. There has also been some work to
reduce overhead, so that the FPS counter will be reasonably
accurate.
PR: ports/74296
Submitted by: maintainer |
09 Nov 2004 23:08:01
0.0.20041108
|
pav  |
- Update to 0.0.20041108 [1]
- Mark IGNOREd for stock perl in FreeBSD 4.x, it does not build with it
PR: ports/73695 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) [1] |
04 Nov 2004 19:36:47
0.0.20041025
|
arved  |
Update to 0.0.20041025
This version is a minor update, the most important fix being
that extension functions will now be properly intercepted.
If the previous version worked for you, and you are not
using extensions, then you shouldn't need to update.
PR: 73117
Submitted by: Erik Greenwald <erik@smluc.org> |
13 Oct 2004 14:45:20
0.0.20041011
|
krion  |
Update to 0.0.20041011
PR: ports/72640
Submitted by: maintainer |
30 Sep 2004 06:32:00
0.0.20040719
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
23 Jul 2004 16:12:05
0.0.20040719
|
krion  |
Update to 0.0.20040719
PR: ports/69482
Submitted by: maintainer |
16 Jun 2004 15:53:35
0.0.20040614
|
krion  |
Update to version 0.0.20040614
PR: ports/68006
Submitted by: maintainer |
12 Jun 2004 14:01:59
0.0.20040609
|
krion  |
Add bugle 0.0.20040609,
BuGLe is a tool for OpenGL debugging, implemented as a wrapper
library that sits between your program and OpenGL.
PR: ports/67795
Submitted by: Erik Greenwald <erik@smluc.org> |