notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/WebMagick/Makefile

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »  

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Monday, 5 Aug 2019
13:22 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508166 
Saturday, 10 Nov 2018
19:57 kwm search for other commits by this committer
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Original commitRevision:484640 
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Sunday, 24 Dec 2017
15:03 tijl search for other commits by this committer
Remove unused AUTOMAKE_ARGS.
Original commitRevision:457172 
Thursday, 28 Sep 2017
15:36 kwm search for other commits by this committer
ImageMagick to 6.9.9-15.

* Disable FPX (FlashPix) support by default. This image format is really
  rare these days coupled with that there are known CVE's in libfpx and
  it doesn't seem to be maintained these days. It doesn't make sense to
  keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions

Bump other ports for the shared library bumps in IM 6.

PR:		222309 [1]
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
Original commitRevision:450852 
Friday, 26 May 2017
08:20 kwm search for other commits by this committer
Chase ImageMagick shlib bump
Original commitRevision:441761 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
Thursday, 19 Jan 2017
20:34 ache search for other commits by this committer
Upgrade to 2.03pre29
Original commitRevision:431913 
Monday, 19 Dec 2016
16:34 ache search for other commits by this committer
Upgrade to 2.03pre28
Original commitRevision:428949 
Friday, 7 Oct 2016
04:19 ache search for other commits by this committer
Update to 2.03pre27
Original commitRevision:423447 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 25 May 2015
21:34 amdmi3 search for other commits by this committer
- Switch to @sample
- Drop @dirrm* from plist
- Add LICENSE_FILE
Original commitRevision:387440 
Saturday, 16 May 2015
04:54 ache search for other commits by this committer
Upgrade to 2.03pre26
Original commitRevision:386496 
Friday, 15 May 2015
04:59 ache search for other commits by this committer
Convert to USES=autoreconf (developer warning)
Original commitRevision:386381 
Sunday, 18 Jan 2015
21:12 kwm search for other commits by this committer
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]
Original commitRevision:377347 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Original commitRevision:373448 
Friday, 7 Nov 2014
09:55 kwm search for other commits by this committer
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Original commitRevision:372250 
Monday, 21 Jul 2014
20:58 adamw search for other commits by this committer
Oops, meant pre-configure. Thanks, antoine!
Original commitRevision:362487 
20:53 adamw search for other commits by this committer
As suggested by ache, actually check for the presence of Image/Magick.pm and
only barf if it
doesn't exist.
Original commitRevision:362484 
16:45 adamw search for other commits by this committer
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.
Original commitRevision:362449 
Tuesday, 15 Jul 2014
14:25 ache search for other commits by this committer
Update to 2.03pre25
Original commitRevision:361927 
Tuesday, 17 Jun 2014
20:05 kwm search for other commits by this committer
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)
Original commitRevision:358176 
Saturday, 10 May 2014
21:08 ache search for other commits by this committer
Convert to stage
Original commitRevision:353605 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
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
Original commitRevision:352986 
Monday, 6 Jan 2014
14:35 ache search for other commits by this committer
Upgrade to 2.03pre24
Original commitRevision:338883 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Thursday, 8 Aug 2013
07:12 ache search for other commits by this committer
Upgrade to 2.03pre23
Original commitRevision:324377 
Wednesday, 7 Aug 2013
22:02 ache search for other commits by this committer
Upgrade to 2.03pre22
Original commitRevision:324365 
02:30 ache search for other commits by this committer
Update to 2.03pre21
Original commitRevision:324328 
Saturday, 3 Aug 2013
07:52 az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
Original commitRevision:324180 
Tuesday, 30 Jul 2013
20:58 ache search for other commits by this committer
Update to 2.03pre20
Original commitRevision:323997 
Monday, 29 Jul 2013
21:18 ache search for other commits by this committer
Update to 2.03pre19
Original commitRevision:323922 
Tuesday, 7 May 2013
13:12 bapt search for other commits by this committer
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Original commitRevision:317605 
Tuesday, 8 Jan 2013
01:49 ache search for other commits by this committer
Upgrade to 2.03pre18
Original commitRevision:310060 
Tuesday, 11 Dec 2012
20:54 beech search for other commits by this committer
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Original commitRevision:308713 
Tuesday, 27 Nov 2012
10:09 ache search for other commits by this committer
Upgrade to 2.03pre17
Feature safe:   yes
Original commitRevision:307831 
Sunday, 26 Aug 2012
05:11 ache search for other commits by this committer
Upgrade to 2.03pre16
Original commit
Thursday, 2 Aug 2012
13:43 ache search for other commits by this committer
Update to 2.03pre15
Original commit
Tuesday, 24 Jul 2012
12:52 ache search for other commits by this committer
Use DISTVERSION instead of hardcoded constants
Original commit
Monday, 23 Jul 2012
11:23 ache search for other commits by this committer
Upgrade to 2.03pre14 (fix error with new perl)
Original commit
Thursday, 14 Jun 2012
03:56 ache search for other commits by this committer
Upgrade to 2.03pre13
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 27 May 2012
12:28 ache search for other commits by this committer
Upgrade to 2.03pre12
Original commit
Monday, 21 May 2012
13:17 ache search for other commits by this committer
Upgrade to 2.03pre11
Original commit
Friday, 18 May 2012
06:00 ache search for other commits by this committer
Update to 2.03pre10
Original commit
Saturday, 12 May 2012
17:21 ache search for other commits by this committer
Upgrade to 2.03pre9
Original commit
Wednesday, 9 May 2012
19:02 ache search for other commits by this committer
Update to 2.03pre8
Original commit
Saturday, 21 Apr 2012
15:12 ache search for other commits by this committer
Upgrade to 2.03pre6
Original commit
Saturday, 7 Apr 2012
22:49 ache search for other commits by this committer
Upgrade to 2.03pre5

