| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.36.0_4 09 May 2014 21:29:46
  |
amdmi3  |
- After recent graphics/devil soversion bump its PORTREVISION was not bumped, so
bump it properly now and also bump all dependent ports again
Submitted by: tijl |
2.36.0_3 08 May 2014 20:52:36
  |
amdmi3  |
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent
ports:
- devel/love
- devel/love07
- devel/love5
- games/arx-libertatis
- games/pink-pony
- games/spring
- graphics/cegui
- graphics/graphviz
While here, fix graphics/cegui plist to not remove mtree directory. |
2.36.0_2 28 Apr 2014 20:39:34
  |
tijl  |
- Convert to USES=libtool:keepla pathfix.
- Remove WANT_GNOME because bsd.port.pre.mk isn't included so it doesn't
have any effect.
- Remove MISSING from CONFIGURE_ENV and MAKE_ENV. It was a hack from an
old version of the port. |
2.36.0_1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.36.0 13 Apr 2014 08:26:11
  |
dinoex  |
- option PANGOCAIRO is required for option GHOSTSCRIPT
Reported by: Andrzej Tobola |
2.36.0 18 Jan 2014 13:48:44
  |
dinoex  |
- update to 2.36.0
- removal of libgraph
- new option GDK
- set BROKEN for option MING and GUILE
- hardcode tcl dependecies
- fix path of PHP extension |
2.34.0_1 28 Dec 2013 12:04:28
  |
dinoex  |
- new option GTS
- fix option GUILE
- use OPT_USE, OPT_* macros |
2.34.0_1 27 Dec 2013 16:54:22
  |
kwm  |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax. |
2.34.0 01 Dec 2013 11:38:39
  |
dinoex  |
- use STAGEDIR
- use OPTIONS_SUB
- use OPT_CONFIGURE_* |
2.34.0 25 Oct 2013 17:49:16
  |
dinoex  |
- fix plist when option XPM is disabled and PANGOCAIRO is still selected |
2.34.0 15 Oct 2013 09:43:34
  |
bapt  |
Remove wrong dependency on gnome1 libraries (gnomelibs == gnome1) |
2.34.0 21 Sep 2013 11:06:04
  |
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
2.34.0 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.34.0 16 Sep 2013 17:07:26
  |
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
2.34.0 08 Sep 2013 15:28:15
  |
dinoex  |
- update to 2.34.0
- new option ANN for edge bundling |
2.32.0 03 Sep 2013 17:22:31
  |
antoine  |
Add an explicit dependency on pkgconf
(needed for proper detection of PANGOCAIRO and maybe other things)
Approved by: portmgr (bapt) |
2.32.0 13 Aug 2013 05:16:55
  |
dinoex  |
- fix option POPPLER
- fix option LIBRVG2 |
2.32.0 11 Aug 2013 10:33:42
  |
dinoex  |
- update to 2.32.0
- new option POPPLER |
2.30.1_1 11 Aug 2013 05:23:41
  |
dinoex  |
- bump PORTREVISION after libdg |
2.30.1 09 Aug 2013 14:05:53
  |
dinoex  |
- update libdg to 2.1.0 |
2.30.1 28 Jun 2013 13:06:36
  |
dinoex  |
- fix clang regression with lua module |
2.30.1 24 Jun 2013 20:21:17
  |
dinoex  |
- fix build of option RUBY with ruby19 |
2.30.1 24 Jun 2013 18:57:57
  |
dinoex  |
- fix option PERL
PR: 179666
Submitted by: Geraud CONTINSOUZAS |
2.30.1 15 Jun 2013 11:43:26
  |
dinoex  |
- cleanup after last "sed" commits |
2.30.1 27 Apr 2013 11:59:29
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.30.1 26 Apr 2013 16:39:14
  |
bapt  |
Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework |
2.30.1 25 Apr 2013 15:36:19
  |
dinoex  |
- support to build without XPM even if it is installed
PR: 177477
Submitted by: Jimmy Olgeni |
2.30.1 29 Mar 2013 07:53:21
  |
dinoex  |
- ensure tcl is not picked up when deselected
Submitted by: Super Bisquit |
2.30.1 08 Mar 2013 11:32:12
  |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
2.30.1 17 Feb 2013 13:43:37
  |
dinoex  |
- fix build on FreeBSD 7.x
Submitted by: pawel |
2.30.1 16 Feb 2013 11:23:00
  |
dinoex  |
- switch to swig2.0
- unbreak PHP module |
2.30.1 16 Feb 2013 07:14:27
  |
