| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 16:29:01
2.2.6_5
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
08 Mar 2013 11:32:12
2.2.6_5
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
17 Jan 2013 16:05:39
2.2.6_5
|
swills  |
- Chase lib version changes from ilmbase and OpenEXR updates |
01 Jun 2012 05:26:28
2.2.6_4
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
2.2.6_3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:12:23
2.2.6_3
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.2.6_3
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
2.2.6_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
23 Mar 2010 21:14:39
2.2.6_2
|
gahr  |
- Chase x11-toolkits/fltk update |
05 Feb 2010 11:46:55
2.2.6_1
|
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
2.2.6
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
22 Aug 2009 00:23:13
2.2.6  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Aug 2009 19:36:34
2.2.6
|
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 |
29 Jul 2009 07:44:14
2.2.6
|
miwi  |
- Update to 2.2.6
PR: 137010
Submitted by: Ports Fury |
20 Dec 2008 15:51:39
2.2.4
|
wxs  |
- Update to 2.2.4
PR: ports/129769
Submitted by: Chess Griffin <chess@chessgriffin.com> |
18 Oct 2008 03:54:06
2.2.3
|
beech  |
- Back to pool |
12 Sep 2008 05:28:07
2.2.3
|
linimon  |
Mark as broken on sparc64.
Approved by: portmgr (self) |
21 Aug 2008 06:18:49
2.2.3
|
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 ) |
20 Aug 2008 00:57:32
2.2.3
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
20 Jul 2008 07:24:29
2.2.3
|
beech  |
- Update to 2.2.3 |
17 Feb 2008 08:21:26
2.2.2
|
beech  |
- Update to 2.2.2
- Fix build with gcc4.2
- Take maintainership |
30 Sep 2007 04:47:37
1.6.3_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
03 Jul 2007 09:32:56
1.6.3_1
|
pav  |
- Mark BROKEN on CURRENT: does not build with GCC 4.2 |
19 May 2007 20:32:57
1.6.3_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 21:06:14
1.6.3
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
16 Oct 2006 05:50:55
1.6.3
|
itetcu  |
- install all needed share libs
- Add a missing static library to pkg-plist so that it gets
deinstalled correctly.
- USE_LDCONFIG so that the user doesn't have to specify LD_LIBRARY_PATH
and kill the now obsolete pkg-message.
PR: ports/104251
Submitted by: Sergey Zaharchenko <doublef-ctm@yandex.ru>
Approved by: portmgr (clement) |
17 Sep 2006 20:07:51
1.6.3
|
kris  |
Now builds on sparc64 |
14 Aug 2006 23:06:39
1.6.3
|
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> |
22 Jul 2006 04:28:27
1.6.3
|
linimon  |
Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.
Hat: portmgr |
04 Jun 2006 23:47:03
1.6.3
|
mnag  |
- Update to 1.6.3
- portlint(1)
PR: 98275
Submitted by: maintainer |
07 May 2006 23:46:33
1.5.5
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Feb 2006 10:40:45
1.5.5
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:35:18
1.5.5
|
edwin  |
SHA256ify
Approved by: krion@ |
07 Jan 2006 00:57:27
1.5.5
|
edwin  |
Update port: graphics/pixie mark broken on sparc64 6
Mark BROKEN on sparc64 6.
Reason: Internal gcc error.
PR: ports/91416
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> |
19 Dec 2005 15:46:47
1.5.5
|
pav  |
- Update to 1.5.5
PR: ports/90604
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
15 Nov 2005 06:52:12
1.4.6
|
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. |
21 Sep 2005 19:14:51
1.4.6
|
arved  |
Update to 1.4.6
PR: 86422
Submitted by: maintainer |
04 Sep 2005 03:52:38
1.4.5
|
lawrance  |
- Update to 1.4.5.
- Move pkg-message to files/ so the substitutions work.
PR: ports/85668
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
12 Apr 2005 03:26:57
1.3.26
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.3.26
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
23 Jan 2005 18:22:54
1.3.26
|
pav  |
- Update to 1.3.26
PR: ports/76577
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
27 Dec 2004 10:10:48
1.3.25
|
vs  |
Update to 1.3.25
- force -O since -O2 leads to a out-of-memory situation on 4.X
PR: ports/75223
Submitted by: maintainer |
06 Nov 2004 19:48:00
1.3.22
|
pav  |
- Update to 1.3.22
PR: ports/73620
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
28 Oct 2004 18:24:08
1.3.16_1
|
pav  |
- Fix build
- Get rid of libtool archives
PR: ports/73248
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
29 Aug 2004 22:39:02
1.3.16
|
pav  |
- Update to 1.3.16
PR: ports/71112
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
21 Jul 2004 17:47:52
1.3.4
|
krion  |
Change maintainer's email. |
19 Jun 2004 09:35:25
1.3.4
|
kris  |
BROKEN on 5.x: Does not install |
04 Jun 2004 17:29:38
1.3.4
|
ade  |
Sync with new bsd.autotools.mk |
04 Apr 2004 13:49:17
1.3.4
|
pav  |
- Refine -lstdc++ hack
Prompted by: maintainer |
03 Apr 2004 19:31:01
1.3.4
|
pav  |
- Update to 1.3.4
- Build show program (requires fltk)
PR: ports/65104
Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) |
31 Mar 2004 03:12:58
1.3.1_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
1.3.1_1
|
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. |
08 Feb 2004 13:25:06
1.3.1_1
|
krion  |
- Fix build on AMD64
PR: 62509
Submitted by: maintainer |
04 Feb 2004 05:21:48
1.3.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
01 Feb 2004 15:54:30
1.3.1
|
krion  |
Add pixie 1.3.1,
Pixie is a RenderMan like photorealistic renderer. It is being
developed in the hope that it will be useful for graphics
research and for people who can not afford a commercial
renderer.
Some of supported features:
* All RenderMan 3.4 primitives
* Programmable shading (RenderMan Shading Language)
* High quality texture/shadow/environment mapping
* High dynamic range input/output
* Raytracing
* Motion blur
* Depth of field
* Reyes style rendering (very fast)
* Occlusion culling
* Area light sources
* Network parallel rendering
* DSO shaders
* Global illumination
* Photon mapping
PR: ports/62140
Submitted by: Igor Pokrovsky <tiamat@comset.net> |