Feature safe: yes
Original commit
06:11 ache search for other commits by this committer
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
Original commit
Thursday, 5 Apr 2012
10:25 ache search for other commits by this committer
1) Update to the latest version from the project CVS
2) Don't overwrite user-changed /usr/local/etc/webmagickrc

Feature safe: yes
Original commit
Sunday, 1 Apr 2012
03:47 ache search for other commits by this committer
Update to the latest version from the project CVS

Feature safe: yes
Original commit
Saturday, 31 Mar 2012
19:48 ache search for other commits by this committer
Update to the latest version from the project CVS

Feature safe: yes
Original commit
Monday, 27 Feb 2012
18:19 ache search for other commits by this committer
Update to the latest version from the project CVS
Original commit
Sunday, 22 Jan 2012
18:25 ache search for other commits by this committer
Update to the latest version from the project CVS
(--prepend added)
Original commit
Wednesday, 14 Dec 2011
19:06 ache search for other commits by this committer
Update to the latest from the project CVS

Feature safe:  yes
Original commit
Sunday, 11 Dec 2011
22:54 ache search for other commits by this committer
Fix new perl warning "defined(%hash) is deprecated"
(from the project CVS)

Feature safe:   yes
Original commit
Tuesday, 11 Oct 2011
07:17 mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Original commit
Wednesday, 21 Sep 2011
06:04 ache search for other commits by this committer
Update to latest version from the project CVS
Original commit
Thursday, 8 Sep 2011
01:44 ache search for other commits by this committer
Sync with the latest variant from the project CVS
Original commit
Tuesday, 30 Aug 2011
07:39 ache search for other commits by this committer
Remove myself from MAINTAINER
Original commit
Monday, 25 Apr 2011
18:30 ache search for other commits by this committer
Update to the latest version from the project cvs
Original commit
Wednesday, 6 Apr 2011
08:02 ache search for other commits by this committer
Update to latest variant from the project cvs
Original commit
Tuesday, 5 Apr 2011
14:47 ache search for other commits by this committer
Update to latest version from the project cvs
Original commit
Monday, 4 Apr 2011
03:48 ache search for other commits by this committer
Sync with latest project cvs
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Wednesday, 15 Sep 2010
05:26 ache search for other commits by this committer
Update from project cvs
Original commit
Saturday, 24 Jul 2010
19:49 mm search for other commits by this committer
Update ImageMagick to 6.6.2-10
Original commit
14:16 ache search for other commits by this committer
Update from project CVS
Original commit
Sunday, 18 Jul 2010
09:56 ache search for other commits by this committer
Sync with project's cvs
Original commit
Saturday, 10 Jul 2010
21:42 ache search for other commits by this committer
Quote COORDS value and add ALT="" to pass HTML validators.

Feature safe:   yes
Original commit
Sunday, 28 Mar 2010
21:41 mm search for other commits by this committer
- Bump Magick++, MagickWand or MagickCore dependency
Original commit
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 24 Aug 2009
02:35 ache search for other commits by this committer
Update to the latest snapshot from the project CVS
Original commit
Saturday, 22 Aug 2009
00:38 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 10 Feb 2009
19:50 mm search for other commits by this committer
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Original commit
Tuesday, 22 Apr 2008
10:56 miwi search for other commits by this committer
- Chase graphics/ImageMagick shlib version bump

Pointyhat to: mi@
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Saturday, 7 Jul 2007
21:59 ache search for other commits by this committer
Use bsd.port.pre.mk to pick X11BASE
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 26 Jul 2006
03:45 ache search for other commits by this committer
Update to the latest variant from the project CVS
Original commit
Tuesday, 30 May 2006
03:25 ache search for other commits by this committer
Update to latest version from project CVS
Original commit
Wednesday, 24 May 2006
14:21 mnag search for other commits by this committer
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Original commit
Tuesday, 7 Feb 2006
06:04 ache search for other commits by this committer
Add @dirrmtry www/data
Original commit
Thursday, 5 Jan 2006
03:57 edwin search for other commits by this committer
Chase libversion bumb to libMagick.so.9

PR:             ports/91270
Original commit
Wednesday, 28 Dec 2005
20:36 ache search for other commits by this committer
Update to latest variant from project CVS
Original commit
Tuesday, 6 Dec 2005
22:51 edwin search for other commits by this committer
Use INFO macros
Original commit
Friday, 25 Nov 2005
03:17 edwin search for other commits by this committer
big whitespace cleanup (see ports/65409)

        Ache's ports whitespace cleanup

PR:             ports/65829
Submitted by:   trevor
Approved by:    ache
Original commit
Sunday, 6 Mar 2005
22:16 pav search for other commits by this committer
- Chase ImageMagick shlib bump

PR:             ports/78455
Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer)
Original commit
Sunday, 5 Dec 2004
15:47 josef search for other commits by this committer
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:             ports/74487
Approved by:    mat
Reviewed by:    lofi
Original commit
Saturday, 20 Nov 2004
04:16 ache search for other commits by this committer
Update to latest variant from project CVS
Original commit
Wednesday, 16 Jun 2004
14:50 ache search for other commits by this committer
Update to latest project CVS
Original commit
Sunday, 30 May 2004
18:58 ache search for other commits by this committer
Update from project CVS
Original commit
Saturday, 29 May 2004
02:28 ache search for other commits by this committer
Update to latest variant from project CVS
Original commit
Thursday, 27 May 2004
13:06 ache search for other commits by this committer
Update to latest variant from project's CVS
Original commit
02:05 ache search for other commits by this committer
Put Index_of close to the map
Original commit
00:40 ache search for other commits by this committer
Fix mess with titles
Original commit

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »