Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jan 2021 16:34:45
5.15.0_2

|
rene  |
math/plplot: remove option for expired math/qhull5 |
01 Jan 2021 16:28:47
5.15.0_2

|
rene  |
math/plplot: drop optional support for expired Python 2.7
The reverse dependencies of this port do not use it.
PR: 249718
Submitted by: swills |
17 Jun 2020 18:17:45
5.15.0_2

|
sunpoet  |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
04 May 2020 21:31:39
5.15.0_2

|
dinoex  |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
14 Apr 2020 15:49:37
5.15.0_1

|
mat  |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
15 Jan 2020 12:06:14
5.15.0

|
bapt  |
Add LOCALBASE/share/man to the valid path for manpages
Also compress manpages in this location.
As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142
All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD
Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.
Reviewed by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D23166 |
26 Oct 2019 06:51:27
5.15.0

|
woodsb02  |
math/plplot: Update to 5.15.0
Changes this release:
https://sourceforge.net/p/plplot/news/2019/06/plplot-5150-has-been-released/
https://sourceforge.net/p/plplot/news/2018/12/plplot-5140-has-been-released/
https://sourceforge.net/p/plplot/news/2017/08/plplot-5130-has-been-released/
PR: 236577
Submitted by: yuri (partially) |
19 Sep 2019 05:16:53
5.12.0_8

|
tobik  |
math/plplot: Drop nop and misspelled post-patch-QHULL2015 target
It should have been post-patch-QHULL2015-on and was broken in r433415
during conversion to options helpers. However the patch does not
do anything useful anymore. Finding the right qhull headers is
already handled automatically by cmake via HAS_LIBQHULL_INCLUDE. |
26 Jul 2019 20:46:57
5.12.0_8

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 Apr 2019 13:16:34
5.12.0_7

|
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
16 Mar 2019 16:17:09
5.12.0_6

|
tcberner  |
math/plplot: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
02 Mar 2019 19:53:43
5.12.0_5

|
stephen  |
- Update math/qhull to 7.2.1.
- Bump portrevision of dependent port math/plplot,
PR: 236142
Submitted by: Yuri Victorovich <yuri@freebsd.org> |
25 Dec 2018 20:25:40
5.12.0_4

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
20 Dec 2018 05:05:38
5.12.0_4

|
linimon  |
This port needs USES=compiler:c11 to build on GCC-based architectures.
While here, add USES=gnome and pet portlint.
PR: 233920
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
12 Dec 2018 01:35:36
5.12.0_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Dec 2018 15:41:48
5.12.0_3

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
25 Nov 2018 12:44:53
5.12.0_3

|
tcberner  |
math/plplot: prepare for cmake-3.13
PR: 233411
Reported by: antoine |
29 Jul 2018 22:18:46
5.12.0_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
5.12.0_2

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
20 Dec 2017 15:16:30
5.12.0_2

|
bapt  |
Use swig 3.0 |
01 Dec 2017 07:19:54
5.12.0_2

|
antoine  |
Cleanup LIB_DEPENDS on libpng |
30 Nov 2017 15:50:34
5.12.0_2

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
06 Nov 2017 16:06:22
5.12.0_2

|
mat  |
Those non default PYTHON options do not build/stage/package, mark them
BROKEN.
Sponsored by: Absolight |
10 Sep 2017 20:55:39
5.12.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
5.12.0_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
05 Feb 2017 14:49:31
5.12.0

|
woodsb02  |
math/plplot: Update to 5.12.0
Changes this release:
https://sourceforge.net/p/plplot/news/2017/01/plplot-5120-has-been-released/ |
11 Dec 2016 08:25:57
5.11.1_6

|
antoine  |
Those ports build fine with bsd make |
09 Dec 2016 14:16:22
5.11.1_6

|
stephen  |
- Belated portrevision bump, which got lost because of a collision between
r428057 and r428116. |
09 Dec 2016 11:41:00
5.11.1_5

|
tcberner  |
Update devel/cmake* to 3.7.1 [1]
Due to an upstream commit [2] we need now to pass
CMAKE_INSTALL_MANDIR:PATH="share/man" in the
devel/llvm-* ports, and fix the plist of net/remmina.
Further add an upstream patch to math/plplot to
fix the build with 3.7.1.
[1] https://cmake.org/cmake/help/v3.7/release/3.7.html
[2] https://github.com/kitware/cmake/commit/956054
PR: 214975
Approved by: rakuco (mentor)
Exp-run by: antoine |
08 Dec 2016 13:32:59
5.11.1_5

