| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 May 2013 03:41:15
4.1.1
|
grog (src committer)  |
Fix inverse breakage introduced with last commit.
Submitted by: danfe
Approved by: itetcu (mentor)
Pointy hat to: grog |
14 May 2013 01:11:56
4.1.1
|
grog (src committer)  |
Ensure clean removal.
Reported by: pointyhat
Approved by: edwin (mentor) |
02 Mar 2013 02:25:47
4.1.1
|
edwin  |
Replace dependency on graphics/lcms with graphics/lcms2
Submitted by: Wolfgang Riegler
Tested by: grog@ |
17 Feb 2013 02:34:34
4.1.1
|
grog (src committer)  |
Bring up to 4.1.1.
Install info files.
Enable -jX build.
Reviewed by: nox
Approved by: nox |
31 Jan 2013 13:38:43
4.0_2
|
bapt  |
Chase boost update |
17 Jan 2013 16:05:39
4.0_2
|
swills  |
- Chase lib version changes from ilmbase and OpenEXR updates |
04 Aug 2012 22:52:04
4.0_1
|
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
23 Jul 2012 11:47:12
4.0
|
vd  |
Upgrade graphics/enblend from 3.1 to 4.0.
Pass maintainership to submitter.
Submitted by: grog@ |
01 Jun 2012 05:26:28
3.1.r20080615_7
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
3.1.r20080615_6
|
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
3.1.r20080615_6
|
ohauer  |
-remove MD5 |
02 May 2011 12:44:53
3.1.r20080615_6
|
makc  |
Bump PORTREVISION after open-mofit update |
04 Dec 2010 07:34:27
3.1.r20080615_5
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
3.1.r20080615_5
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
3.1.r20080615_5
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
3.1.r20080615_5
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
27 Apr 2010 21:58:27
3.1.r20080615_4
|
gahr  |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav) |
29 Mar 2010 11:05:43
3.1.r20080615_4
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
3.1.r20080615_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
3.1.r20080615_3
|
dinoex  |
- update to jpeg-8 |
04 Jan 2010 15:14:25
3.1.r20080615_2
|
vd  |
graphics/enblend:
Use GCC 4.4+ instead of 4.3+.
Requested by: Gerald Pfeifer <gerald@pfeifer.com> |
28 Jul 2009 11:45:09
3.1.r20080615_2
|
pav  |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
18 Jul 2009 11:11:29
3.1.r20080615_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
23 Jan 2009 16:28:36
3.1.r20080615_1
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
21 Aug 2008 06:18:49
3.1.r20080615
|
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 Jun 2008 18:14:01
3.0_2
|
vd  |
graphics/enblend:
Remove stale patch file, somehow forgotten in the previous commit.
Reported by: QA Tindy |
19 Jun 2008 16:28:07
3.1.r20080615
|
vd  |
Upgrade graphics/enblend from 3.0 to 3.1 (CVS from 20080615).
This version (3.1) is not archived by the authors, so this is a
snapshot of the CVS repository as of Jun 15 2008.
The archive is put on the freebsd.org cluster. |
19 Apr 2008 17:56:05
3.0_2  |
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) |
22 Jan 2008 11:32:36
3.0_2
|
vd  |
Adopt graphics/enblend. |
19 May 2007 20:32:57
3.0_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 May 2007 23:17:41
3.0
|
miwi  |
- Update to 3.0
PR: 112314
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
27 Feb 2007 05:40:01
2.5
|
linimon  |
Reset cartola@openit.com.br due to maintainer-timeouts. While here,
remove 4.X cruft.
Hat: portmgr |
22 Apr 2006 12:52:26
2.5
|
erwin  |
Update to 2.5
PR: 95942
Submitted by: "Martin Wilke" <freebsd@unixfreunde.de>
Approved by: maintainer |
22 Jan 2006 12:35:18
2.2
|
edwin  |
SHA256ify
Approved by: krion@ |
21 May 2005 17:29:45
2.2
|
kris  |
BROKEN on 4.x: Does not compile |
18 Apr 2005 17:19:05
2.2
|
ahze  |
- Update to 2.2
PR: ports/78656
Submitted by: cartola@openit.com.br (maintainer) |
08 Dec 2004 23:03:10
1.3
|
krion  |
Fix build on 4-x |
17 Nov 2004 20:35:25
1.3
|
ahze  |
Add enblend
Enblend is a tool for compositing images. Given a set of images that
overlap in some irregular way, Enblend overlays them in such a way that
the seam between the images is invisible, or at least very difficult to
see. Enblend does not line up the images for you. Use a tool like Hugin
to do that.
PR: ports/71992
Submitted by: cartola@openit.com.br
Approved by: adamw (mentor) |