Commit graph

126 commits

Author SHA1 Message Date
Koop Mast
e94d67208e Switch abiword to using libwpg-0.3, which would be used if installed even.
While here remove commented out lines regarding poppler.
2016-01-26 19:00:01 +00:00
Koop Mast
cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Dmitry Marakasov
e1c06cf7e7 - Add missing python run-dependency (inkscape installs bunch of python scripts)
PR:		203517
Submitted by:	amdmi3
Approved by:	kwm
2015-10-06 17:55:24 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Dmitry Marakasov
da0cb61fc0 - Fix another shebang
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-03 14:46:25 +00:00
Don Lewis
a6dfd1234d Unbreak graphics/inkscape build on FreeBSD 9.3 i386.
The base version of clang 3.4.1 in FreeBSD 9.3 is missing some
patches that are present in clang 3.4.1 in FreeBSD 10.1.  One of
these patches appears to fix a code generation bug on i386 that is
triggered when building graphics/inkscape.

Work around this issue by building inkscape with lang/clang34 from
ports on FreeBSD 9.3 i386.

Approved by:	mat (mentor)
MFH:		2015Q2
Differential Revision:	https://reviews.freebsd.org/D2417
2015-04-30 23:29:35 +00:00
Bartek Rutkowski
6f19cf37ae graphics/inkscape: add CPE information
PR:		197524
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	kwm (blanket)
2015-03-24 21:32:08 +00:00
Koop Mast
1f627f687d Update ImageMagick to 6.9.0-10.
- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
  library names where normalized.

Due to libMagick++-6.so bump, chase depend ports.
2015-03-10 12:35:58 +00:00
Koop Mast
2d5553a42c Fix the build on 9.x and 8.x.
The build problem exhibits itself as a internal compiler error on 9 and
code issues on 8.x. Solve this by making sure inkscape uses a newer compiler
via the USES=compiler framework.

Reported by:	Robert Backhaus (via IRC)
2015-02-09 12:41:43 +00:00
Koop Mast
0bebae225a Update inkscape to 0.91.
Use option handlers.
Add options for dbus and visio, Coral Draw and Word Perfect graphics.
Add local hosting as fallback if https isn't possible.

Complete changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91
2015-02-08 21:58:08 +00:00
Koop Mast
563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00
Koop Mast
bb89f80c35 Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
2015-01-18 21:12:42 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
68ebee55b0 Properly support png15 2014-12-24 01:30:48 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Koop Mast
6b1c2ea085 Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
2014-11-07 09:55:22 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Koop Mast
238087016a Update to 0.48.5.
Adobe Illustrator SVG files containing entities can be loaded again
Support for Poppler 0.26
Support for Boehm-GC 7.4.0 and later
Several crash bugs were fixed

Remove the gnomevfs option.
Install all available manpages.
2014-10-20 09:12:19 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Koop Mast
f655a3d9cf Fix the build with beohm-gc 7.4.
patch-beohm-gc-7.4 optained from upstream. Homebrewed configure fix.
2014-07-10 19:26:34 +00:00
Koop Mast
84ef570146 Update to 6.8.9-4.
Document where the .la files are loaded from.
Don't rebuild ghostscript as build dep for when building packages with
 PACKAGE_BUILDING, only for when the test suite is enabled.
Actualy commit pkg-help, missed in the update to 6.8.9-3, woops.

Bump libMagick++ users since that library version got bumped.
2014-06-28 08:10:26 +00:00
Koop Mast
b84337ee07 Add libtool and tar:bzip2 to USES. sort. 2014-06-27 17:44:48 +00:00
Antoine Brodin
3954e854d8 attempt to fix index 2014-06-17 20:29:04 +00:00
Koop Mast
cf906e5cf2 Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
2014-06-17 20:05:30 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Koop Mast
020a0fb5ec Fix build with clang 3.4
Submitted by:	Matthew Rezny <matthew@reztek.cz>
Obtained from:	inkscape upstream
http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/10019#src/live_effects/lpe-perp_bisector.h
2014-04-14 10:32:54 +00:00
Koop Mast
660621c6f3 Only disable poppler is the option is unset, not always. This was
overlooked when inkscape was converted to new options.

PR:		ports/186528
Reported by:	Yuri <yuri@tsoft.com>
2014-02-08 10:25:02 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Koop Mast
d48807ae69 Fix the build with freetype 2.5.1. 2013-12-08 11:21:07 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Koop Mast
986800b602 Correct typo in one of the patches.
Submitted by:	Tomasz Sowa <t.sowa@ttmath.org>
2013-10-19 07:59:41 +00:00
Koop Mast
4466fdd01b Fix the build with clang and with libc++ [1]
Switch to new lib_depend syntax, stageify, USES=desktop-file-utils.
Quiet warning spam when building with clang.
Cleanup obsolete sed lines, rename patches with obsolete names.

Obtained from:	inkscape launchpad bug 1232474 and 0.48.x stable branch [1]
2013-10-18 14:37:58 +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
Andrej Zverev
184fe8daa4 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Reviewed by:	kwm@
Approved by:	kwm@ (gnome@)
2013-09-12 17:55:41 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Koop Mast
09fa4f3713 Update to 0.48.4.
Convert to optionsNG, update Makefile and comment. Remove shlib versions.
add USE_GCC=any since it doesn't compile with clang, and restrict manpages to
the english version only.
2013-03-08 10:58:45 +00:00
Beech Rintoul
26c7308fc8 - Bump port after ImageMagick update
- Remove version on Magick++
- Bump PORTREVISION
2012-12-11 03:18:53 +00:00
Andrej Zverev
e214c57b8f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:37:54 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alex Kozlov
014232b649 Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
2012-04-12 02:30:54 +00:00
Joe Marcus Clarke
a8aba46477 Switch libwpg dependency to fix the upgrade.
Submitted by:	bsam
2012-01-03 20:22:37 +00:00
Joe Marcus Clarke
e7729811d3 Update to 0.48.2.
PR:		163179
Submitted by:	bsam
2012-01-02 16:35:20 +00:00
Koop Mast
a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00
Martin Matuska
89b9de50ab Bump PORTREVISION and ImageMagick shared library 2011-10-11 19:38:24 +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
Koop Mast
284cf7e623 Chase poppler shlib bumps. 2011-08-23 18:36:20 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00