dinoex  |
- update to 2.30.1 |
2.30.0 10 Feb 2013 16:18:20
  |
dinoex  |
- add tuneable GD_PORT for localized versions of gd
Submitted by: Eugene V. Boontseff |
2.30.0 08 Feb 2013 11:30:14
  |
dinoex  |
- add option NVTHREADS for compatibility with nvidia libs
PR: 171949 |
2.30.0 07 Feb 2013 11:11:06
  |
dinoex  |
- cleanup empty dirs
Reported by: bapt
- fix option MING |
2.30.0 27 Jan 2013 13:15:47
  |
dinoex  |
- update to 2.30.0
- mark guile plugin BROKEN |
2.28.0_1 26 Jan 2013 14:56:29
  |
dinoex  |
- cleanup header
- strip shlibversion in depedency |
2.28.0_1 30 Jun 2012 11:34:54
 |
dinoex  |
- shorter desc for options |
2.28.0_1 24 Jun 2012 15:36:07
 |
dinoex  |
- fix dependecy for option GVEDIT
PR: 169372
Submitted by: Pawel Pekala
- use OPTIONS_DEFINE
- fix package for option MING |
2.28.0_1 11 Jun 2012 18:48:43
 |
dinoex  |
- add BROKEN for option php 5.4 |
2.28.0_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.28.0_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.28.0 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 |
2.28.0 31 Aug 2011 12:31:23
 |
kwm  |
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc) |
2.28.0 26 Aug 2011 07:30:01
 |
dinoex  |
- ensure ghostscript is not picked up
PR: 159832
Submitted by: Takefu |
2.28.0 31 Jul 2011 15:07:08
 |
jlaffaye  |
- Chase guile shared lib bump
- Add an entry to UPDATING |
2.28.0 25 Jun 2011 06:12:40
 |
dinoex  |
- fix option WITH_GVEDIT
PR: 158008
Submitted by: Peter Jeremy |
2.28.0 14 Jun 2011 17:21:23
 |
dinoex  |
- patch needed for 704101
PR: 157217
Reported by: Fedor Dikarev |
2.28.0 21 May 2011 14:10:19
 |
dinoex  |
- fix build an amd64
PR: 157217
Submitted by: Christoph Moench-Tegeder |
2.28.0 20 May 2011 08:31:01
 |
dinoex  |
- update to 2.28.0
- new option WITH_GVEDIT |
2.26.3_3 07 Mar 2011 21:15:14
 |
dinoex  |
- fix ruby pluging with ruby19
PR: 155114
Submitted by: Scot Hetzel |
2.26.3_3 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.26.3_3 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.26.3_2 24 May 2010 04:52:40
 |
dinoex  |
- option WITH_SMYRNA depends on WITH_GTK
Submitted by: nork |
2.26.3_2 03 Apr 2010 07:16:57
 |
dinoex  |
- chnage default for option PANGOCAIRO
Suggested by: Stefan Farfeleder
http://www.graphviz.org/bugs/b1431.html |
2.26.3_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.26.3 09 Feb 2010 13:42:58
 |
dinoex  |
- update to 2.26.3 |
2.26.2 05 Feb 2010 11:52:55
 |
dinoex  |
- update to 2.26.2 |
2.26.0_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.26.0 25 Dec 2009 17:38:39
 |
dinoex  |
- update to 2.26.0 |
2.24.0_1 16 Sep 2009 14:29:28
 |
amdmi3  |
- Install script from astro/prune as bin/prune${PORTVERSION} (currently
bin/prune7) instead of bin/prune to avoid conflict with graphviz
- Bump portrevision
- Drop CONFLICTS
Suggested by: Oliver Brandmueller <ob at e-Gitt dot NET>
Feature safe: yes |
2.24.0_1 06 Sep 2009 17:33:54
 |
dinoex  |
- remove bad symlinks
Reported by: Jason J. Hellenthal |
2.24.0_1 10 Aug 2009 11:35:02
 |
dinoex  |
- add CONFLICTS
PR: 137404
Submitted by: Dmitry Marakasov |
2.24.0_1 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 |
2.24.0 20 Jul 2009 13:14:13
 |
dinoex  |
- fix build for NOPORTDOCS
Reported by: QAT |
2.24.0 19 Jul 2009 18:59:40
 |
shaun  |
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others. |
2.24.0 18 Jul 2009 11:16:53
 |
dinoex  |
- update to 2.24.0 |
2.22.2_1 18 Jul 2009 11:11:29
 |
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
2.22.2 20 Mar 2009 08:34:30
 |
dinoex  |
- honor NOPORTEXAMPLES |
2.22.2 15 Mar 2009 19:59:29
 |
dinoex  |
- fix NOPORTDOCS=yes
Reported by: QAT |
2.22.2 15 Mar 2009 18:23:46
 |
dinoex  |
- fix NOPORTDOCS=yes
Reported by: QAT |
2.22.2 15 Mar 2009 13:20:55
 |
dinoex  |
- udpate to 2.22.0
- unbreak options WITH_TCL, WITH_TK
- new option WITH_GHOSTSCRIPT
- drop bash dependecy
PR: 132162
- fix tred regression
PR: 130751 |
2.20.3_4 27 Feb 2009 16:13:13
 |
dinoex  |
- fix package for option WITH_LUA
132089
Scot Hetzel
- mark options WITH_TCL and WITH_TK as BROKEN
swig does not build valid code any more.
- fix option WITH_PHP |
2.20.3_2 23 Feb 2009 14:46:38
 |
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
2.20.3_2 20 Feb 2009 17:11:06
 |
miwi  |
- Chase devil shlib bump |
2.20.3_1 24 Jan 2009 17:02:08
 |
rnoland  |
Replace xaw8 depend with xaw to fix build.
Approved by: garga (mentor, implicit) |
2.20.3_1 22 Jan 2009 16:04:11
 |
miwi  |
- Chase lang/guile shlib bump |
2.20.3 08 Oct 2008 20:24:24
 |
dinoex  |
- Security Update to 2.20.3
fix Buffer Overflow Code Execution
Security:
http://roeehay.blogspot.com/2008/10/graphviz-buffer-overflow-code-execution.html |
2.20.2 21 Jul 2008 04:49:09
 |
rafan  |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
2.20.2 16 Jul 2008 14:27:32
 |
dinoex  |
- fix build on aplha
Reported by: Anton Shterenlikht |
2.20.2 08 Jul 2008 18:57:20
 |
dinoex  |
- cleanup
Submitted by: GeJ on IRC |
2.20.2 04 Jul 2008 18:26:47
 |
dinoex  |
- update to 2.20.2
- fix build using bash for configure
even the /bin/sh in FreeBSD 6.3 failed.
PR: 125063 |
2.20.0 01 Jul 2008 13:43:05
 |
dinoex  |
- fix OSVERSION
PR: 125063 |
2.20.0 30 Jun 2008 02:55:42
 |
dinoex  |
- mark BROKEN for FreeBSD < 6.3
PR: 125063 |
2.20.0 25 Jun 2008 14:24:20
 |
dinoex  |
- update to 2.20.0 |
2.18_2 06 Jun 2008 13:35:04
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.18_1 14 Apr 2008 14:14:24
 |
dinoex  |
- cleaner depedencies for option WITH_GDK_PIXBUF |
2.18_1 09 Apr 2008 13:42:26
 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
2.18_1 03 Apr 2008 15:42:36
 |
dinoex  |
- fix build for FreeBSD < 6.3 |
2.18_1 03 Apr 2008 06:51:15
 |
dinoex  |
- fix IGNORE for 6.3
Reported by: Ed_ on irc |
2.18_1 02 Apr 2008 15:18:18
 |
dinoex  |
- remove BROKEN for FreeBSD-8
- add IGNORE for FreeBSD 5.x and 6.2 |
2.18_1 02 Apr 2008 09:58:54
 |
dinoex  |
- fix installation of perl module
PR: 122268 |
2.18_1 30 Mar 2008 08:32:46
 |
dinoex  |
- fix typo
- allow Tcl/Tk 8.5
- new options WITH_RSVG, WITH_DEVIL, WITH_SMYRNA
Suggested by: bf2006a@yahoo.com |
2.18 29 Mar 2008 09:20:20
 |
dinoex  |
- update to 2.18 |
2.16.1_1 28 Mar 2008 18:21:23
 |
dinoex  |
- change default options, bump PORTREVISION
- fix build WITHOUT_TK
- 118094 |
2.16.1 01 Mar 2008 06:22:42
 |
marcus  |
Chase libguile shared lib version. |
2.16.1 21 Feb 2008 13:07:25
 |
dinoex  |
- mark BROKEN for FreeBSD 8
Reported by: Poul-Henning Kamp |
2.16.1 14 Jan 2008 14:00:13
 |
dinoex  |
- update to 2.16.1 |
2.16 16 Dec 2007 17:16:02
 |
dinoex  |
- fix problem with bsd.gnome.mk with some options
PR: 118647 |
2.16 12 Dec 2007 17:34:20
 |
dinoex  |
- fix package
Sumbitted by: Phil Pennock |