Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Aug 2022 17:58:34 3.70_12 |
Bernard Spil (brnrd)  |
archivers/libzip: Bump PORTREVISION on dependent ports |
20 Jul 2022 14:22:04 3.70_11 |
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 ) |
11 Dec 2021 13:50:53 3.70_11 |
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 ) |
30 Oct 2021 17:32:41 3.70_11 |
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> |
06 Apr 2021 14:31:07 3.70_10 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 May 2020 21:31:39
3.70_10 |
dinoex  |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
10 Nov 2018 19:57:08
3.70_9 |
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> |
28 Sep 2017 15:36:31
3.70_8 |
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] |
27 Sep 2017 18:08:14
3.70_7 |
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 |
08 Aug 2017 21:15:56
3.70_6 |
mi  |
Fix comment describing the just-added patch. |
08 Aug 2017 20:57:54
3.70_6 |
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. |
26 May 2017 08:20:19
3.70_5 |
kwm  |
Chase ImageMagick shlib bump |
20 Jul 2016 09:33:32
3.70_4 |
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 |
01 Apr 2016 14:00:57
3.70_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
3.70_3 |
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) |
08 Feb 2016 11:20:19
3.70_2 |
amdmi3  |
- Clarify LICENSE
- Switch to USES=localbase
- Switch to options helpers |
22 Aug 2015 17:48:36
3.70_2 |
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 ) |
16 Jul 2015 20:53:29
3.70_1 |
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 |
10 Mar 2015 12:35:59
3.70_1 |
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. |
16 Feb 2015 16:00:06
3.70 |
vanilla  |
Upgrade to 3.70.
PR: 197439
Submitted by: Ports Fury. |
18 Jan 2015 21:12:43
3.62_6 |
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] |
07 Nov 2014 09:55:23
3.62_5 |
kwm  |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
20 Oct 2014 17:04:21
3.62_5 |
bapt  |
Cleanup plist |
22 Aug 2014 19:08:37
3.62_5 |
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 ) |
04 Jun 2014 13:33:40
3.62_4 |
amdmi3  |
- Switch to USES=libtool, drop .la files |
10 May 2014 21:17:45
3.62_3 |
stephen  |
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604 |
28 Apr 2014 21:31:32
3.62_2 |
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 ) |
31 Oct 2013 13:07:20
3.62_1 |
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) |
20 Sep 2013 18:35:46
3.62_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
14 Aug 2013 22:35:54
3.62_1  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
09 Aug 2013 14:05:53
3.62_1  |
dinoex  |
- update libdg to 2.1.0 |
08 Jun 2013 02:29:10
3.62 |
miwi  |
- Update to 3.62
PR: 178849
Submitted by: maintainer |
23 Apr 2013 10:47:03
3.61_2  |
bapt  |
Convert g* to USES=pkgconfig |
19 Mar 2013 13:04:31
3.61_2 |
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) |
11 Mar 2013 22:49:21
3.61_2 |
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> |
13 Dec 2012 18:35:52
3.61_1 |
bdrewery  |
- Chase graphics/ImageMagick update
- Trim header |
06 Nov 2012 08:53:46
3.61 |
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 |
05 Nov 2012 10:20:58
3.61 |
bsam  |
Update distinfo forgotten at previous commit.
Feature safe: yes |
05 Nov 2012 09:10:01
3.61 |
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 |
26 Jul 2012 05:40:24
3.60_1 |
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) |
23 Jul 2012 01:33:56
3.60_1 |
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. |
12 Jun 2012 21:42:32
3.60_1 |
bapt  |
Conver to new options framework |
01 Jun 2012 05:26:28
3.60_1 |
dinoex  |
- update png to 1.5.10 |
18 Oct 2011 13:06:04
3.60 |
ehaupt  |
Update to version 3.60
PR: 161638
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
11 Oct 2011 07:17:46
3.50_6 |
mm  |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
23 Sep 2011 22:26:39
3.50_5 |
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 |
31 Aug 2011 12:31:23
3.50_5 |
kwm  |
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc) |
02 Aug 2011 10:07:00
3.50_5 |
gahr  |
- Disable default swf support via graphics/ming, which is currently broken |
02 May 2011 12:44:53
3.50_5 |
makc  |
Bump PORTREVISION after open-mofit update |
16 Dec 2010 11:21:00
3.50_4 |
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] |
04 Dec 2010 07:34:27
3.50_4 |
ade  |
Sync to new bsd.autotools.mk |
24 Jul 2010 19:49:59
3.50_4 |
mm  |
Update ImageMagick to 6.6.2-10 |
28 Mar 2010 21:41:12
3.50_3 |
mm  |
- Bump Magick++, MagickWand or MagickCore dependency |
28 Mar 2010 06:47:48
3.50_2 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
3.50_1 |
dinoex  |
- update to jpeg-8 |
28 Aug 2009 23:30:08
3.50 |
miwi  |
- Update to 3.50
PR: 138278
Submitted by: Ports Fury |
02 Aug 2009 19:36:34
3.45_3 |
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 |
31 Jul 2009 13:57:52
3.45_3 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
10 Feb 2009 19:50:55
3.45_2 |
mm  |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
22 Apr 2008 10:56:45
3.45_1 |
miwi  |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
19 Apr 2008 17:56:05
3.45  |
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) |
05 Oct 2007 21:55:03
3.45 |
miwi  |
- Update to 3.45
PR: 116927
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Sep 2007 08:39:21
3.44_2  |
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) |
19 May 2007 20:32:57
3.44_2 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Aug 2006 23:06:39
3.44_1 |
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> |
24 May 2006 14:21:45
3.44_1 |
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
23 Apr 2006 14:00:05
3.44 |
vs  |
Chase shlib bump in graphics/ming |
31 Mar 2006 03:23:21
3.44 |
ijliao  |
upgrade to 3.44
PR: 95114
Submitted by: Ports Fury |
23 Feb 2006 10:40:45
3.42_2 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
05 Jan 2006 03:57:35
3.42_1 |
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
26 Nov 2005 01:48:16
3.42 |
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
3.42 |
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. |
28 Sep 2005 18:26:32
3.42 |
arved  |
Update to 3.42
PR: 86679
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
30 Aug 2005 03:05:40
3.41 |
ijliao  |
upgrade to 3.41
PR: 85381
Submitted by: Ports Fury |
01 Jun 2005 19:56:04
3.33_4 |
oliver  |
change the libtool version to use from 1.3 to 1.5 |
06 Mar 2005 22:16:54
3.33_4 |
pav  |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
05 Dec 2004 15:12:36
3.33_3 |
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 |
09 Jul 2004 17:43:11
3.33_2 |
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 |
14 Mar 2004 06:17:56
3.33_2 |
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. |
08 Feb 2004 09:16:30
3.33_2 |
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> |
29 Jan 2004 07:24:56
3.33_1 |
trevor  |
SIZEify. |
20 Jan 2004 16:30:09
3.33_1 |
marcus  |
Use the new ghostscript options.
Submitted by: linimon |
26 Oct 2003 11:08:44
3.33_1 |
krion  |
- Fix build on 5.x
- Pet portlint
PR: 58543 58064
Submitted by: Fritz Heinrichmeyer, Larry Rosenman |
12 Oct 2003 18:37:24
3.33_1 |
trevor  |
Bump libMagick++ soversion. |
27 Sep 2003 00:45:43
3.33 |
edwin  |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
31 Aug 2003 00:40:17
3.33 |
edwin  |
[PATCH] graphics/pstoedit: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54932
Submitted by: Jens Rehsack <rehsack@liwing.de> |
31 Jul 2003 07:40:39
3.33 |
daichi  |
update graphics/pstoedit:
- Utilize USE_GNOME
PR: 55056
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20 Feb 2003 18:08:19
3.33 |
knu  |
de-pkg-comment |
08 Feb 2003 05:27:23
3.33 |
nork  |
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury |
02 Feb 2003 13:27:24
3.33 |
nork  |
Update to 3.33.
PR: ports/47331
Submitted by: Ports Fury |
19 Sep 2002 20:40:24
3.32_1 |
ijliao  |
fix dependencies
support NOPORTDOCS
PR: 42737
Submitted by: Ports Fury |
12 Sep 2002 17:28:13
3.32 |
sobomax  |
Update to 3.32. |
12 Mar 2002 00:56:14
|
pat  |
Update to 3.31
PR: 35791
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
06 Oct 2001 16:43:19  |
lioux  |
o update to 3.30 o support NOPORTDOCS in PLIST o add WWW tag to PLIST |
17 Sep 2001 18:40:31  |
dwcjr  |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
11 Sep 2001 22:23:46  |
knu  |
Replace the ghostscript6 dependencies with ghostscript-gnu. |
01 Sep 2001 19:00:06  |
dwcjr  |
Tweak DISTNAME |
08 Jun 2001 12:55:08  |
tg  |
Upgrade to 3.21. |
02 Apr 2001 09:30:54  |
mharo  |
remove deprecated fetch options from FETCH_BEFORE_ARGS |