Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.01_1 30 Jun 2024 12:36:15 |
Rene Ladan (rene) |
graphics/pstoedit: drop optional support for expired graphics/ming |
4.01 14 Apr 2024 09:41:16 |
Nuno Teixeira (eduardo) |
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
4.01 30 Mar 2024 11:20:45 |
Nuno Teixeira (eduardo) |
graphics/pstoedit: Update to 4.01
ChangeLog: http://www.calvina.de/pstoedit/changelog.htm |
4.00_2 29 Mar 2024 08:08:19 |
Yasuhiro Kimura (yasu) |
graphics/pstoedit: Fix `make check-plist` error
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man1/pstoedit.1.gz
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Approved by: portmgr (just fix it) |
4.00_2 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Nuno Teixeira |
*: Autotools manpages fix
Approved by: portmgr (blanket) |
4.00_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
4.00_1 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
4.00 07 Aug 2023 07:04:57 |
Nuno Teixeira (eduardo) |
graphics/pstoedit: Fix build on non clean environment
Force --enable-docs=no to fix build when latex2man and pdflatex are present.
MFH: 2023Q3
Reported by: Robert English |
4.00 22 Jun 2023 19:23:29 |
Nuno Teixeira (eduardo) |
graphics/pstoedit: Update to 4.0.0
- Switch to DISTVERSION
- Define license
- Take maintainership
ChangeLog: http://www.calvina.de/pstoedit/changelog.htm |
3.78_1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
3.78 27 Apr 2023 16:07:21 |
Rainer Hurling (rhurlin) |
graphics/pstoedit: Fix sed usage via gmake
Making all in doc
latex2man -t ./pstoedit.trans -M pstoedit.1
latex2man: Expected two arguments: infile outfile. Try `latex2man -h'.
*** Error code 255
While here, pet portclippy
PR: 271090 |
3.78 25 Apr 2023 10:45:04 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
graphics/pstoedit: update to 3.78.
ChangeLog: http://www.calvina.de/pstoedit/changelog.htm
* Bug fix. pstoedit did not find older versions of GhostScript under Windows.
* Support for mawk in creation of pstoedit.ph header file. mawk is often used
on build servers in place of gawk.
* Some small update to comply with some Debian requirements.
* Added experimental support for filled objects in DXF output using the HATCH
element of DXF.
* Fixed a problem when running pstoedit with output to standard output instead
of a file.
* Adapted to new versioning scheme of GhostScript.
* Additional backend for pcb-rnd contributed by Erich Heinzle.
* Some additional options in WEMF driver. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.70_12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.70_12 05 Aug 2022 17:58:34 |
Bernard Spil (brnrd) |
archivers/libzip: Bump PORTREVISION on dependent ports |
3.70_11 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.70_11 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
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 ) |
3.70_11 30 Oct 2021 17:32:41 |
Tobias C. Berner (tcberner) |
graphics/pstoedit: switch to using the default-version of ImageMagick
editors/calligra would pull in graphics/ImageMagick6 making it
incompatible with other software relying on ImageMagick7.
The ports framework already supports depending on a default-version of
ImageMagick using bsd.default-versions.mk's ${IMAGEMAGICK_DEFAULT}, and
a patch to support building graphics/pstoedit was added by mi@ in 2017
in 0d908edaeb50afbbc115905bcc9c9a241c59c839 - however the dependency
line was never adopted to it.
Reported by: Graham Perrin <grahamperrin@gmail.com> |
3.70_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.70_10 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
3.70_9 10 Nov 2018 19:57:08 |
kwm |
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> |
3.70_8 28 Sep 2017 15:36:31 |
kwm |
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] |
3.70_7 27 Sep 2017 18:08:14 |
rakuco |
Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638 |
3.70_6 08 Aug 2017 21:15:56 |
mi |
Fix comment describing the just-added patch. |
3.70_6 08 Aug 2017 20:57:54 |
mi |
Allow building with ImageMagick-7. Also, fix the problem that struck, when
libzip.so is present at build-time -- the port's configure would enable
one more module breaking plist. The libzip.so is now an unconditional
dependency -- whoever wants to, can make it an option. |
3.70_5 26 May 2017 08:20:19 |
kwm |
Chase ImageMagick shlib bump |
3.70_4 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
3.70_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.70_3 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.70_2 08 Feb 2016 11:20:19 |
amdmi3 |
- Clarify LICENSE
- Switch to USES=localbase
- Switch to options helpers |
3.70_2 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
3.70_1 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
3.70_1 10 Mar 2015 12:35:59 |
kwm |
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. |
3.70 16 Feb 2015 16:00:06 |
vanilla |
Upgrade to 3.70.
PR: 197439
Submitted by: Ports Fury. |
3.62_6 18 Jan 2015 21:12:43 |
kwm |
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] |
3.62_5 07 Nov 2014 09:55:23 |
kwm |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
3.62_5 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
3.62_5 22 Aug 2014 19:08:37 |
tijl |
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies |
17 Jun 2014 20:05:31
|
kwm |
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 ) |
3.62_4 04 Jun 2014 13:33:40 |
amdmi3 |
- Switch to USES=libtool, drop .la files |
3.62_3 10 May 2014 21:17:45 |
stephen |
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604 |
3.62_2 28 Apr 2014 21:31:32 |
nemysis |
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above ) |
3.62_1 31 Oct 2013 13:07:20 |
nemysis |
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS and EXAMPLES Options
- Add MING to default Options
- Add patch, fix build on FreeBSD 10
Approved by: pawel / wg (mentors, implicit) |
3.62_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
3.62_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.62_1 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
3.62 08 Jun 2013 02:29:10 |
miwi |
- Update to 3.62
PR: 178849
Submitted by: maintainer |
3.61_2 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
3.61_2 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
3.61_2 11 Mar 2013 22:49:21 |
beech |
- Fix NOPORTDOCS=yes in /etc/make.conf
.if ${PORT_OPTIONS:MDOCS}
PLIST_SUB+= PORTDOCS=""
.else
PLIST_SUB+= PORTDOCS="@comment "
.endif
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1/
- Pass maintainership to submitter
PR: ports/176824
Submitted by: nemysis <nemysis@gmx.ch> |
3.61_1 13 Dec 2012 18:35:52 |
bdrewery |
- Chase graphics/ImageMagick update
- Trim header |
3.61 06 Nov 2012 08:53:46 |
bsam |
. licence is GPLv2 or later;
. use build target for USE_PKGCONFIG (more readable than just "yes");
. mark the new version as MAKE_JOBS_SAFE;
. the option -DHAVE_LIBGD is not needed anymore;
. remove ABI version from LIB_DEPENDS at options.
PR: ports/172021
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
3.61 05 Nov 2012 10:20:58 |
bsam |
Update distinfo forgotten at previous commit.
Feature safe: yes |
3.61 05 Nov 2012 09:10:01 |
bsam |
- update to version 3.6.1. New or changed in 3.61:
. fixed a bug in handling of -page option;
. improved support for 64-bit systems related to different version of
ghostscript;
. added some features for supporting the LaOS project
(http://www.laoslaser.org/).
- use two line style headers;
- remove ABI version from LIB_DEPENDS.
Feature safe: yes |
3.60_1 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
3.60_1 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
3.60_1 12 Jun 2012 21:42:32 |
bapt |
Conver to new options framework |
3.60_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.60 18 Oct 2011 13:06:04 |
ehaupt |
Update to version 3.60
PR: 161638
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.50_6 11 Oct 2011 07:17:46 |
mm |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
3.50_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.50_5 31 Aug 2011 12:31:23 |
kwm |
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc) |
3.50_5 02 Aug 2011 10:07:00 |
gahr |
- Disable default swf support via graphics/ming, which is currently broken |
3.50_5 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
3.50_4 16 Dec 2010 11:21:00 |
avilla |
- Mark MAKE_JOBS_UNSAFE. [1]
- Use bsd.port.options.mk.
- Get rid of MD5 in distinfo.
PR: ports/152895 [1]
Submitted by: amdmi3 [1] |
3.50_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.50_4 24 Jul 2010 19:49:59 |
mm |
Update ImageMagick to 6.6.2-10 |
3.50_3 28 Mar 2010 21:41:12 |
mm |
- Bump Magick++, MagickWand or MagickCore dependency |
3.50_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.50_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.50 28 Aug 2009 23:30:08 |
miwi |
- Update to 3.50
PR: 138278
Submitted by: Ports Fury |
3.45_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.45_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.45_2 10 Feb 2009 19:50:55 |
mm |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
3.45_1 22 Apr 2008 10:56:45 |
miwi |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
3.45 19 Apr 2008 17:56:05 |
miwi |
- 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) |
3.45 05 Oct 2007 21:55:03 |
miwi |
- Update to 3.45
PR: 116927
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.44_2 24 Sep 2007 08:39:21 |
rafan |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav) |
3.44_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.44_1 14 Aug 2006 23:06:39 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
3.44_1 24 May 2006 14:21:45 |
mnag |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
3.44 23 Apr 2006 14:00:05 |
vs |
Chase shlib bump in graphics/ming |
3.44 31 Mar 2006 03:23:21 |
ijliao |
upgrade to 3.44
PR: 95114
Submitted by: Ports Fury |
3.42_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.42_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
3.42 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
3.42 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
3.42 28 Sep 2005 18:26:32 |
arved |
Update to 3.42
PR: 86679
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.41 30 Aug 2005 03:05:40 |
ijliao |
upgrade to 3.41
PR: 85381
Submitted by: Ports Fury |
3.33_4 01 Jun 2005 19:56:04 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
3.33_4 06 Mar 2005 22:16:54 |
pav |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
3.33_3 05 Dec 2004 15:12:36 |
josef |
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 |
3.33_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
3.33_2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
3.33_2 08 Feb 2004 09:16:30 |
linimon |
The EMF/WMF backend has been supported by pstoedit since version 3.32,
so enable it.
PR: ports/62223
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> |
3.33_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
3.33_1 20 Jan 2004 16:30:09 |
marcus |
Use the new ghostscript options.
Submitted by: linimon |
3.33_1 26 Oct 2003 11:08:44 |
krion |
- Fix build on 5.x
- Pet portlint
PR: 58543 58064
Submitted by: Fritz Heinrichmeyer, Larry Rosenman |
3.33_1 12 Oct 2003 18:37:24 |
trevor |
Bump libMagick++ soversion. |
3.33 27 Sep 2003 00:45:43 |
edwin |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com> |