Commit graph

466 commits

Author SHA1 Message Date
Koop Mast
ea453ab321 Unbreak install when the perl option is off.
Submitted by:	adamw@, Mike harding <mvharding@gmail.com>
2014-11-11 21:07:12 +00:00
Koop Mast
12089f1b84 Fix typo in PORTREVISION.
It is clearly not my day.
2014-11-11 13:19:52 +00:00
Koop Mast
0aef8aee8f Fix plist. 2014-11-11 12:20:03 +00:00
Koop Mast
502d2f98b1 Unbreak LICENSE_FILE 2014-11-11 09:42:33 +00:00
Koop Mast
c2f6fdf8ac Update to 6.8.9-10.
Remove implicit liblqr-1 depend [1]

PR:		194780 [1]
Submitted by:	 Robert Schulze <rs@bytecamp.net> [1]
2014-11-11 08:03:27 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Koop Mast
2c72183a0f Add missing depend on liblqr-1.
Submitted by:	Daniel Reichelt <reicheltmail@googlemail.com>
2014-10-15 20:52:44 +00:00
Koop Mast
cb974625ea ImageMagick tries to find out the cpu features and enables a matching
-march, this is not desirable for package building.
Disable this feature by default since it machine specific and add a
SIMD option if users want to enable it.
2014-10-12 23:56:13 +00:00
Tijl Coosemans
49d24ca548 graphics/djvulibre:
- Add USES=libtool and bump dependent ports
- Remove threading related patches
2014-10-05 21:30:26 +00:00
Koop Mast
52453626a1 Update to 6.8.9-8. 2014-09-28 10:38:02 +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
Dmitry Marakasov
e6df9044ed - Drop .la files for graphics/liblqr-1, no dependees require them
- Bump dependent ports as .so version has changed
2014-09-15 18:35:30 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Tijl Coosemans
3bd8e1bebe - Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-24 21:30:44 +00:00
Antoine Brodin
f6510d29d0 Fix the previous fix
Pointed by:	kwm
2014-07-24 07:34:52 +00:00
Antoine Brodin
33ee85e371 Fix another (harmless) bug in OPTIONS conversion 2014-07-24 05:54:50 +00:00
Antoine Brodin
144d4aa243 Fix bug in OPTIONS conversion 2014-07-24 05:44:53 +00:00
Koop Mast
6041e9d52d Convert from WITHOUT_X11 to Options X11.
PR:		188895
Submitted by:	Vick Khera <vivek@khera.org>
2014-07-23 12:10:14 +00:00
Koop Mast
78c066a443 Reenable PERL option by default, this will unbreak the build of WebMagick.
This was lost in the 6.8.0.7 update to 6.8.9.3.

PR:		185462
Reported by:	marino@
2014-07-06 12:16:06 +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
Tijl Coosemans
d1fcd0bb4b Bump PORTREVISION for jbigkit library version bump.
Approved by:	portmgr (implicit)
2014-06-22 16:46:17 +00:00
Koop Mast
d3a128eae8 IM uses .la files to find the plugins. Add :keepla back to USES=libtool,
and a note that it is needed.

Reported by:	Alex V. Petrov <alexvpetrov@gmail.com>
2014-06-18 14:34:55 +00:00
Koop Mast
83105455ed Catch up with recent perl changes. Fix the plist when PERL support is enabled.
Reported by:	Ajtim <lumiwa@gmail.com>
2014-06-18 09:58:39 +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
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Tijl Coosemans
54e5fbdbf6 Convert to USES=libtool. 2014-04-30 17:27:08 +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
Koop Mast
06abd2e207 Adopt. 2014-02-06 09:39:13 +00:00
Thomas Zander
dbf205802f - Adjust location of freetype headers in ImageMagick sources
- Bump PORTREVISION

Note that this is a stop-gap to avoid runtime errors with ImageMagick.
It allows for working pkg builds with default PREFIX/LOCALBASE.
A more substantial rework and upgrade of the ImageMagick port needs to be conducted.

PR:		ports/186170, ports/186171
Submitted by:	Vivek Khera <vivek@khera.org>, Alexander Panyushkin <vsityz@gmail.com>
Approved by:	mentor (thierry)
MFH:		2014Q1
2014-02-02 22:44:22 +00:00
Matthias Andree
2b9012778f Fix packaging with MODULES option disabled, by not trying to package
empty directories.

Submitted by:	Lowell Gilbert
2014-01-16 00:53:51 +00:00
Matthias Andree
de71fae136 Convert to staging. Beat Perl's .packlist into shape.
Fix shebang line in one example file.

Approved by: portmgr (implicit, blanket)
2014-01-14 03:23:01 +00:00
Matthias Andree
502ab8a3cc USE_GMAKE -> USES=gmake.
Approved by:	portmgr@ (implicit, blanket)
2014-01-14 02:49:02 +00:00
Christian Weisgerber
549b01a3f6 xz has been in base long enough, drop workarounds for unsupported releases. 2014-01-12 22:53:59 +00:00
Raphael Kubo da Costa
3b47a15e59 Go back to 6.8.0 :(
This reverts r338918, r338948, r338951 and r338953 (modulo reassigning the
port to ports@, some comment fixes and the removal of a patch that was meant
for FreeBSD 7).

ImageMagick is normally a beast to update, and somewhere between 6.8.0 and
6.8.8 the developers also decided to change the naming scheme for their
libraries, which requires updating tons of ports in the tree and bumping a
lot of PORTREVISIONs. I do not have the time for that at the moment, so it's
safer to go back to what was working and let a braver soul handle the update
properly later, otherwise the tree will be on fire for quite a while.

ache: I'm truly sorry for reverting your PerlMagick commits, but I couldn't
test if they still worked with the older version in a timely fashion.
2014-01-07 00:23:34 +00:00
Andrey A. Chernov
7e29969dac Add new PerlMagick files to pkg-plist.
Move Makefile comment where it belongs.
Return back PERL option as default one. At least basic PerlMagick
functions works in my testing.
2014-01-06 23:17:04 +00:00
Raphael Kubo da Costa
24948703a4 Revert weird LICENSE change that crept in in r338918.
Reported by:	ohauer@
2014-01-06 23:08:14 +00:00
Andrey A. Chernov
583c6bc221 Fix PerlMagick build and install 2014-01-06 22:07:24 +00:00
Raphael Kubo da Costa
825fdb8973 From the PR:
1. Update to 6.8.8-1
  2. Remove PerlMagick as default as it's broken various people on:
     http://www.imagemagick.org/discourse-server/viewforum.php?f=7&sid=b5596d2bbecf49db8100269f9f953150
     have also complained about broken PerlMagick
  3. Remove me as maintainer as I no longer have time to put up with IM's
     500 releases in a month.
  4. remove fourier patch as it was to fix something in 7.x which is now EOL

PR:		ports/185462
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
2014-01-06 18:32:16 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Xin LI
d64d948a5f Remove extra PORTREVISION. 2013-11-20 19:56:07 +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
1705e0676b Readd the PKGNAMESUFFIX it was used by a slave port 2013-10-04 09:32:54 +00:00
Baptiste Daroussin
d8352fb86c Do not arbitrary rename packages 2013-10-04 08:52:32 +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
Martin Matuska
c2a4b67e17 Bump some PORTREVISIONs due to graphics/webp update to 0.3.1 2013-09-09 22:49:20 +00:00
Antoine Brodin
c49ea8746c Magick-config and friends run depend on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 17:13:27 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00