Commit graph

76 commits

Author SHA1 Message Date
Koop Mast
652724b9ab * Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
  so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
  any updates anymore. Or are slave ports, so only the master port will
  get checked.
2015-08-08 13:56:32 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
288accf75f - Add CPE info
- Add LICENSE

Approved by:	portmgr blanket
2015-05-13 14:24:51 +00:00
Wen Heping
ee79638eef - Update graphics/libspiro to 0.2.20131203
PR:		196202
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
2014-12-28 14:53:29 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Koop Mast
f0f646d041 Use new GIMP master sites macro.
Drop :keepla from USES=libtool.
Switch logic in the SIMD option in babl.
2014-12-09 16:58:53 +00:00
Baptiste Daroussin
8b87944ab1 Cleanup plist 2014-12-09 12:44:10 +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
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Adam Weinberger
1f65a30b2a Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
Adam Weinberger
3ea4f8af7b Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:30:08 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Koop Mast
f0d420777d Fix packaging when pixbuf option is not selected.
PR:		189956
Reported by:	freebsd@nagilum.org
2014-06-05 19:49:19 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
8bfc3dd55b Switch to lua 5.2 2014-04-21 23:25:22 +00:00
Baptiste Daroussin
29b378ee85 Fix typo
Reported by:	swills
2014-04-11 18:57:02 +00:00
Baptiste Daroussin
98dfc748e5 Support stage
USES=libtool
2014-04-11 16:04:08 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Tijl Coosemans
2a411fb2c8 - Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
  (Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.

PR:		ports/186779 [1]
2014-03-19 19:26:59 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Rusmir Dusko
1752bb5a6e graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
2013-10-31 00:32:31 +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
Koop Mast
94fad015f4 Add patch to fix ruby script with ruby 1.9+ [1]
Remove Obsolete reinplace lines.
Make sure we have ruby and bash available for building docs and not depend
  on others to supply it.
Don't install docs double.

PR:		ports/179531 [1]
Submitted by:	bar@
2013-06-17 19:26:33 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
Jeremy Messenger
e9b9cf3659 Add a missing build time dependency, graphviz, for DOCS option.
Reported by:	green dog <fiziologus@gmail.com>
2013-03-22 15:39:45 +00:00
Jeremy Messenger
e76c25a332 - fix packing list
- remove indefinite article from COMMENT, while here
- bump PORTREVISION

PR:		ports/176982
Submitted by:	rm
2013-03-20 03:02:51 +00:00
Jeremy Messenger
ed55e8e00c Fix the plist when Jasper disabled.
PR:		ports/176903
Submitted by:	r4721@tormail.org (no name, just email in PR)
2013-03-20 02:59:46 +00:00
Jeremy Messenger
c01b9a03da Add a check on if graphviz is installed with PANGOCAIRO support. If not then
give an error about it.
2013-03-19 22:16:27 +00:00
Koop Mast
9e7c5b0e43 Update to 0.2.0
Convert to OptionsNG, switch to pathfix instead of gnomehack.
Fix plist issue [1]

PR:		ports/175773 [1]
PR:		ports/176447 [1]
Submitted by:	Eric Krausser <eric@krausser-edv.de> [1],
		Dmitry Marakasov <amdmi3@amdmi3.ru> [1]
Obtained from:	gnome team repo
2013-03-11 12:18:11 +00:00
Koop Mast
dbf27125d9 Update graphviz LIB_DEPEND line, the old library was dropped from the graphviz
package. [1]
Remove obsolete reinplace line, was applied by upstream. [2]

Reported by:	Mike Harding <mvharding@gmail.com> [1],
		Rainer Hurling <rhurlin@gwdg.de> [2]
Pointyhat to:	dinoex@ [1]
2013-01-27 17:59:00 +00:00
Koop Mast
db1c579b1f Fix doc build.
While here remove DOCS option.

Submitted by:	many
2013-01-27 11:31:19 +00:00
Koop Mast
f9ba9137f2 Patch Makefile.in instead of Makefile.am this prevents autofoo from being run [1]
Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [2]
Switch to OptionsNG. This renames the RSVG->LIBRSVG2 and GDK->PIXBUF options[2]
Remove shlib version in lib_DEPENDS lines [2]
Trim Makefile Header while here
Bump portrevision since default depends changed.

PR:		ports/168464 (reported by) [1]
Submitted by:	Jan Beich <jbeich@tormail.org> [1]
Obtained from:	GNOME staging area [2]
2013-01-25 21:10:02 +00:00
Steve Wills
bb851b4028 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 03:32:27 +00:00
Jeremy Messenger
3cf2c2e925 - backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined,
so disable libexecinfo.
- Update the header.

PR:		ports/169649
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-12-30 05:58:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jeremy Messenger
f8b66ee5ef Get its configure to recognize amd64 by s/x86_64/amd64/g to enable SSE/MMX.
PR:		ports/167721
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-20 20:24:46 +00:00
Jeremy Messenger
135d0b1c12 Turns gdk-pixbuf2 and jasper dependencies into optional and correct dependency
by change from gtk20 to gdkpixbuf2. Bump the PORTREVISION.

PR:		ports/167721
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-20 16:39:14 +00:00
Jeremy Messenger
969017be8e Fix the build by add -lintl.
PR:		ports/163121
Submitted by:	freebsd@nagilum.org
Feature safe:	yes
2012-03-14 15:24:09 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Koop Mast
75db61c222 Fix plist by including 2 missed files, bump portrevision. Add build depend on
gobject-introspection just to be sure.

Submitted by:	pointyhat (via pav)
Feature safe:	yes
2011-12-03 14:37:21 +00:00
Pietro Cerutti
57f7ba577f - Pass maintainership to the gnome team. Updates to this port were anyway to be
discussed with them because of gegl's close relationship with x11/babl and
  graphics/gimp-app.

Approved by:	kwm (for gnome@)
Feature safe:	yes
2011-11-29 08:09:22 +00:00
Pietro Cerutti
f85535115b - Fix PLIST when using JPEG, SDL or OPENEXR.
- Unbreak with FFMPEG

Reported by:	PH (via pav)
Feature safe:	yes
2011-11-28 09:46:57 +00:00
Pietro Cerutti
467406db2b - Fix build with NOPORTDOCS
PR:		162757
Submitted by:	Piotr Kubaj <pkubaj@gmail.com>
Feature safe:	yes
2011-11-23 08:52:31 +00:00
Pietro Cerutti
0a476a78bf - Disable VALA support
PR:		162753
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com>
Feature safe:	yes
2011-11-22 12:58:08 +00:00
Pietro Cerutti
f3b3295041 - Update to 0.1.8
ChangeLog: http://git.gnome.org/browse/gegl/log/
  News: http://git.gnome.org/browse/gegl/tree/NEWS

Feature safe:	yes
2011-11-22 08:52:53 +00:00
Steve Wills
159f874da3 - Remove unneeded dependency on ruby
PR:		ports/161192
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
Approved by:	gahr (maintainer)
2011-10-27 14:23:50 +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