1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00
Bartek Rutkowski
7e67af59ab databases/spatialite: update 4.2.0 -> 4.3.0
- Add new options for postgis

PR:		201310
Submitted by:	Bartoletti <coder@tuxfamily.org> (maintainer)
2015-07-11 13:37:53 +00:00
Wen Heping
70e12eef45 - 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)
2015-06-15 13:03:11 +00:00
Pawel Pekala
bb4bca7ee1 - 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]
2014-12-20 17:12:36 +00:00
Tijl Coosemans
60945f0277 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)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Sunpoet Po-Chuan Hsieh
5425357367 - 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
2014-07-18 13:07:23 +00:00
Tijl Coosemans
a5185846f0 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)
2014-07-04 09:40:59 +00:00
Dmitry Marakasov
87d6c63c97 - Convert databases/spatialite to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-23 02:44:12 +00:00
Dmitry Marakasov
b851b8597f - Don't remove mtree directories
Approved by:	portmgr
2014-05-09 21:13:09 +00:00
Niclas Zeising
39fc32e828 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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Martin Wilke
eb721979d8 - Stage support 2014-02-14 15:42:12 +00:00
William Grzybowski
64be4e831d databases/spatialite: enable libxml2
- Enable libxml2
- USES pathfix pkgconfig

PR:		ports/184099
Submitted by:	maintainer
2013-11-30 14:55:34 +00:00
Wen Heping
52c5e4a71c - Update to 4.1.1
- Pass maintainership to submitter

PR:		183533
Submitted by:	lbartoletti <coder@tuxfamily.org>
Approved by:	Wen Heping(previous maintainer, myself)
2013-11-05 12:40:29 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)

While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions

Submitted by:	marino [1]
Reported by:	swills, antoine [1]
Submitted by:	bsam [2]
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:14:53 +00:00
William Grzybowski
84bf662fd0 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)
2013-09-11 13:58:27 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Pawel Pekala
6b9f8403c2 - spatialite: install pc file in correct place [1]
- spatialite_gui: unbreak, now configures properly and is able to
  find libspatialite installed by databases/spatialite

PR:		ports/170893 [1]
Submitted by:	myself [1]
Approved by:	maintainer timeout
2012-09-11 17:49:21 +00:00
Mark Linimon
88d9c9d8a2 Mark as broken on powerpc.
Hat:		portmgr
2012-09-08 07:49:05 +00:00
Wen Heping
bf5b36d825 - Mark BROKEN when ${OSVERSION} < 800000
Reported by:	pav@
2012-05-31 01:29:23 +00:00
Wen Heping
52b4e22cc8 - Update to 3.0.1
PR:		168153
Submitted by:	lbartoletti <coder@tuxfamily.org>
2012-05-24 01:30:23 +00:00
Wen Heping
b360c0c97b - Bump PORTREVISION to chase the update of graphics/proj 2012-05-07 08:12:53 +00:00
Wen Heping
e325acbc96 - Bump PORTREVISION to chase the update of graphics/geos 2012-05-07 07:10:22 +00:00
Matthew Seaman
f3b014b8b3 - Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3	     [1]
      audio/mp3unicode       [2]
      databases/spatialite   [3]
      deskutils/aspostit
      devel/bennugd-modules  [4]
      net/hinfo
      www/caudium14          [5]

Approved by:	shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
2012-02-26 17:47:02 +00:00
Wen Heping
970132ed9b - Fix build after geos update
Reported by: pav@
2011-07-02 23:50:43 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
bf254cbc02 - Bump PORTREVISION to chase the update of graphics/geos 2009-12-20 09:13:58 +00:00
Martin Wilke
78f963d9bd - Chase graphics/proj shlib bump 2009-11-27 23:17:38 +00:00
Martin Wilke
8acf9e7a27 - Chase graphics/geos shlib bump 2009-08-14 21:29:25 +00:00
Martin Wilke
c96dc494c6 - Chase graphics/geos shlib bump 2009-04-11 08:13:06 +00:00
Martin Wilke
21fcf577c2 - Update to 2.2
PR:		128457
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-11-01 21:59:18 +00:00
Martin Wilke
a4b6b0d67e SpatiaLite is just a small sized SQLite extension. Once you have installed
SpatiaLite (a very simple and elementary task), the SQLite DBMS is enable to
load, store and manipulate Spatial Data (aka GeographicData, GIS Data,
Cartographic Data, GeoSpatial Data, Geometry Data and alike). SpatiaLite
implements spatial extensions following the specification of the Open
Geospatial Consortium (OGC).

WWW:   http://www.gaia-gis.it/spatialite-2.0/index.html

PR:		ports/125528
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:43:50 +00:00