notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/fpc-imagemagick/Makefile
SVNWeb

Number of commits found: 36

Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  a6bb2f8  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 25 Nov 2020
[ 02:57 acm search for other commits by this committer ] Original commit   Revision:556252 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Update to 3.2.0

ChangeLog at:	https://wiki.freepascal.org/FPC_New_Features_3.2.0
Fri, 6 Mar 2020
[ 06:26 acm search for other commits by this committer ] Original commit   Revision:527858 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
  when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
Tue, 31 Dec 2019
[ 15:11 acm search for other commits by this committer ] Original commit   Revision:521624 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
  /etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
  %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
  variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
  when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Submitted by:	fbsdbugs4 __at__ sentry.org
Tue, 3 Sep 2019
[ 15:51 acm search for other commits by this committer ] Original commit   Revision:510956 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
Thu, 15 Aug 2019
[ 16:11 acm search for other commits by this committer ] Original commit   Revision:509004 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
  dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
  default). fpc is not working with lld. We will use binutils-ports when
  ld.bfd is moved from base if lld not working on future version
  of fpc
- Bump PORTREVISION
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
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>
Thu, 5 Apr 2018
[ 04:52 acm search for other commits by this committer ] Original commit   Revision:466532 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
Thu, 1 Feb 2018
[ 07:14 acm search for other commits by this committer ] Original commit   Revision:460558 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd
Tue, 30 Jan 2018
[ 22:11 antoine search for other commits by this committer ] Original commit   Revision:460445 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Revert recent fpc changes, they were obviously untested

With hat:	portmgr
[ 18:05 acm search for other commits by this committer ] Original commit   Revision:460424 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 3.0.4
- Link www/fpc-libmicrohttpd
Thu, 28 Sep 2017
[ 15:36 kwm search for other commits by this committer ] Original commit   Revision:450852 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
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]
Thu, 3 Aug 2017
[ 23:40 acm search for other commits by this committer ] Original commit   Revision:447304 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
- Pass maintainership to me. marino@ is not part of FreeBSD committers
Fri, 26 May 2017
[ 08:20 kwm search for other commits by this committer ] Original commit   Revision:441761 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Chase ImageMagick shlib bump
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 5 Dec 2015
[ 23:29 marino search for other commits by this committer ] Original commit   Revision:403082 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0

This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Sun, 9 Aug 2015
[ 08:06 acm search for other commits by this committer ] Original commit   Revision:393766 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Tue, 10 Mar 2015
[ 12:35 kwm search for other commits by this committer ] Original commit   Revision:380910 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 18 Jan 2015
[ 21:12 kwm search for other commits by this committer ] Original commit   Revision:377347 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
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]
Mon, 5 Jan 2015
[ 00:16 marino search for other commits by this committer ] Original commit   Revision:376279 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Assign maintainership of FPC ports to new FPC ports team

The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
Fri, 7 Nov 2014
[ 09:55 kwm search for other commits by this committer ] Original commit   Revision:372250 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Sat, 28 Jun 2014
[ 08:10 kwm search for other commits by this committer ] Original commit   Revision:359672
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.
Tue, 17 Jun 2014
[ 20:05 kwm search for other commits by this committer ] Original commit   Revision:358176 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 28 Jan 2014
[ 00:16 antoine search for other commits by this committer ] Original commit   Revision:341492 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Stage support
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sat, 23 Mar 2013
[ 05:25 acm search for other commits by this committer ] Original commit   Revision:314989 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Update to 2.6.2
- Trim Makefile headers
Thu, 14 Mar 2013
[ 06:32 jgh search for other commits by this committer ] Original commit   Revision:314133 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- adopt optionsNG and trim historical headers

PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 16 Aug 2010
[ 17:45 acm search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to  to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
  graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up

PR:     ports/146001
Submmitted by:  Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by:      marcov_ at _pascalprogramming.com (fpc developer)[1]
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Wed, 14 Jan 2009
[ 02:46 acm search for other commits by this committer ] Original commit 
- New port: graphics/fpc-imagemagick

Free Pascal interface to ImageMagick

Number of commits found: 36