non port: graphics/fpc-imagemagick/Makefile |
SVNWeb
|
Number of commits found: 36 |
Sun, 30 Apr 2023
|
[ 11:10 Felix Palmen (zirias) ] a6bb2f8 (Only the first 10 of 148 ports in this commit are shown above. )
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) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 25 Nov 2020
|
[ 02:57 acm ] (Only the first 10 of 58 ports in this commit are shown above. )
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0
|
Fri, 6 Mar 2020
|
[ 06:26 acm ] (Only the first 10 of 45 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 30 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 44 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 68 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 157 ports in this commit are shown above. )
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 ] (Only the first 10 of 111 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd
|
Tue, 30 Jan 2018
|
[ 22:11 antoine ] (Only the first 10 of 26 ports in this commit are shown above. )
Revert recent fpc changes, they were obviously untested
With hat: portmgr
|
[ 18:05 acm ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to 3.0.4
- Link www/fpc-libmicrohttpd
|
Thu, 28 Sep 2017
|
[ 15:36 kwm ] (Only the first 10 of 36 ports in this commit are shown above. )
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 ] (Only the first 10 of 96 ports in this commit are shown above. )
- Pass maintainership to me. marino@ is not part of FreeBSD committers
|
Fri, 26 May 2017
|
[ 08:20 kwm ] (Only the first 10 of 34 ports in this commit are shown above. )
Chase ImageMagick shlib bump
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 5 Dec 2015
|
[ 23:29 marino ] (Only the first 10 of 246 ports in this commit are shown above. )
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 ] (Only the first 10 of 106 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 12 ports in this commit are shown above. )
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 ] (Only the first 10 of 45 ports in this commit are shown above. )
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 ] (Only the first 10 of 96 ports in this commit are shown above. )
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 ] (Only the first 10 of 32 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 36 ports in this commit are shown above. )
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 )
|
Tue, 28 Jan 2014
|
[ 00:16 antoine ] (Only the first 10 of 99 ports in this commit are shown above. )
Stage support
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sat, 23 Mar 2013
|
[ 05:25 acm ] (Only the first 10 of 82 ports in this commit are shown above. )
- Update to 2.6.2
- Trim Makefile headers
|
Thu, 14 Mar 2013
|
[ 06:32 jgh ] (Only the first 10 of 49 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 16 Aug 2010
|
[ 17:45 acm ] (Only the first 10 of 50 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- 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 ]
- New port: graphics/fpc-imagemagick
Free Pascal interface to ImageMagick
|
Number of commits found: 36 |