|
stephen  |
qhull:
- Update to 2015.2.
- Install docs in DOCSDIR.
- Add a workaround patch for 9.x base compiler.
plplot:
- Accomodate changes to qhull, including port revision bump.
PR: ports/215078
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
07 Dec 2016 13:24:57
5.11.1_5

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
20 Jul 2016 09:33:32
5.11.1_4

|
dinoex  |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
16 Jul 2016 10:52:14
5.11.1_3

|
rakuco  |
Add a patch (sent upstream) to make configuration work with CMake 3.6.0.
PR: 210988 |
09 May 2016 20:46:48
5.11.1_3

|
woodsb02  |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
01 Apr 2016 14:16:20
5.11.1_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
5.11.1_3

|
tijl  |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
24 Jan 2016 14:05:33
5.11.1_2

|
thierry  |
- math/plplot depends on the legacy math/qhull5, and since this port
conflicts with the new one, it was impossible to install together
math/plplot and math/qhull;
- fix PKG_CONFIG_DIR.
PR: ports/205937
Submitted by: /me
Approved by: maintainer |
12 Jan 2016 16:20:32
5.11.1_1

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
13 Oct 2015 08:35:03
5.11.1_1

|
marino  |
math/plpot(-ada): Fix shared library version for port options
PR: 203730
Submitted by: Ben Woods (plplot maintainer) |
13 Oct 2015 06:17:07
5.11.1

|
marino  |
math/plpot(-ada): Upgrade version 5.11.0 => 5.11.1
PR: 203730
Submitted by: Ben Woods (plplot maintainer) |
22 Aug 2015 17:48:36
5.11.0_1

|
hrs  |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2015 20:53:29
5.11.0

|
kwm  |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
22 Apr 2015 20:16:04
5.11.0

|
thierry  |
- Upgrade math/plplot to 5.11.0
Announcement at
<https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release>
- Take maintainership
- Chase dependencies.
PR: ports/199539
Submitted by: Ben Woods <woodsb02 (at) gmail.com>
Approved by: marino (for plplot-ada), /me (for gnudatalanguage) |
21 Mar 2015 23:05:21
5.10.0_3

|
bapt  |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
30 Dec 2014 20:57:22
5.10.0_3

|
rakuco  |
Add upstream patch to make the port build with the upcoming CMake 3.1.0. |
14 Nov 2014 09:39:21
5.10.0_3

|
antoine  |
Cleanup plist |
21 Oct 2014 16:54:55
5.10.0_3

|
mva  |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
17 Sep 2014 07:38:16
5.10.0_3

|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
04 Aug 2014 03:40:15
5.10.0_3

|
adamw  |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
27 May 2014 16:11:38
5.10.0_3

|
bapt  |
Do not overwrite USES |
26 May 2014 15:28:29
5.10.0_3

|
bapt  |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
10 May 2014 21:54:54
5.10.0_3

|
stephen  |
- Chase revision r353615 to math/qhull5. |
16 Apr 2014 18:28:50
5.10.0_2

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
06 Mar 2014 15:04:24
5.10.0_1

|
thierry  |
If another port defines HAVE_CONFIG_H and includes plConfig.h, this
tries to bring plplot_config.h, which is not installed, but
plplot_config.h is required when we build plplot.
E.g. science/gnudatalanguage does that. |
16 Feb 2014 19:24:06
5.10.0

|
marino  |
math/plplot: Upgrade from dev ver 5.9.10 to latest stable ver 5.10.0 |
16 Feb 2014 17:15:32
5.9.10

|
tijl  |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
02 Oct 2013 13:17:07
5.9.10

|
thierry  |
- Upgrade to 5.9.10
Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/
- Pet portlint
- Use staging. |
20 Sep 2013 20:55:06
5.9.9_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
05 Sep 2013 17:01:12
5.9.9_2

|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
09 Aug 2013 14:05:53
5.9.9_2

|
dinoex  |
- update libdg to 2.1.0 |
03 Aug 2013 13:44:01
5.9.9_1

|
mat  |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
22 Mar 2013 20:06:15
5.9.9_1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
14 Mar 2013 05:30:28
5.9.9_1

|
miwi  |
- Fix build with FORTRAN on
PR: 176535
Submitted by: Ports Fury |
04 Feb 2013 14:17:48
5.9.9_1

