aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
Commit message (Collapse)AuthorAgeFilesLines
* - Updated CONFLICTS to add GM 1.3Greg Larkin2008-11-203-139/+166
| | | | | | | - Added NOPORTDOCS support Notes: svn path=/head/; revision=223083
* - Upgraded to 1.1.14.Greg Larkin2008-09-0213-286/+279
| | | | | | | | | | | | | | | | | - Made various stylistic fixes to Makefile. - Broke files/patch-* files into individiual patch files and used "make makepatch" to name them all correctly. - Removed NOPORTDOCS support, pending support in upstream package installation process. Reviewed by: beech, itetcu Approved by: beech (mentor, implicit) Notes: svn path=/head/; revision=219678
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Changed my MAINTAINER address toGreg Larkin2008-07-181-1/+1
| | | | | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor) Notes: svn path=/head/; revision=217070
* - Downgrade to 1.1.12, new api not compatible with kofficeBeech Rintoul2008-06-288-91/+199
| | | | | | | - Bump PORTEPOCH Notes: svn path=/head/; revision=215854
* - Update to 1.2.3Beech Rintoul2008-06-258-199/+92
| | | | | | | | | | | | | | | | | | - Pass maintainership to submitter Added file(s): - files/patch-configure.in Removed file(s): - files/patch-configure - files/patch-magick_symbols.h - files/patch-newfpx PR: ports/124365 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Notes: svn path=/head/; revision=215749
* Unfortunately, portmgr's policies -- no matter how bogus -- have core's fullMikhail Teterin2008-05-161-1/+1
| | | | | | | | | | | | | | | | backing as long as they apply to all. I refuse to obey a particular policy -- that of automatic bumping PORTREVISION of all ports lib-depending on mine. It is no longer possible to leave obeying a disagreable policy to those, who finds it acceptable, either -- portmgr gets really angry, threatening backouts and commit-bit suspensions. I thus have no other option but to relinquish maintainership of ports, which install shared libraries, which any other ports depend on -- starting with GraphicsMagick. Notes: svn path=/head/; revision=213167
* Remove a ".rej" entry from the list of PORTDOCS. It should not have beenMikhail Teterin2008-04-291-1/+0
| | | | | | | there in the first place... Notes: svn path=/head/; revision=212240
* Update to 1.1.12, which (partially) fixes some potential securityMikhail Teterin2008-04-292-5/+5
| | | | | | | flaws... Notes: svn path=/head/; revision=212195
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Upgrade from 1.1.10 to 1.1.11. This brings security fixes andMikhail Teterin2008-04-152-5/+5
| | | | | | | | tiff-handling improvements. Follow-up on an earlier threat and turn self-checks on by default. Notes: svn path=/head/; revision=211307
* Disable the parallelization during build. Although neither myself norMikhail Teterin2007-11-031-1/+1
| | | | | | | | | | | the software authors can reproduce the problem, one user of FreeBSD-7.x has reported an issue, which can only be explained by a build-time race. Reported by: Per olof Ljungmark Approved by: portmgr (mlinimon) Notes: svn path=/head/; revision=202492
* Update from 1.1.7 to 1.1.10. FPX-support is now in (and no longer anMikhail Teterin2007-11-026-52/+56
| | | | | | | | | | | | OPTION). Add support for running bundled self-tests after building. Do not run the self-tests by default, in order to be able to secure portmgr's approval, but advise the user to do so before installing. The self-tests will be turned on, when port-freeze is over. Approved by: portmgr (pav) Notes: svn path=/head/; revision=202485
* - Do not redefine GraphicsMagick symbols, since it causes problems withStanislav Sedov2007-07-162-5/+27
| | | | | | | | | | | | | | some ports, that expect standard Magick symbols to be present (that is revert revision 1.6). Redefine only the GetToken symbol instead just to get rid of ports/94905 - Use correct path for windows fonts [1] - Add a knob to depend on windows fonts conditionally. PR: ports/114036 [1] Submitted by: Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> Notes: svn path=/head/; revision=195763
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* - Fix build when libpng is compiled with assembler code support.Rong-En Fan2006-12-231-0/+22
| | | | | | | | | | | | | | | | For example, setting CPUTYPE to p3 or above triggers this. This is the same bug happened in ImageMagick, and the original patch can be found at http://www.imagemagick.org/pipermail/magick-developers/2006-April/002550.html In fact, this patch was submitted in PR 101361, but a wrong version was committed. PR: ports/107086 Obtained from: GraphicsMagick cvs Notes: svn path=/head/; revision=180568
* Fix build on 4.xMichael Nottebrock2006-12-123-63/+0
| | | | Notes: svn path=/head/; revision=179582
* - Update to 1.1.7Pav Lucistnik2006-11-294-100/+4
| | | | | | | | PR: ports/106025 Submitted by: Nick Muerdter <spam@nickm.org> Notes: svn path=/head/; revision=178285
* - fix buildCheng-Lung Sung2006-08-212-1/+40
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=171094
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* In order to fix a symbol collision between GraphicsMagick and libtidy,Mathieu Arnold2006-07-311-2/+3
| | | | | | | | | | | GraphicsMagick has been updated so that all its symbols are now prefixed with 'Gm'. All depending ports will have to be recompiled as noted in UPDATING. PR: 94905 Submitted by: mat Notes: svn path=/head/; revision=169221
* Reset maintainer due to bouncing email address.Mark Linimon2006-07-171-1/+1
| | | | Notes: svn path=/head/; revision=168046
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add the missing USE_GHOSTSCRIPT.Mikhail Teterin2005-07-291-0/+1
| | | | | | | | Notified by: pointyhat (kris) PR: ports/84290 Notes: svn path=/head/; revision=140399
* Remove some hunks from patch-Makefile.in -- these changes really belongMikhail Teterin2005-07-272-28/+23
| | | | | | | | to the configure script. This ensures, magick.mgk and friends are properly found at run-time. Notes: svn path=/head/; revision=140210
* Nice.Will Andrews2005-07-271-0/+0
| | | | Notes: svn path=/head/; revision=140209
* A fork of a better-known ImageMagick emphasizing user convenienceMikhail Teterin2005-07-279-0/+577
and API stability. The port does not build nor install the Perl and Tcl APIs -- these will be added by separate ports. PR: ports/83932 Submitted by: Ron van Daal (maintainer to be) Notes: svn path=/head/; revision=140203