| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
11 Oct 2011 07:17:46
4.4.4_8
|
mm  |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
23 Sep 2011 22:26:39
4.4.4_7
|
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 |
21 Jul 2011 05:03:02
4.4.4_7
|
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
03 Jul 2011 14:12:23
4.4.4_7
|
ohauer  |
-remove MD5 |
14 Jun 2011 07:26:45
4.4.4_7
|
stephen  |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
02 May 2011 12:44:53
4.4.4_7
|
makc  |
Bump PORTREVISION after open-mofit update |
04 Dec 2010 07:34:27
4.4.4_6
|
ade  |
Sync to new bsd.autotools.mk |
24 Jul 2010 19:49:59
4.4.4_6
|
mm  |
Update ImageMagick to 6.6.2-10 |
28 Mar 2010 21:41:12
4.4.4_5
|
mm  |
- Bump Magick++, MagickWand or MagickCore dependency |
28 Mar 2010 06:47:48
4.4.4_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
4.4.4_3
|
dinoex  |
- update to jpeg-8 |
14 Aug 2009 21:46:31
4.4.4_2
|
miwi  |
- Fix fetch
PR: 137780
Submitted by: maintainer |
02 Aug 2009 19:36:34
4.4.4_2
|
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 |
31 Jul 2009 13:57:52
4.4.4_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 Apr 2009 20:50:49
4.4.4_1
|
dhn  |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
13 Feb 2009 15:25:27
4.4.4_1
|
wxs  |
- Pass maintainership along. |
10 Feb 2009 19:50:55
4.4.4_1
|
mm  |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
17 Jan 2009 19:24:48
4.4.4
|
pav  |
- libmfhdf is now at so.3 in science/hdf port
Reported by: pointyhat |
04 Nov 2008 20:48:31
4.4.4
|
tabthorpe  |
- Update to 4.4.4
PR: ports/128379
Submitted by: Stephen Montgomery-Smith <stephen math.missouri.edu> |
24 Oct 2008 11:01:48
4.4.0_8
|
amdmi3  |
- Fix build WITH_JAVA on i386
- Mark broken on !i386 when built WITH_JAVA (does not build)
- Disable java by default as suggested in ports/127386 (too many problems with
it after all)
PR: 128329
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> |
14 Oct 2008 20:55:08
4.4.0_8
|
amdmi3  |
- Don't install .bat file, unbreak
- While here, minor cleanups + remove obsolete 5.x condition
PR: 127386
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> |
21 Aug 2008 06:18:49
4.4.0_7
|
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 ) |
06 Jun 2008 13:35:04
4.4.0_7
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
24 Apr 2008 06:55:31
4.4.0_6
|
miwi  |
- Fix build after xorg cleanup |
22 Apr 2008 10:56:45
4.4.0_5
|
miwi  |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
19 Apr 2008 17:56:05
4.4.0_5  |
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) |
17 Oct 2007 10:13:01
4.4.0_5
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
29 Sep 2007 15:01:56
4.4.0_4
|
linimon  |
Mark broken on 64-bit archs. |
19 May 2007 20:32:57
4.4.0_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
24 Apr 2007 16:49:37
4.4.0_3
|
thierry  |
Chase NetCDF's upgrade and bump PORTREVISION. |
24 Apr 2007 16:41:03
4.4.0_2
|
thierry  |
Switch from hdf-4 to netcdf by default to make it packageable.
No need to upgrade if you have a working dx. |
24 May 2006 14:21:45
4.4.0_2
|
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
15 Mar 2006 09:55:13
4.4.0_1
|
vd  |
Fix typo which prevented the port installing with WITHOUT_JAVA=y
Reported by: Rob <spamrefuse@yahoo.com> |
23 Feb 2006 10:40:45
4.4.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
08 Feb 2006 22:41:41
4.4.0
|
thierry  |
- 1) Set permissions as needed, thus opendx-samples won't change them;
- 2) Define JAVA_VERSION.
(No need to bump PORTREVISION)
Reported by: pointyhat via Kris (1)
Reminded by: hq (2) |
30 Jan 2006 22:19:24
4.4.0
|
thierry  |
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus |
29 Jan 2006 09:22:38
4.4.0
|
thierry  |
Chase a silent update.
No need to bump PORTREVISION, the only change is:
diff -urN dx-4.4.0.orig/src/exec/dpexec/compile.h
dx-4.4.0/src/exec/dpexec/compile.h
--- dx-4.4.0.orig/src/exec/dpexec/compile.h Tue Jan 10 00:39:11 2006
+++ dx-4.4.0/src/exec/dpexec/compile.h Tue Jan 24 21:43:12 2006
@@ -5,5 +5,5 @@
/* This code licensed under the */
/* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */
/***********************************************************************/
-#define EX_COM_DATE "Mon Jan 9 16:39:11 MST 2006"
-#define EX_COM_HOST "Darwin beaverhead 8.3.0 Darwin Kernel Version 8.3.0: Mon
Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh
powerpc"
+#define EX_COM_DATE "Tue Jan 24 13:43:12 MST 2006"
+#define EX_COM_HOST "Darwin beaverhead 8.4.0 Darwin Kernel Version 8.4.0: Tue
Jan 3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh
powerpc"
Noticed by: Ion-Mihai Tetcu <itetcu (at) people.tecnik93.com> |
28 Jan 2006 21:01:47
4.4.0
|
thierry  |
- Upgrade to 4.4.0;
- Add support of science/cdf;
- Add support of JavaDX;
- Options seems uncompatible with USE_JAVA, remove it. |
05 Jan 2006 03:57:35
4.3.2_5
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
26 Nov 2005 01:48:16
4.3.2_4
|
pav  |
- Add SHA256 |
12 Apr 2005 03:26:57
4.3.2_4
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
4.3.2_4
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
06 Mar 2005 22:16:54
4.3.2_4
|
pav  |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
29 Jan 2005 16:13:53
4.3.2_3
|
thierry  |
Actually depends on HDF, fix plist and unbreak. |
05 Dec 2004 15:12:36
4.3.2_2
|
josef  |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi |
19 Sep 2004 02:53:03
4.3.2_1
|
kris  |
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self) |
01 Apr 2004 00:39:26
4.3.2_1
|
pav  |
- Netcdf and Hdf conflicts, so let user choose which one to build against.
PR: ports/64960
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
31 Mar 2004 09:15:20
4.3.2_1
|
kris  |
BROKEN: Inconsistent dependencies (netcdf and hdf) |
25 Feb 2004 22:55:55
4.3.2_1
|
pav  |
Chase repomove graphics/hdf* -> science/hdf* |
04 Feb 2004 05:21:48
4.3.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
4.3.2
|
trevor  |
SIZEify. |
08 Jan 2004 07:10:20
4.3.2
|
ijliao  |
upgrade to 4.3.2 |
04 Oct 2003 16:36:19
4.2.0_1
|
nork  |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly. |
13 Mar 2003 07:08:13
4.2.0
|
anholt  |
Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.
Submitted by: bento/kris |
20 Feb 2003 18:08:19
4.2.0
|
knu  |
de-pkg-comment |
27 Nov 2002 14:01:49
4.2.0
|
arved  |
Fix Build on -CURRENT
PR 45788
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> |
07 Nov 2002 03:10:58
4.2.0
|
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
03 Nov 2002 15:20:30
4.2.0
|
arved  |
Fix Build, if java is installed
PR: 28771
Submitted by: Yuri Khotyaintsev <yuri@irfu.se> |
01 Sep 2002 16:07:59
4.2.0
|
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
31 Aug 2002 02:40:56
4.2.0
|
kris  |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
24 May 2002 05:18:48
4.2.0
|
ijliao  |
upgrade to 4.2.0
PR: 38474
Submitted by: Randall Hopper <aa8vb@nc.rr.com> |
15 May 2002 12:08:19
4.1.3_1
|
tg  |
OpenDX tries to run automake if it finds it, but newer versions don't
work for it. So, define USE_AUTOMAKE to force the old automake-1.4. |
06 Jan 2002 06:20:22 
|
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
13 Nov 2001 13:13:19 
|
tg  |
Use $ACLOCAL and $AUTOHEADER. |
12 Oct 2001 11:40:13 
|
tg  |
Fix core dump in dxexec. Bump PORTREVISION. |
22 Aug 2001 12:41:54 
|
tg  |
Take out the check for ${XFREE86_VERSION} >= 4; libGL always needs the thread
lib now. |
07 Aug 2001 12:15:20 
|
tg  |
Use USE_BISON. |
05 Jul 2001 12:11:40 
|
tg  |
Upgrade to 4.1.3. |
08 May 2001 12:59:06 
|
tg  |
Add PTHREAD_{CFLAGS,LIBS} to CFLAGS and LDFLAGS for XFree86-4. |
27 Mar 2001 12:23:11 
|
tg  |
Fix building (I hope, I never got this error I'm seeing on bento). |
21 Mar 2001 12:58:39 
|
tg  |
- Remove `-lcompat' again, the new patches contain code fixes. - Fix paths in
the documentation (/usr/lpp -> ${PREFIX}). - patch-ae is no longer needed with
gmake. |
20 Mar 2001 12:10:11 
|
tg  |
- Use USE_GMAKE to really make this build. - Add some more dependencies. -
Add `-lcompat' to the libs so dxui actually works as intended. The problem
is that the OpenDX folks assume the old V8 style regcomp(3), not the POSIX
one. Adding the lib is just meant as a stop gap solution, the real fix to
the code will follow. - Bump PORTREVISION. |
19 Mar 2001 12:19:36 
|
tg  |
Fix building. |
07 Nov 2000 23:28:20 
|
asami  |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
08 Oct 2000 02:35:34 
|
asami  |
Convert category graphics to new layout. |
03 Aug 2000 10:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
29 May 2000 03:33:30 
|
steve  |
Update to version 4.1.0. |