non port: graphics/qgis/Makefile |
Number of commits found: 351 (showing only 100 on this page) |
Tuesday, 26 Feb 2019
|
21:13 swills
graphics/qgis: Update to 3.6.0
PR: 235961
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Saturday, 2 Feb 2019
|
06:48 danfe
- Update `databases/grass7' to version 7.6.0
- Reformat pkg-message for better readability
and kill stray EOL whitespace
PR: 235307
Submitted by: maintainer
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
 |
Tuesday, 15 Jan 2019
|
21:30 tcberner
graphics/qgis: update to 3.4.3
QGIS 3.4 LTR, the first long-term release (LTR) of QGIS 3.
This is a major upgrade and users should consult the UPDATING entry
provided for further information on how to progress.
http://changelog.qgis.org/en/qgis/version/3.4-LTR/
PR: 233726
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Monday, 7 Jan 2019
|
18:31 antoine
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 234633
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Sunday, 2 Dec 2018
|
15:41 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
 |
Wednesday, 28 Nov 2018
|
08:17 wen
- Update to 2.18.26
- Change LIB_DEPENDS from qwt5 to qwt6
- Reorder CMAKE_ARGS
- Adapt QWT_INCLUDE_DIR and QWT_LIBRARY after PyQt changes
- Update GRASS7 dependency from 7.2.2 to 7.4.0
- Update several Python dependencies
- Remove INSTALLS_ICONS, not needed here
PR: 233504
Submitted by: rhurlin@gwdg.de(maintainer)
 |
Thursday, 22 Nov 2018
|
20:18 tcberner
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
 |
Thursday, 28 Jun 2018
|
17:39 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
 |
Saturday, 23 Jun 2018
|
08:27 tcberner
Update math/gsl to 2.5
PR: 229067
 |
Sunday, 29 Apr 2018
|
16:19 tcberner
Update the QScintilla2 ports to 2.10.4
 |
Saturday, 14 Apr 2018
|
13:16 tcberner
devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.
Approved by: portmgr (mat), avilla (timeout)
Differential Revision: https://reviews.freebsd.org/D14650
 |
11:09 tcberner
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Monday, 26 Feb 2018
|
08:29 yuri
graphics/qgis: Update to 2.18.17
Additional port changes:
* Added PYUIC_PROGRAM because cmake couldn't find pyuic4
* Flavorized some dependencies with missing flavors
* Silenced/improved some commands
* Updated WWW
PR: 226190
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by: tcberner (mentor, implicit)
 |
Sunday, 18 Feb 2018
|
09:55 rakuco
Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).
Thanks to antoine for the exp-run.
PR: 225928
 |
Sunday, 21 Jan 2018
|
16:55 madpilot
- Update qgis to 2.18.15
- Fix TEST option
PR: 224404
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Saturday, 9 Dec 2017
|
19:23 riggs
Update to upstream version 2.18.14
PR: 223887
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 22 Sep 2017
|
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
Saturday, 2 Sep 2017
|
14:23 sunpoet
Update to 3.2.0
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
 |
Sunday, 20 Aug 2017
|
12:44 riggs
Update to upstream version 2.18.12
Detailed maintainer log:
- Update to 2.18.12
- Add new dependency textproc/xerces-c3
- Swap position of USES and USE_GITHUB
- USES=sqlite:3 instead sqlite
- Use GRASS7 now, that it is in the ports
- No direct deps to PostgreSQL and PostGIS
- Update pkg-plist
PR: 221644
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Sunday, 30 Jul 2017
|
14:18 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
 |
Monday, 3 Jul 2017
|
20:38 tcberner
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408
 |
Tuesday, 2 May 2017
|
05:26 tcberner
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522
 |
Sunday, 30 Apr 2017
|
13:11 rakuco
Update to 2.18.7.
This minor update from QGIS 2.18.5 to 2.18.7 comes with some new features and
many bugfixes. Especially, many problems with SAGA GIS processing seem to be
solved.
Port changes:
- Update to 2.18.7.
- Remove CMAKE_ARGS which do not exist.
- Add new python dependencies cycler, dateutil, and functools32.
- Getting rid of special handlings for 9.x.
- Move USES=compiler:features into main section.
- Update pkg-plist.
PR: 218878
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Monday, 13 Mar 2017
|
04:13 jbeich
graphics/qgis: update to 2.18.4
Changes: https://github.com/qgis/QGIS/blob/final-2_18_4/ChangeLog?raw=true
PR: 217719
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Saturday, 4 Feb 2017
|
13:37 tcberner
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261
 |
Thursday, 2 Feb 2017
|
19:09 rm
graphics/qgis: correct dependencies list
- Update dependency devel/py-Jinja to py-Jinja2
- Add dependency for textproc/py-pygments
- Add sql-pgsql and sql-sqlite3 in USE_QT4
- Bump PORTREVISION
While here, also remove duplicate direct dependency upon python.
PR: 215601
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer, updated patch)
MFH: 2017Q1
 |
Friday, 23 Dec 2016
|
03:15 wen
- Update to 2.18.2(based on)
- New dependency devel/qjson
- New makefile target 'check', which runs the test suite
- Use of external python functionality, if possible (via CMAKE_ARGS) [2]
- Switch from PostGIS 2.1 to 2.2
PR: 214238
Submitted by: rhurlin@gwdg.de(maintainer)
 |
Friday, 16 Dec 2016
|
05:08 jbeich
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
 |
Wednesday, 7 Dec 2016
|
13:24 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
 |
Tuesday, 22 Nov 2016
|
21:56 antoine
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
 |
Friday, 28 Oct 2016
|
17:13 jbeich
math/py-numpy: track PORTEPOCH in consumers
 |
Sunday, 11 Sep 2016
|
14:33 wen
- Fix build with GRASS option with updating DGRASS_PREFIX
 |
Thursday, 9 Jun 2016
|
11:07 amdmi3
- Update to 2.14.3
PR: 210070
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Wednesday, 1 Jun 2016
|
13:15 mat
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
 |
Tuesday, 3 May 2016
|
16:23 madpilot
Update to 2.14.2
PR: 209178
Submitted by: Rainer Hurling <rhurlin at gwdg.de> (maintainer)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 31 Mar 2016
|
06:16 wen
- Update from 2.14.0 to 2.14.1
- Use only Python 2.x
- Adjust Python scripts to correct Python version
- Remove some .py.bak files
- Tweak icons usage
PR: 208318
Submitted by: rhurlin@gwdg.de(maintainer)
 |
Tuesday, 1 Mar 2016
|
10:43 madpilot
Update to 2.14.0
PR: 207551
Submitted by: Rainer Hurling <rhurlin at gwdg.de> (maintainer)
 |
Thursday, 18 Feb 2016
|
20:36 amdmi3
- Update to 2.12.3
PR: 206412
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Tuesday, 16 Feb 2016
|
07:00 lme
- Add two new options CUSTOMWIDGETS and ASTYLE
- Divide options menu into a general and a developers section
- Move the DEBUG option to the developers section
- Add some options descriptions
- Reorder the handling of the options
- Update pkg-plist
- Bump PORTREVISION
Submitted by: coder@tuxfamily.org
Approved by: maintainer
MFH: 2016Q1
 |
Sunday, 10 Jan 2016
|
16:55 bapt
Convert g* and i* to USES=sqlite and USES=firebird
 |
05:37 miwi
- Update to 2.12.2
- Switch to options helper
- Switch to USES=execinfo [1]
PR: 205082 205702 [1]
Submitted by: maintainer, pawel [1]
 |
Sunday, 13 Dec 2015
|
12:45 rakuco
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.
One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.
Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
define a build-time dependency on x11-toolkits/py-qt4-gui has moved.
Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).
PR: 205143
 |
Thursday, 29 Oct 2015
|
20:21 riggs
Update to upstream version 2.12.0
PR: 204070
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Sunday, 30 Aug 2015
|
10:18 rakuco
Drop USES=iconv:wchar_t.
The port has a FindIconv.cmake, but it is not used anywhere, nor does the
code actually call any iconv() functions.
PR: 202744
Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Monday, 10 Aug 2015
|
19:55 riggs
- Update dependency to databases/grass
- Bump PORTREVISION
PR: 201983
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Saturday, 25 Jul 2015
|
20:21 riggs
Update to upstream version 2.10.1
PR: 201814
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Thursday, 9 Jul 2015
|
16:05 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
 |
Sunday, 28 Jun 2015
|
06:59 wen
- Update to version 2.10.0
- New Option DEBUG for extension testers
- GRASS option broken now on 8.x and 9.x
- Show QGIS-Codeversion (GIT hash) in 'Help -> About'
PR: 201152
Submitted by: rhurlin@gwdg.de(maintainer)
 |
Monday, 15 Jun 2015
|
13:03 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)
 |
Wednesday, 13 May 2015
|
23:54 wen
- Update to 2.8.2
- Add CPE
PR: 200144
Submitted by: Rainer Hurling<rhurlin@gwdg.de> (mainatiner)
 |
Saturday, 2 May 2015
|
20:42 brd
Fix pkg-plist.. portlint isn't always correct about .info files.
PR: 199552
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: bdrewery (mentor)
 |
03:52 brd
Fix graphics/qgis server functionality and rename the option to chase upstream.
Clean up GITHUB functionality while here.
PR: 199552
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: bdrewery (mentor)
 |
Saturday, 28 Feb 2015
|
23:42 wen
- Update to 2.8.1
PR: 197928
Submitted by: Rainer Hurling<rhurlin@gwdg.de> (maintainer)
 |
Monday, 19 Jan 2015
|
22:49 riggs
Fix runtime dependencies:
- Remove dependency graphics/mapserver
- Add RUN_DEPENDS math/py-numpy and www/py-qt4-webkit
- Bump PORTREVISION
While on it:
- Sort BUILD_DEPENDS and RUN_DEPENDS entries alphabetically
PR: 196769
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Saturday, 20 Dec 2014
|
17:12 pawel
- Update databases/spatialite to version 4.2.0 [1]
- Add LICENSE info [1]
- Fix WWW line in pkg-descr [1]
- Bump all affected ports
PR: 196150 [1]
Submitted by: maintainer [1]
 |
Sunday, 14 Dec 2014
|
19:16 riggs
- Update to 2.6.1
- Fix build error for 8.x and 9.x (base flex)
PR: 195875
Submitted by: rhurlin@gwdg.de (maintainer)
 |
Monday, 8 Dec 2014
|
16:48 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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Sunday, 9 Nov 2014
|
07:56 wen
- Update to 2.6.0
Submitted by: rhurlin@gwdg.de(maintainer, via email)
 |
Saturday, 8 Nov 2014
|
11:30 wen
- Bump PORTREVISION to chase the update of devel/spatialindex
 |
07:53 riggs
Fix runtime errors with gcc 4.8
Additional enhancements:
- Enable Fortran again (thanks to thierry@)
- Add python and pgsql to USES=
- Correct grass dependency version: 6.4.3 to 6.4.4 (bug 192624)
- Ensure presence of GRASS, if option enabled
- Use ${PYTHON_PKGNAMEPREFIX}name>[compatible-version] scheme
- Broken on FreeBSD < 9.0, if option GRASS enabled (utempter.h problem)
- Correct typo for 'RUN_DEPENDS' in previous patch, sorry.
- Remove dirrmtry entries
- graphics/mapserver (+ www/fcgi) for mapscript capabilities
- rename %%QGIS_FCGI%% to %% QGIS_MAPSERVER%%
PR: 194060
Submitted by: mazhe@alkumuna.eu
Reviewed by: rhurlin@gwdg.de (maintainer)
 |
Tuesday, 21 Oct 2014
|
16:36 mva
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Sunday, 17 Aug 2014
|
13:09 tijl
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
 |
Sunday, 10 Aug 2014
|
14:34 marino
graphics/qgis: Upgrade version 2.2.0 => 2.4.0
PR: 191837
Submitted by: maintainer (Rainer Hurling)
 |
Friday, 18 Jul 2014
|
13:07 sunpoet
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
 |
Friday, 11 Jul 2014
|
11:16 sunpoet
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1]
 |
Friday, 4 Jul 2014
|
09:41 tijl
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
 |
Monday, 23 Jun 2014
|
02:44 amdmi3
- Convert databases/spatialite to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Saturday, 26 Apr 2014
|
18:18 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
 |
Sunday, 9 Mar 2014
|
13:21 wen
- Fix pkg-plist
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer, via email)
 |
Saturday, 8 Mar 2014
|
11:26 wen
- Fix pkg-plist
PR: 187141
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
 |
Wednesday, 26 Feb 2014
|
15:46 wen
- Update to 2.2.0
- Change MASTER_SITES to github
- Add license
- Use new LIB_DEPENDS format
- Use clang with new compiler features, if possible
- Remove BROKEN for 7.x
- Only default option is postgis now
- Support staging
- Pass maintainership to submitter
Submitted by: rhurlin@gwdg.de(via Email)
 |
Monday, 6 Jan 2014
|
16:24 makc
- Add explicit dependence on Qt 4 components
PR: ports/185101
Approved by: general blanket approval
 |
Tuesday, 5 Nov 2013
|
12:42 wen
- Bump PORTREVISION to chase the update of databases/spatialite
 |
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
 |
Wednesday, 11 Sep 2013
|
13:58 wg
graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
 |
Monday, 26 Aug 2013
|
16:06 bf
Update math/gsl to 1.16 and adjust some dependent ports
 |
Wednesday, 21 Aug 2013
|
03:46 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
 |
Sunday, 7 Apr 2013
|
11:58 wen
- Fix build
Approved by: portmgr(miwi@)
 |
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
 |
Friday, 8 Mar 2013
|
11:32 bapt
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
 |
Monday, 25 Jun 2012
|
06:46 wen
- Update to 1.8.0
- Convert to optionsNG
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 25 May 2012
|
01:50 makc
Chase PyQT update
 |
Wednesday, 23 May 2012
|
07:34 wen
- Update DEPENDS for postgis option
PR: 167954
Submitted by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
 |
Saturday, 19 May 2012
|
10:07 sunpoet
- Bump PORTREVISION for graphics/gdal shlib change
 |
Monday, 7 May 2012
|
08:12 wen
- Bump PORTREVISION to chase the update of graphics/proj
 |
07:10 wen
- Bump PORTREVISION to chase the update of graphics/geos
 |
Thursday, 8 Mar 2012
|
10:22 wen
- Chase the update of databases/grass
 |
Thursday, 23 Feb 2012
|
06:12 wen
- Update to 1.7.4
 |
Tuesday, 13 Dec 2011
|
06:03 wen
- Update to 1.7.3
Feature safe: yes
 |
Wednesday, 23 Nov 2011
|
02:07 wen
- Update to 1.7.2
Feature safe: yes
 |
Monday, 14 Nov 2011
|
03:26 rakuco
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
 |
Number of commits found: 351 (showing only 100 on this page) |