Commit graph

108 commits

Author SHA1 Message Date
Thierry Thomas
779c36f5c4 - 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)
2015-04-22 20:16:04 +00:00
Baptiste Daroussin
a5da770e67 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
2015-03-21 23:05:19 +00:00
Raphael Kubo da Costa
fd3f359034 Add upstream patch to make the port build with the upcoming CMake 3.1.0. 2014-12-30 20:57:21 +00:00
Antoine Brodin
942951d86b Cleanup plist 2014-11-14 09:39:21 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Tijl Coosemans
15c4a5ecf3 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)
2014-09-17 07:38:15 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Baptiste Daroussin
92d2225b80 Do not overwrite USES 2014-05-27 16:11:38 +00:00
Baptiste Daroussin
e836ab008a 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)
2014-05-26 15:28:28 +00:00
Stephen Montgomery-Smith
0d7d4b70bd - Chase revision r353615 to math/qhull5. 2014-05-10 21:54:54 +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
Thierry Thomas
2f498ee636 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.
2014-03-06 15:04:23 +00:00
John Marino
c62a1a534e math/plplot: Upgrade from dev ver 5.9.10 to latest stable ver 5.10.0 2014-02-16 19:24:06 +00:00
Tijl Coosemans
564a799c71 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)
2014-02-16 17:15:31 +00:00
Thierry Thomas
015bed6ef7 - Upgrade to 5.9.10
Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/

- Pet portlint

- Use staging.
2013-10-02 13:17:06 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Antoine Brodin
eb4b4f9964 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:01:12 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
073078520e - Fix build with FORTRAN on
PR:		176535
Submitted by:	Ports Fury
2013-03-14 05:30:28 +00:00
Martin Wilke
b5fd228450 - Fix build
PR:		175579
Submitted by:	ports fury
2013-02-04 14:17:48 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Lars Engels
b18fcb0248 - Update devel/lasi to 1.1.1
- Chase library version bump
2012-06-02 11:03:43 +00:00
Pav Lucistnik
ee98cbec65 - 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
2012-05-06 19:36:52 +00:00
Martin Wilke
44bbefc199 - Update to 5.9.9
PR:		162631
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:	yes
2011-11-20 07:51:54 +00:00
Stephen Montgomery-Smith
67b00ab019 - LIB_DEPENDS qhull -> qhull5
- Bump portrevision

PR:		ports/161089
2011-10-03 03:55:31 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Baptiste Daroussin
1a9fb4be04 remove useless dependency on gmake 2011-04-20 21:51:41 +00:00
Max Brazhnikov
132402b354 CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles 2011-04-10 08:48:14 +00:00
Max Brazhnikov
ca1769779c Utilize CMAKE_BUILD_TYPE plist substitution 2011-04-10 08:41:46 +00:00
Martin Wilke
9042153d91 - Update to 5.9.7
PR:		154616
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-03-04 15:27:44 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
c1b48350c5 - Update to 5.9.6
PR:		ports/148969
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2010-08-04 23:49:13 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
a72e9fbd79 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-01-28 22:54:40 +00:00
Pav Lucistnik
f35a54d577 - Fix a typo in optional dependency
PR:		ports/143295
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2010-01-28 22:53:50 +00:00
Thierry Thomas
81a619599c 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
2009-12-30 22:50:25 +00:00
Thierry Thomas
c4ed487b1d Fix for the case WITHOUT_X11.
Notified by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2009-12-30 11:26:21 +00:00
Thierry Thomas
0242a38770 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.
2009-12-29 13:43:18 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Dmitry Marakasov
52e64acacb - 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)
2009-05-05 23:00:02 +00:00
Gerald Pfeifer
5339b81f88 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)
2009-01-18 20:32:20 +00:00
Dmitry Marakasov
034c1b69c7 - 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)
2009-01-12 03:27:03 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Beech Rintoul
60e9a12c8f - Make Fortran support conditional
- Pass maintainership to submitter

PR:		ports/130121
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2009-01-02 19:56:38 +00:00