notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: graphics/qgis/Makefile

Number of commits found: 351 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Tuesday, 26 Feb 2019
21:13 swills search for other commits by this committer
graphics/qgis: Update to 3.6.0

PR:		235961
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:493982 
Saturday, 2 Feb 2019
06:48 danfe search for other commits by this committer
- Update `databases/grass7' to version 7.6.0
- Reformat pkg-message for better readability
  and kill stray EOL whitespace

PR:		235307
Submitted by:	maintainer
Original commitRevision:491916 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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)
Original commitRevision:490472 
Tuesday, 15 Jan 2019
21:30 tcberner search for other commits by this committer
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)
Original commitRevision:490430 
Monday, 7 Jan 2019
18:31 antoine search for other commits by this committer
Fix build with DEFAULT_VERSIONS=python=3.x

PR:		234633
Original commitRevision:489603 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Wednesday, 28 Nov 2018
08:17 wen search for other commits by this committer
- 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)
Original commitRevision:486082 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
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
Original commitRevision:485614 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Saturday, 23 Jun 2018
08:27 tcberner search for other commits by this committer
Update math/gsl to 2.5

PR:		229067
Original commitRevision:473116 
Sunday, 29 Apr 2018
16:19 tcberner search for other commits by this committer
Update the QScintilla2 ports to 2.10.4
Original commitRevision:468632 
Saturday, 14 Apr 2018
13:16 tcberner search for other commits by this committer
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
Original commitRevision:467317 
11:09 tcberner search for other commits by this committer
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
Original commitRevision:467306 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Monday, 26 Feb 2018
08:29 yuri search for other commits by this committer
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)
Original commitRevision:462996 
Sunday, 18 Feb 2018
09:55 rakuco search for other commits by this committer
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
Original commitRevision:462214 
Sunday, 21 Jan 2018
16:55 madpilot search for other commits by this committer
- Update qgis to 2.18.15
- Fix TEST option

PR:		224404
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>  (maintainer)
Original commitRevision:459618 
Saturday, 9 Dec 2017
19:23 riggs search for other commits by this committer
Update to upstream version 2.18.14

PR:		223887
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:455872 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Saturday, 2 Sep 2017
14:23 sunpoet search for other commits by this committer
Update to 3.2.0

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
Original commitRevision:449138 
Sunday, 20 Aug 2017
12:44 riggs search for other commits by this committer
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)
Original commitRevision:448420 
Sunday, 30 Jul 2017
14:18 pi search for other commits by this committer
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
Original commitRevision:446935 
Monday, 3 Jul 2017
20:38 tcberner search for other commits by this committer
Update math/gsl to 2.4

Exp-Run by:	antoine
PR:		220408
Original commitRevision:444988 
Tuesday, 2 May 2017
05:26 tcberner search for other commits by this committer
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
Original commitRevision:439928 
Sunday, 30 Apr 2017
13:11 rakuco search for other commits by this committer
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)
Original commitRevision:439815 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Monday, 13 Mar 2017
04:13 jbeich search for other commits by this committer
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)
Original commitRevision:436040 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
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
Original commitRevision:433310 
Thursday, 2 Feb 2017
19:09 rm search for other commits by this committer
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
Original commitRevision:433176 
Friday, 23 Dec 2016
03:15 wen search for other commits by this committer
- 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)
Original commitRevision:429216 
Friday, 16 Dec 2016
05:08 jbeich search for other commits by this committer
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
Original commitRevision:428641 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
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
Original commitRevision:428057 
Tuesday, 22 Nov 2016
21:56 antoine search for other commits by this committer
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Original commitRevision:426869 
Friday, 28 Oct 2016
17:13 jbeich search for other commits by this committer
math/py-numpy: track PORTEPOCH in consumers
Original commitRevision:424866 
Sunday, 11 Sep 2016
14:33 wen search for other commits by this committer
- Fix build with GRASS option with updating DGRASS_PREFIX
Original commitRevision:421825 
Thursday, 9 Jun 2016
11:07 amdmi3 search for other commits by this committer
- Update to 2.14.3

PR:		210070
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:416589 
Wednesday, 1 Jun 2016
13:15 mat search for other commits by this committer
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
Original commitRevision:416242 
Tuesday, 3 May 2016
16:23 madpilot search for other commits by this committer
Update to 2.14.2

PR:		209178
Submitted by:	Rainer Hurling <rhurlin at gwdg.de> (maintainer)
Original commitRevision:414537 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 31 Mar 2016
06:16 wen search for other commits by this committer
- 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)
Original commitRevision:412204 
Tuesday, 1 Mar 2016
10:43 madpilot search for other commits by this committer
Update to 2.14.0

PR:		207551
Submitted by:	Rainer Hurling <rhurlin at gwdg.de> (maintainer)
Original commitRevision:409866 
Thursday, 18 Feb 2016
20:36 amdmi3 search for other commits by this committer
- Update to 2.12.3

PR:		206412
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:409128 
Tuesday, 16 Feb 2016
07:00 lme search for other commits by this committer
- 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
Original commitRevision:408979 
Sunday, 10 Jan 2016
16:55 bapt search for other commits by this committer
Convert g* and i* to USES=sqlite and USES=firebird
Original commitRevision:405724 
05:37 miwi search for other commits by this committer
- Update to 2.12.2
- Switch to options helper
- Switch to USES=execinfo [1]

PR:		205082 205702 [1]
Submitted by:	maintainer, pawel [1]
Original commitRevision:405663 
Sunday, 13 Dec 2015
12:45 rakuco search for other commits by this committer
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
Original commitRevision:403662 
Thursday, 29 Oct 2015
20:21 riggs search for other commits by this committer
Update to upstream version 2.12.0

PR:		204070
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:400476 
Sunday, 30 Aug 2015
10:18 rakuco search for other commits by this committer
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)
Original commitRevision:395606 
Monday, 10 Aug 2015
19:55 riggs search for other commits by this committer
- Update dependency to databases/grass
- Bump PORTREVISION

PR:		201983
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:393899 
Saturday, 25 Jul 2015
20:21 riggs search for other commits by this committer
Update to upstream version 2.10.1

PR:		201814
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:392906 
Thursday, 9 Jul 2015
16:05 sunpoet search for other commits by this committer
- 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
Original commitRevision:391657 
Sunday, 28 Jun 2015
06:59 wen search for other commits by this committer
- 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)
Original commitRevision:390738 
Monday, 15 Jun 2015
13:03 wen search for other commits by this committer
- 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)
Original commitRevision:389704 
Wednesday, 13 May 2015
23:54 wen search for other commits by this committer
- Update to 2.8.2
- Add CPE

PR:		200144
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (mainatiner)
Original commitRevision:386279 
Saturday, 2 May 2015
20:42 brd search for other commits by this committer
Fix pkg-plist.. portlint isn't always correct about .info files.

PR:		199552
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	bdrewery (mentor)
Original commitRevision:385218 
03:52 brd search for other commits by this committer
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)
Original commitRevision:385165 
Saturday, 28 Feb 2015
23:42 wen search for other commits by this committer
- Update to 2.8.1

PR:		197928
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (maintainer)
Original commitRevision:380166 
Monday, 19 Jan 2015
22:49 riggs search for other commits by this committer
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)
Original commitRevision:377488 
Saturday, 20 Dec 2014
17:12 pawel search for other commits by this committer
- 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]
Original commitRevision:375012 
Sunday, 14 Dec 2014
19:16 riggs search for other commits by this committer
- Update to 2.6.1
- Fix build error for 8.x and 9.x (base flex)

PR:		195875
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:374719 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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)
Original commitRevision:374303 
Sunday, 9 Nov 2014
07:56 wen search for other commits by this committer
- Update to 2.6.0

Submitted by:	rhurlin@gwdg.de(maintainer, via email)
Original commitRevision:372341 
Saturday, 8 Nov 2014
11:30 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of devel/spatialindex
Original commitRevision:372316 
07:53 riggs search for other commits by this committer
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)
Original commitRevision:372306 
Tuesday, 21 Oct 2014
16:36 mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371326 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Sunday, 17 Aug 2014
13:09 tijl search for other commits by this committer
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Original commitRevision:365182 
Sunday, 10 Aug 2014
14:34 marino search for other commits by this committer
graphics/qgis: Upgrade version 2.2.0 => 2.4.0

PR:		191837
Submitted by:	maintainer (Rainer Hurling)
Original commitRevision:364545 
Friday, 18 Jul 2014
13:07 sunpoet search for other commits by this committer
- 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
Original commitRevision:362205 
Friday, 11 Jul 2014
11:16 sunpoet search for other commits by this committer
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:361523 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
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)
Original commitRevision:360588 
Monday, 23 Jun 2014
02:44 amdmi3 search for other commits by this committer
- Convert databases/spatialite to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:358893 
Saturday, 26 Apr 2014
18:18 sunpoet search for other commits by this committer
- 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
Original commitRevision:352357 
Sunday, 9 Mar 2014
13:21 wen search for other commits by this committer
- Fix pkg-plist

Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, via email)
Original commitRevision:347569 
Saturday, 8 Mar 2014
11:26 wen search for other commits by this committer
- Fix pkg-plist

PR:		187141
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:347479 
Wednesday, 26 Feb 2014
15:46 wen search for other commits by this committer
- 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)
Original commitRevision:346211 
Monday, 6 Jan 2014
16:24 makc search for other commits by this committer
- Add explicit dependence on Qt 4 components

PR:		ports/185101
Approved by:	general blanket approval
Original commitRevision:338906 
Tuesday, 5 Nov 2013
12:42 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of databases/spatialite
Original commitRevision:332843 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Wednesday, 11 Sep 2013
13:58 wg search for other commits by this committer
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)
Original commitRevision:326981 
Monday, 26 Aug 2013
16:06 bf search for other commits by this committer
Update math/gsl to 1.16 and adjust some dependent ports
Original commitRevision:325401 
Wednesday, 21 Aug 2013
03:46 sunpoet search for other commits by this committer
- 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
Original commitRevision:325086 
Sunday, 7 Apr 2013
11:58 wen search for other commits by this committer
- Fix build

Approved by:	portmgr(miwi@)
Original commitRevision:315752 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Monday, 25 Jun 2012
06:46 wen search for other commits by this committer
- Update to 1.8.0
- Convert to optionsNG
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Wednesday, 23 May 2012
07:34 wen search for other commits by this committer
- Update DEPENDS for postgis option

PR:             167954
Submitted by:   Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
Original commit
Saturday, 19 May 2012
10:07 sunpoet search for other commits by this committer
- Bump PORTREVISION for graphics/gdal shlib change
Original commit
Monday, 7 May 2012
08:12 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/proj
Original commit
07:10 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/geos
Original commit
Thursday, 8 Mar 2012
10:22 wen search for other commits by this committer
- Chase the update of databases/grass
Original commit
Thursday, 23 Feb 2012
06:12 wen search for other commits by this committer
- Update to 1.7.4
Original commit
Tuesday, 13 Dec 2011
06:03 wen search for other commits by this committer
- Update to 1.7.3

Feature safe:   yes
Original commit
Wednesday, 23 Nov 2011
02:07 wen search for other commits by this committer
- Update to 1.7.2

Feature safe:   yes
Original commit
Monday, 14 Nov 2011
03:26 rakuco search for other commits by this committer
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
Original commit

Number of commits found: 351 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »