| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
4.6.1
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
24 Mar 2013 16:27:23
4.6.1
|
miwi  |
- Update to 4.6.1
PR: 177243
Submitted by: ports fury |
22 Mar 2013 20:06:15
4.6
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
10 Feb 2013 07:56:49
4.6
|
miwi  |
- Update to 4.6
PR: 175589
Submitted by: Ports Fury |
06 Oct 2012 20:50:12
4.5.5_1
|
flo  |
- convert to optionsNG
- trim headers
- drop maintainership |
17 Oct 2011 10:08:33
4.5.5_1
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
02 Oct 2011 08:37:42
4.5.5
|
flo  |
fix distinfo, the distfile was rerolled. Nothing major, mostly spelling fixes.
Reported by: pav, erwin |
23 Sep 2011 22:26:39
4.5.5
|
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 |
20 Sep 2011 15:46:47
4.5.5
|
flo  |
- update to 4.5.5
- drop FreeBSD 6.x support |
09 May 2011 16:42:28
4.5.4_1
|
bf  |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
09 Apr 2011 13:25:13
4.5.4
|
flo  |
- update to 4.5.4
PR: ports/156214
Submitted by: "Peter C. Lai" <cowbert@gmail.com> |
27 Dec 2010 22:02:09
4.5.3
|
flo  |
- change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor) |
04 Dec 2010 07:34:27
4.5.3
|
ade  |
Sync to new bsd.autotools.mk |
18 Nov 2010 15:33:39
4.5.3
|
pav  |
- Update to 4.5.3
PR: ports/151888
Submitted by: Florian Smeets <flo@smeets.im> (maintainer) |
22 Sep 2010 21:21:25
4.0.7_1
|
pgollucci  |
- Update maintainer email address flo@kasimir.com -> flo@smeets.im
PR: ports/150855
Submitted by: maintainer |
29 Mar 2010 01:12:27
4.0.7_1
|
wen  |
- Bump PORTREVISION to chase the update of math/gsl |
13 Dec 2009 00:21:04
4.0.7
|
miwi  |
- Update to 4.0.7
PR: 141284
Submitted by: Florian Smeets <flo@kasimir.com> (maintainer) |
01 Dec 2009 20:33:45
4.0.5_1
|
makc  |
Chase math/gsl update,
bump PORTREVISION |
28 Nov 2009 10:44:56
4.0.5
|
thierry  |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors. |
02 Aug 2009 19:36:34
4.0.5
|
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 |
06 Jun 2009 22:53:25
4.0.5
|
miwi  |
- Update to 4.0.5
PR: 135246
Submitted by: Florian Smeets <flo@kasimir.com> (maintainer) |
30 May 2009 16:17:14
4.0.3_1
|
rafan  |
- Fix build on sparc64 by files/patch-include__gmx_cyclecounter.h
- Fix WITH_MPICH
- Use LOCALBASE for reference to bits installed by others
- Pass maintainership to the submitter
- Pet portlint(1): IGNORE
PR: ports/133242
Submitted by: Florian Smeets <flo at kasimir.com>
Approved by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
(maintainer) |
18 May 2009 15:08:58
4.0.3_1
|
pav  |
- Chase fftw3 update |
05 Apr 2009 20:50:49
4.0.3
|
dhn  |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
16 Mar 2009 09:35:28
4.0.3
|
linimon  |
Mark as broken on sparc64: fails to compile. |
28 Feb 2009 19:49:49
4.0.3
|
miwi  |
- Update to 4.0.3
PR: 131655
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer |
21 Aug 2008 06:18:49
3.2.1_4
|
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 17:56:05
3.2.1_4  |
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 Mar 2008 08:55:40
3.2.1_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
19 May 2007 20:32:57
3.2.1_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Feb 2006 10:40:45
3.2.1_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:01:36
3.2.1_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
3.2.1_1
|
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. |
12 Apr 2005 03:26:57
3.2.1_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
3.2.1_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Dec 2004 22:45:33
3.2.1_1
|
thierry  |
- Fix pkg_plist and unbreak;
- Define USE_LIBTOOL_VER;
- Bump PORTREVISION.
PR: ports/74828
Submitted by: maintainer. |
18 Nov 2004 08:08:00
3.2.1
|
kris  |
BROKEN: Broken pkg-plist |
04 Nov 2004 03:32:39
3.2.1
|
maho  |
Fix build by adding
.ifndef WITH_FLOAT
CONFIGURE_ARGS+= --disable-float
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
Reported by: kris via pointyhat and Bruno Afonso <brunomiguel at
dequim.ist.utl.pt> |
19 Oct 2004 01:36:11
3.2.1
|
maho  |
New port science/gromacs
GROMACS is a versatile package to perform molecular dynamics,
i.e. simulate the Newtonian equations of motion for systems
with hundreds to millions of particles, and also the World's
fastest Molecular Dynamics under GPL.
PR: 71211
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Reviewed by: Bruno Afonso <brunomiguel@dequim.ist.utl.pt> |