1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
Dmitry Marakasov
bb1573afe3 - Switch to @sample
- Drop @dirrm* from plist
- Add LICENSE_FILE
2015-05-25 21:34:22 +00:00
Andrey A. Chernov
d74e3ab46e Upgrade to 2.03pre26 2015-05-16 04:54:13 +00:00
Andrey A. Chernov
0747641627 Convert to USES=autoreconf (developer warning) 2015-05-15 04:59:35 +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
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +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
Adam Weinberger
d62a657948 Oops, meant pre-configure. Thanks, antoine! 2014-07-21 20:58:46 +00:00
Adam Weinberger
d1acf5b73f As suggested by ache, actually check for the presence of Image/Magick.pm and only barf if it
doesn't exist.
2014-07-21 20:53:56 +00:00
Adam Weinberger
d546d0feb7 Turn the wacky X11 check into an OPTION.
This program requires that ImageMagick be built with the PERL option enabled.
I don't know of any way to force this, so package building will be perpetually
broken. I at least added a warning message.
2014-07-21 16:45:40 +00:00
Andrey A. Chernov
a6a2ea0ea1 Update to 2.03pre25 2014-07-15 14:25:27 +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
Andrey A. Chernov
c361c0358d Convert to stage 2014-05-10 21:08:31 +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
Andrey A. Chernov
cee9066904 Upgrade to 2.03pre24 2014-01-06 14:35:06 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Andrey A. Chernov
182e5f6fc2 Upgrade to 2.03pre23 2013-08-08 07:12:36 +00:00
Andrey A. Chernov
3e1ce8c9e5 Upgrade to 2.03pre22 2013-08-07 22:02:21 +00:00
Andrey A. Chernov
faff7fe615 Update to 2.03pre21 2013-08-07 02:30:44 +00:00
Andrej Zverev
ce05caaae2 - Convert to new perl framework
- Trim Makefile header
2013-08-03 07:52:55 +00:00
Andrey A. Chernov
ed701e3452 Update to 2.03pre20 2013-07-30 20:57:59 +00:00
Andrey A. Chernov
818c39e40a Update to 2.03pre19 2013-07-29 21:18:04 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Andrey A. Chernov
2235ab2f61 Upgrade to 2.03pre18 2013-01-08 01:49:51 +00:00
Beech Rintoul
7c29ed9db4 - Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00
Andrey A. Chernov
0cc0251fce Upgrade to 2.03pre17
Feature safe:   yes
2012-11-27 10:09:05 +00:00
Andrey A. Chernov
7641672764 Upgrade to 2.03pre16 2012-08-26 05:11:58 +00:00
Andrey A. Chernov
f77bde646a Update to 2.03pre15 2012-08-02 13:43:16 +00:00
Andrey A. Chernov
fff0ecbca5 Use DISTVERSION instead of hardcoded constants 2012-07-24 12:51:59 +00:00
Andrey A. Chernov
3d2cf2fcc3 Upgrade to 2.03pre14 (fix error with new perl) 2012-07-23 11:23:37 +00:00
Andrey A. Chernov
16af63efc8 Upgrade to 2.03pre13 2012-06-14 03:56:57 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Andrey A. Chernov
4495897e7d Upgrade to 2.03pre12 2012-05-27 12:28:55 +00:00
Andrey A. Chernov
14adb5d51e Upgrade to 2.03pre11 2012-05-21 13:17:45 +00:00
Andrey A. Chernov
3d3644af3d Update to 2.03pre10 2012-05-18 06:00:42 +00:00
Andrey A. Chernov
8be9533fb9 Upgrade to 2.03pre9 2012-05-12 17:21:30 +00:00
Andrey A. Chernov
0de4ef574e Update to 2.03pre8 2012-05-09 19:02:08 +00:00
Andrey A. Chernov
cc3249b1d2 Upgrade to 2.03pre6 2012-04-21 15:12:07 +00:00
Andrey A. Chernov
b908359ff0 Upgrade to 2.03pre5
Feature safe: yes
2012-04-07 22:49:04 +00:00
Andrey A. Chernov
9cf37d93fc 1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta.
2) Use autotools.
3) Add LICENSE.

Feature safe: yes
2012-04-07 06:11:06 +00:00
Andrey A. Chernov
d9c6cb1229 1) Update to the latest version from the project CVS
2) Don't overwrite user-changed /usr/local/etc/webmagickrc

Feature safe: yes
2012-04-05 10:25:15 +00:00
Andrey A. Chernov
625c09ddd3 Update to the latest version from the project CVS
Feature safe: yes
2012-04-01 03:47:05 +00:00
Andrey A. Chernov
2a5a01a78c Update to the latest version from the project CVS
Feature safe: yes
2012-03-31 19:48:50 +00:00
Andrey A. Chernov
d8656d484b Update to the latest version from the project CVS 2012-02-27 18:19:28 +00:00
Andrey A. Chernov
df454911a2 Update to the latest version from the project CVS
(--prepend added)
2012-01-22 18:25:56 +00:00
Andrey A. Chernov
56dae85dcc Update to the latest from the project CVS
Feature safe:  yes
2011-12-14 19:06:48 +00:00
Andrey A. Chernov
40808811d2 Fix new perl warning "defined(%hash) is deprecated"
(from the project CVS)

Feature safe:   yes
2011-12-11 22:54:03 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Andrey A. Chernov
8fb457a47c Update to latest version from the project CVS 2011-09-21 06:04:23 +00:00
Andrey A. Chernov
0c6dc7eb1c Sync with the latest variant from the project CVS 2011-09-08 01:44:30 +00:00
Andrey A. Chernov
45ba9805ed Remove myself from MAINTAINER 2011-08-30 07:57:26 +00:00