Commit graph

73 commits

Author SHA1 Message Date
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Raphael Kubo da Costa
e984a3a1c4 Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.

This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5

I have also started a discussion about this on CMake's development list:

  http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464

It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).

PR:		ports/182981
Approved by:	portmgr (bdrewery)
2013-11-05 18:34:22 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +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
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Koop Mast
5aa7246575 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.
2012-08-04 22:52:02 +00:00
Pietro Cerutti
533d37a428 - Update to 3.8.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1851
2012-06-14 09:47:15 +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
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Pietro Cerutti
32fdb96500 - Update to 3.7.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1822
2012-02-28 09:39:10 +00:00
Pav Lucistnik
615df9b9d0 - Mark BROKEN on FreeBSD 7.X: does not compile
library/tulip/src/PluginLibraryLoader.cpp: In constructor 'tlp::PluginLibraryLoader::PluginLibraryLoader(std::string, tlp::PluginLoader*)':
  library/tulip/src/PluginLibraryLoader.cpp:232: error: invalid conversion from 'int (*)(const dirent*)' to 'int (*)(dirent*)'
  library/tulip/src/PluginLibraryLoader.cpp:232: error:   initializing argument 3 of 'int scandir(const char*, dirent***, int (*)(dirent*), int (*)(const void*, const void*))'
  *** Error code 1

Reported by:	pointyhat
Feature safe:	yes
2011-12-08 20:25:42 +00:00
Pietro Cerutti
bcfacab877 - Update to 3.6.1
This is a maintenance release with many bug fixes, especially in the
  rendering of edges and labels. It includes improvements for the Python
  Scripting view, and new methods for the management of subgraphs.

Feature safe:	yes
2011-11-22 10:36:12 +00:00
Pietro Cerutti
c6b8449180 - Update to 3.6.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1541
2011-08-04 14:02:41 +00:00
Baptiste Daroussin
21e419637c depends on qmake_build instead of qmake
Reported by:	makc@
Approved by:	gahr@
2011-04-26 08:46:57 +00:00
Baptiste Daroussin
1ed9a6a91e Remove useless dependency on gmake
Add dependency on qmake

PR:		ports/156532
Submitted by:	bapt@
Approved by:	gahr@
2011-04-21 13:07:39 +00:00
Pietro Cerutti
190d451ad0 - Update to 3.5.0
Release announcement: http://tulip.labri.fr/TulipDrupal/?q=node/1401
- Switch build system to CMake
2011-04-12 15:32:01 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pietro Cerutti
3c47554bdc - Update to 3.4.1
Announcement: http://tulip.labri.fr/TulipDrupal/?q=node/781
2010-10-03 19:56:01 +00:00
Pietro Cerutti
b4ac0d577d - Update to 3.4.0
Feature safe:	yes
2010-07-01 13:32:19 +00:00
Pietro Cerutti
805405e396 - Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly

Approved by:	portmgr (pav)
2010-04-27 21:58:27 +00:00
Pietro Cerutti
5d0615a16c - Really fix dirent.h problems
Reported by:	PH (via pav)
2010-04-12 08:40:19 +00:00
Pietro Cerutti
ae0da90733 - Update to 3.3.1
- Unbreak after dirent.h MFC
2010-04-03 15:43:31 +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
Mark Linimon
65503a7431 Note that this also got broken with the dirent.h MFC.
Hat:		portmgr
2010-03-22 02:26:03 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Pietro Cerutti
8dc3e59caa - Chase distfile mismatch after silent update 2009-08-17 07:59:08 +00:00
Martin Wilke
5140a3cded - Change to new SFP macro 2009-08-14 18:17:57 +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
Pietro Cerutti
b3fc4b634c - Fix PORTDOCS installation
Reported by:	PH via pav
2009-06-19 17:38:11 +00:00
Pietro Cerutti
da3349820d - Chase unversioned distfile update by using DIST_SUBDIR
Reported by:	PH via pav
2009-06-15 20:52:54 +00:00
Pietro Cerutti
f42b3c9d0d - Update checksum of userManual.pdf
Reported by:	QA Tindie
2009-06-12 07:06:03 +00:00
Pietro Cerutti
309fe0ae67 - Refactor (fix) pkg-plist
Reported by:	QA Tindie,
		TB via pav@
cvs: ----------------------------------------------------------------------
2009-03-25 06:20:31 +00:00
Pietro Cerutti
aca7029af8 - Update to 3.1.2
* performance improvements: Open GL rendering of nodes has been improved;
    the undo/redo mechanism has been also improved.
  * bug fixes: the management of multiple views has been improved.
  * http proxy management: the plugins manager allows the download of plugins
    through the use of an http proxy.
2009-03-22 22:05:35 +00:00
Pietro Cerutti
40b8f17b70 - Update to 3.1.1 2009-03-10 20:59:20 +00:00
Florent Thoumie
340b57f8be - 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).
2009-01-23 16:28:36 +00:00
Pietro Cerutti
92f3b53fcd - Update to 3.0.3 2008-11-28 11:15:37 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
16d82841ce - Fix build after qt 4.4.1 update 2008-08-04 23:33:44 +00:00
Pietro Cerutti
6bc2172889 - Fix dependency list
- Bump PORTREVISION

Reported by:	miwi
2008-07-30 16:53:52 +00:00
Pietro Cerutti
658f6d2c05 - Update to 3.0.2 2008-07-18 14:20:29 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Pietro Cerutti
be0ecc7e91 My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by:	miwi (mentor)
2008-02-21 21:20:01 +00:00
Pav Lucistnik
cd7637457d - Mark BROKEN on amd64 and ia64 with gcc 4.2
Reported by:	pointyhat
2008-01-30 18:45:15 +00:00
Martin Wilke
63707e6ba1 - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		ports/118867
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-22 15:24:41 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kris Kennaway
5386c4229e BROKEN on 7.0: does not comopile 2007-04-21 17:27:49 +00:00
Martin Wilke
5bb58d3e35 - Respect X11BASE
PR:		ports/106158
Submitted by:	trasz
2006-12-03 23:21:59 +00:00