Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.6_8,2 30 Jul 2017 14:18:29 |
pi |
New port: databases/grass7
databases/grass: renamed to databases/grass6
- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6
Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).
WWW: http://grass.osgeo.org/
PR: 221087
Submitted by: lbartoletti@tuxfamily.org |
6.4.6_8,2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
6.4.6_7,2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
6.4.6_6,2 21 Apr 2017 16:28:37 |
amdmi3 |
- Fix shebangs |
6.4.6_5,2 01 Apr 2017 15:23:32 |
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 |
6.4.6_4,2 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
6.4.6_3,2 07 Dec 2016 13:24:57 |
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 |
6.4.6_2,2 22 Nov 2016 21:56:37 |
antoine |
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20 |
6.4.6_2,2 20 Nov 2016 09:38:09 |
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).
In particular that is 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. |
6.4.6_1,2 20 Nov 2016 03:31:59 |
marino |
databases/grass: Document and configure ncurses requirement |
6.4.6_1,2 04 Nov 2016 14:30:43 |
jbeich |
databases/grass: unbreak build with ffmpeg 3.x
lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in
this function)
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only
once for each function it appears in
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first
use in this function)
if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
^
PR: 207547 |
6.4.6,2 11 Sep 2016 14:29:41 |
wen |
- Update to 6.4.6 |
6.4.5_3,2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
6.4.5_3,2 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
6.4.5_3,2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6.4.5_3,2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
6.4.5_3,2 01 Oct 2015 15:50:26 |
amdmi3 |
- Fix more shebangs
- Drop unneeded WX_UNICODE
- Remove useless checks to fix packaging as non-root |
6.4.5_2,2 16 Sep 2015 19:51:28 |
bapt |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
6.4.5_1,2 13 Sep 2015 18:36:08 |
bapt |
Switch to use unicode version of wx |
6.4.5,2 29 Jul 2015 12:15:49 |
wen |
- Update to 6.4.5
PR: 201838
Submitted by: tkato432@yahoo.com |
6.4.4_6,2 09 Jul 2015 16:05:07 |
sunpoet |
- Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News |
6.4.4_5,2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
6.4.4_5,2 15 Jun 2015 13:03:12 |
wen |
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days) |
6.4.4_4,2 10 Jan 2015 19:45:02 |
thierry |
Uses blaslapack.mk. |
6.4.4_4,2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
6.4.4_3,2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
6.4.4_3,2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
6.4.4_2,2 06 Oct 2014 15:18:10 |
jhale |
- Convert python and pgsql to USES
- Clean up plist |
6.4.4_2,2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
6.4.4_1,2 31 Aug 2014 16:36:23 |
tijl |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
6.4.4,2 09 Aug 2014 14:53:00 |
marino |
databases/grass: Upgraade version 6.4.3 => 6.4.4
PR: 191813
Submitted by: Ports Fury |
6.4.3_5,2 11 Jul 2014 11:16:06 |
sunpoet |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1] |
6.4.3_4,2 05 Jul 2014 12:19:33 |
tijl |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit) |
6.4.3_3,2 26 Apr 2014 18:18:40 |
sunpoet |
- Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News |
6.4.3_2,2 16 Apr 2014 18:28:50 |
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 ) |
6.4.3_1,2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
6.4.3,2 27 Feb 2014 08:54:03 |
miwi |
- Update to 6.4.3
- Convert to USES
- Use options helper
PR: 181057
Submitted by: ports fury |
6.4.2_7,2 27 Jan 2014 17:35:27 |
bapt |
Deprecate ports broken for more than 6 month |
6.4.2_7,2 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
6.4.2_7,2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
6.4.2_6,2 23 Oct 2013 15:35:37 |
gahr |
- Remove useless USE_TCL |
6.4.2_6,2 25 Sep 2013 10:50:13 |
gahr |
- Convert to USES+=tk and USES+=gmake |
6.4.2_6,2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
6.4.2_6,2 21 Aug 2013 03:46:21 |
sunpoet |
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News |
6.4.2_5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.4.2_5,2 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
6.4.2_5,2 24 Jul 2013 06:16:12 |
bapt |
Mark as broken:
Error: cc -E -I/usr/local/include -I/usr/local/include
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs"
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: In
file included from
/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gis.h:25,
Error: cc -E -I/usr/local/include -I/usr/local/include
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs"
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include:
from /tmp/tmpAeHg0r.h:1:
Error: cc -E -I/usr/local/include -I/usr/local/include
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs"
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include:
/usr/include/stdarg.h:72:2: error: #error this file needs to be ported to your
compiler
Status: Parsing /tmp/tmpAeHg0r.h
Error: /usr/include/stdio.h:67: Syntax error at 'va_list'
Error: /usr/include/stdio.h:271: Syntax error at '__va_list'
Error: /usr/include/stdio.h:272: Syntax error at '__va_list'
Error: /usr/include/stdio.h:274: Syntax error at '__va_list'
Error: /usr/include/stdio.h:279: Syntax error at '__va_list'
Error: /usr/include/stdio.h:281: Syntax error at '__va_list'
Error: /usr/include/stdio.h:283: Syntax error at '__va_list'
Error: /usr/include/stdio.h:284: Syntax error at '__va_list'
Error: /usr/include/stdio.h:348: Syntax error at '__va_list'
Error: /usr/include/stdio.h:401: Syntax error at '__va_list'
Error:
/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gisdefs.h:126:
Syntax error at 'va_list'
Status: Processing description list.
Reported by: pkg-fallout |
6.4.2_5,2 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
6.4.2_5,2 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
6.4.2_5,2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
6.4.2_5,2 29 Mar 2013 00:55:22 |
eadler |
Drop empty files & folders |
6.4.2_5 28 Mar 2013 15:51:17 |
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
6.4.2_5,2 14 Dec 2012 09:36:02 |
araujo |
- Support USE_READLINE.
- Trim header.
PR: ports/171974
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
6.4.2_5,2 04 Aug 2012 22:52:04 |
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. |
6.4.2_4,2 26 Jun 2012 20:59:33 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
6.4.2_4,2 01 Jun 2012 16:59:20 |
bapt |
Convert to new options framework |
6.4.2_4,2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.4.2_3,2 19 May 2012 10:07:14 |
sunpoet |
- Bump PORTREVISION for graphics/gdal shlib change |
6.4.2_2,2 07 May 2012 08:12:53 |
wen |
- Bump PORTREVISION to chase the update of graphics/proj |
6.4.2_1,2 25 Mar 2012 03:55:28 |
miwi |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Fix LIB_DEPENDS
- Fix pkg-plist
PR: 166021
Submitted by: Ports Fury
Feature safe: yes |
6.4.2,2 08 Mar 2012 10:17:03 |
wen |
- Update to 6.4.2 |
6.4.1_1,2 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
6.4.1,2 22 Oct 2011 21:40:34 |
pav |
- Chase fftw3 shlib bump (no PORTREVISION bump because rev. 1.69 could never
build)
Reported by: pointyhat |
6.4.1,2 20 Oct 2011 03:09:59 |
wen |
- Update to 6.4.1
PR: ports/161582
Submitted by: Bartoletti <coder@tuxfamily.org> |
6.4.0_4,2 17 Oct 2011 10:08:33 |
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 |
6.4.0_3,2 10 Aug 2011 08:47:58 |
linimon |
Mark as broken on sparc64: does not configure. |
6.4.0_3,2 09 Mar 2011 08:19:46 |
wen |
- Fix the build with mysql odbc and sqlite |
6.4.0_2,2 09 Mar 2011 02:01:59 |
wen |
- Fix build with postgresql
Reported by: ohartman@zedat.fu-berlin.de <via email> |
6.4.0_1,2 29 Jan 2011 13:09:13 |
sunpoet |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes |
6.4.0,2 21 Oct 2010 01:12:14 |
wen |
- Update to 6.4.0
Thanks to: lbartoletti <coder@tuxfamily.org> |
6.2.3_10,2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
6.2.3_9,2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
6.2.3_8,2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
6.2.3_7,2 27 Nov 2009 23:17:38 |
miwi |
- Chase graphics/proj shlib bump |
6.2.3_6,2 05 Oct 2009 12:58:17 |
pav |
- Not make jobs safe |
6.2.3_6,2 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
6.2.3_5,2 17 Mar 2009 15:09:25 |
rafan |
- Chase graphics/gdal 1.6.0 update |
6.2.3_3,2 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
6.2.3_3,2 23 Jan 2009 16:28:36 |
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). |
6.2.3_2,2 06 Jun 2008 13:17:10 |
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) |
6.2.3_1 19 Apr 2008 17:56:05 |
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) |
6.2.3_1,2 15 Apr 2008 19:13:34 |
tabthorpe |
- Reassign to ports@
- Thank you for your service, we hope to see you back
PR: ports/122796, ports/122797, ports/122798
Submitted by: Laurent Courty <lrntct gmail.com> |
6.2.3_1,2 04 Apr 2008 19:24:35 |
rafan |
- Add missing patch when resolving conflicts with devel/ruby-gem
PR: ports/121919
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout (2 weeks)
Reported by: pointyhat via pav |
6.2.3_1,2 04 Apr 2008 06:26:39 |
rafan |
- Resolve conflict with devel/ruby-gems: bin/gem is installed by these two
ports. As ruby-gems is more popular, change grass's gem to
grass%%VER%%-gem. [1,2]
- Use LOCALBASE/bin/bash instead of /bin/bash in some shell scripts [2,3]
- Add supports for ODBC and SQLite in OPTIONS (default off) [2]
- Bump PORTREVISION
PR: ports/115818 [1], ports/121919 [2,3]
Reported by: Chris Calvey <chris at infosec.yi.org> [1],
Sajo Zsolt Attila <sajozsattila at citromail.hu> [3]
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> [2]
Approved by: maintainer timeout (2 weeks) |
6.2.3,2 17 Feb 2008 06:00:53 |
rafan |
- Update to 6.2.3
PR: ports/119373
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by: maintainer timeout (6 weeks) |
6.2.1_1,2 04 Oct 2007 00:21:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
6.2.1_1,2 22 Jul 2007 19:33:55 |
laszlof |
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat) |
6.2.1_1,2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.2.1,2 11 Apr 2007 20:12:06 |
miwi |
- Use termios.h when available
PR: 110879
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer |
6.2.1,2 21 Feb 2007 13:24:15 |
rafan |
- Update to 6.2.1
PR: ports/107336 (based on)
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
Approved by: maintainer timeout (20 days) |
6.0.2,2 08 Jan 2007 00:00:57 |
pav |
- Use new USE_TCL_BUILD/USE_TK_BUILD macros |
6.0.2,2 12 Jun 2006 18:41:14 |
erwin |
Remove non-existent knob USE_FFTW.
Approved by: maintainer |
6.0.2,2 15 Apr 2006 23:33:02 |
lawrance |
Update to 6.0.2.
- Add OPTIONS for selecting database support.
- Set USE_LDCONFIG to handle ldconfig startup script.
PR: ports/93830
Submitted by: Laurent Courty <lrntct@gmail.com> (maintainer) |
6.0.1_2,2 07 Jan 2006 00:40:55 |
edwin |
It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly.
Noticed by: YAPHR |
6.0.1_2,2 05 Jan 2006 15:49:33 |
pav |
- Don't remove what belongs to mtree
Approved by: Laurent C. <lrntct@gmail.com> (maintainer) |
6.0.1_2,2 02 Jan 2006 09:52:28 |
edwin |
[maintainer update]/databases/grass fix start-up script
Fix the start-up script in order to run ld-config in the
right directory.
PR: ports/91173
Submitted by: Laurent Courty <lrntct@gmail.com> |
6.0.1_1,2 29 Dec 2005 22:24:46 |
edwin |
databases/grass add libs handling
Change install directory and add a start-up script for
ldconfig. PORTREVISION bumped because libraries wasn't
usable for other applications before.
PR: ports/91069
Submitted by: Laurent Courty <lrntct@gmail.com> |
6.0.1,2 27 Dec 2005 00:40:41 |
edwin |
[Maintainer Update] /databases/grass update to 6.0.1
- removed all patches
- added new patches to get rid of matherr references
PR: ports/89769
Submitted by: Laurent Courty <lrntct@gmail.com> |
5.0.2_4,2 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
5.0.2_4,2 15 Nov 2005 06:52:12 |
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. |