|
miwi  |
- Fix build
PR: 175579
Submitted by: ports fury |
06 Jun 2012 06:44:38
5.9.9_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
02 Jun 2012 11:03:43
5.9.9_1
|
lme  |
- Update devel/lasi to 1.1.1
- Chase library version bump |
06 May 2012 19:36:52
5.9.9
|
pav  |
- Mark BROKEN: does not configure
CMake Error at scripts/CMakeLists.txt:33 (if):
if given arguments:
"NOT" "plm2gif" "plpr" "STREQUAL" ""
Unknown arguments specified
Reported by: pointyhat |
20 Nov 2011 07:51:54
5.9.9
|
miwi  |
- Update to 5.9.9
PR: 162631
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes |
03 Oct 2011 03:55:31
5.9.7_1
|
stephen  |
- LIB_DEPENDS qhull -> qhull5
- Bump portrevision
PR: ports/161089 |
23 Sep 2011 22:26:39
5.9.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 |
20 Apr 2011 21:51:41
5.9.7
|
bapt  |
remove useless dependency on gmake |
10 Apr 2011 08:48:14
5.9.7
|
makc  |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles |
10 Apr 2011 08:41:46
5.9.7
|
makc  |
Utilize CMAKE_BUILD_TYPE plist substitution |
04 Mar 2011 15:27:44
5.9.7
|
miwi  |
- Update to 5.9.7
PR: 154616
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
04 Dec 2010 07:34:27
5.9.6
|
ade  |
Sync to new bsd.autotools.mk |
04 Aug 2010 23:49:13
5.9.6
|
pav  |
- Update to 5.9.6
PR: ports/148969
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
28 Mar 2010 06:47:48
5.9.5_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
5.9.5_1
|
dinoex  |
- update to jpeg-8 |
28 Jan 2010 22:54:40
5.9.5
|
pav  |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat |
28 Jan 2010 22:53:50
5.9.5
|
pav  |
- Fix a typo in optional dependency
PR: ports/143295
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> |
30 Dec 2009 22:50:25
5.9.5
|
thierry  |
Trying to fix on amd64/FreeBSD-6:
- Teach about amd64, to detect Not a Number flag, thus enabling Qhull
support with CSA;
- Disable detection of f77 by cmake unless WITH_FORTRAN is defined.
Reported by: pointyhat via Pav |
30 Dec 2009 11:26:21
5.9.5
|
thierry  |
Fix for the case WITHOUT_X11.
Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com> |
29 Dec 2009 13:43:18
5.9.5
|
thierry  |
Upgrade to 5.9.5, required by GDL.
Notes:
- support of Gnome2 and VGAlib are now deprecated;
- support of Qt added;
- plrender is also deprecated, but we force it to build.
Many more options could be enabled, if someone needs them. |
13 Sep 2009 00:08:01
5.8.0_4
|
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
22 Aug 2009 00:28:34
5.8.0_3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
02 Aug 2009 19:36:34
5.8.0_3
|
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
5.8.0_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 May 2009 23:00:02
5.8.0_1
|
amdmi3  |
- Make BROKEN message for WITH_PYTHON case more informative
- Reset maintainer at his request
PR: 134195
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) |
18 Jan 2009 20:32:20
5.8.0_1
|
gerald  |
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Approved by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer) |
12 Jan 2009 03:27:03
5.8.0_1
|
amdmi3  |
- Cleanups, no functional change:
- Remove build dependency on GNU m4.
- Sort knobs.
- Remove unneeded use of REINPLACE.
- Fix plist for WITH_GNOME case and mark BROKEN for WITH_PYTHON
PR: 130168
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) |
07 Jan 2009 16:34:27
5.8.0_1
|
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
02 Jan 2009 19:56:38
5.8.0
|
beech  |
- Make Fortran support conditional
- Pass maintainership to submitter
PR: ports/130121
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> |
02 Jan 2009 05:11:05
5.8.0
|
beech  |
- Add to science category.
- Make explicit that the python bindings are not building.
- For now keep using the autoconf interface, we have sorted out the issues
there but we will have to move to CMake soon anyways.
- This is the latest stable version, and apparently the last one to support
the autoconf tools. It includes C++ and Octave updates.
PR: ports/130097
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> |
25 Aug 2008 00:16:00
5.6.1_5
|
amdmi3  |
- Fix plist for NOPORTDOCS and WITH_TCLTK cases (WITH_PYTHON build still broken)
Reported by: QAT |
21 Aug 2008 06:18:49
5.6.1_5
|
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:44:06
5.6.1_5
|
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) |
19 Apr 2008 17:56:05
5.6.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) |
14 Jul 2007 09:47:31
5.6.1_3
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
09 Jul 2007 02:49:38
5.6.1_3
|
maho  |
maho has mistakingly committed 1st patch instead of 2nd patch...
Submitted by: Pedro F. Giffuni |
06 Jul 2007 03:50:15
5.6.1_3
|
maho  |
- Added a dependency to devel/lasi to build the psttf driver on X.
- reorder the pkg-plist a bit
- Buimped the PORTREVISION
BTW: WITH_GNOME part is temporary commented out: it is automatically
detected and not easy to remove.
Submitted by: Pedro F. Giffuni
PR: 114273 |