| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 10:47:03
  |
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 |
08 Oct 2000 02:35:34 
|
asami  |
Convert category graphics to new layout. |