non port: graphics/GraphicsMagick13/Makefile |
SVNWeb
|
Number of commits found: 42 |
Thu, 8 May 2014
|
[ 03:25 sunpoet ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Sat, 26 Apr 2014
|
[ 14:04 thierry ]
Don't hardcode libdir flag spec in GraphicsMagick++-config: without
that, ports depending on it (e.g. graphics/cimg) fail with the error:
c++: error: unknown argument: '-R/usr/local/lib'
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Fri, 7 Mar 2014
|
[ 08:42 thierry ]
Fix the linkage problem, even with the default options.
Reviewed by: tijl
|
Thu, 6 Mar 2014
|
[ 15:46 thierry ]
OPENMP implies compiler:openmp, hence Gcc46 (this could change in a
near future). This causes problems with the linker in some ports
(e.g. graphics/cimg).
Untill a better solution is found, don't enable OPENMP by default.
Checked with CImg and Octave.
|
Thu, 27 Feb 2014
|
[ 18:04 antoine ]
Remove TESTS from OPTIONS_DEFAULT
This option brings webfonts which is restricted and prevents building
around 100 ports on the package builders
|
Fri, 7 Feb 2014
|
[ 13:10 miwi ]
- Update to 1.3.19
PR: 185935
Submitted by: Ports Fury
|
Fri, 27 Dec 2013
|
[ 13:13 thierry ]
- On FreeBSD < 10, the linker adds -lXt with dps, but on 10 it does
not => force it;
- Register Xext too;
- rename patch-configure.
|
Thu, 26 Dec 2013
|
[ 14:40 thierry ]
- don't register lpthread in GraphicsMagick-config and
GraphicsMagick++-config
- don't link with -pthread and -lpthread together.
when GNU Pth is installed.
|
Mon, 16 Dec 2013
|
[ 18:24 glarkin ] (Only the first 10 of 111 ports in this commit are shown above. )
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin
|
Sat, 30 Nov 2013
|
[ 15:08 thierry ]
- Upgrade to 1.3.18.
- Since I'm there, pet portlint and stagify.
PR: ports/183821
Submitted by: /me
Approved by: maintainer's time-out
|
Fri, 8 Nov 2013
|
[ 13:07 bapt ]
Fix badly set PKGNAMESUFFIX
Pointyhat to: bapt
|
Thu, 31 Oct 2013
|
[ 11:06 bapt ]
Fix pkgname collision
With hat: portmgr
|
Fri, 4 Oct 2013
|
[ 08:52 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Do not arbitrary rename packages
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Tue, 25 Sep 2012
|
[ 21:57 glarkin ]
- Added vendor patch to fix most recent vulnerability
- Bumped PORTREVISION
Security: 98690c45-0361-11e2-a391-000c29033c32
|
Thu, 20 Sep 2012
|
[ 20:25 glarkin ]
- Updated to 1.3.16
- Fixed X11-conditional dependency injection [1]
- Converted to optionsNG
PR: ports/171516 (based on) [1]
Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1]
|
Tue, 12 Jun 2012
|
[ 15:21 glarkin ]
- Incorporated upstream patch to fix failing test after PNG 1.5.10 update
- Bumped PORTREVISION
Reported by: pointyhat (via pav)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 10 May 2012
|
[ 14:40 glarkin ]
- Updated to 1.3.15
PR: ports/166683 (based on)
Submitted by: Sato Kuro <poyopoyo@puripuri.plala.or.jp>
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 8 Dec 2010
|
[ 19:58 ade ] (Only the first 10 of 72 ports in this commit are shown above. )
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 12 Mar 2010
|
[ 15:41 glarkin ]
- Updated to 1.3.12
|
Mon, 8 Mar 2010
|
[ 23:19 glarkin ]
- Updated to 1.3.11
|
Wed, 17 Feb 2010
|
[ 20:09 glarkin ]
- Updated to 1.3.10
Requested by: Peter Kieltyka <peter.kieltyka@nulayer.com>
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 30 Dec 2009
|
[ 22:31 glarkin ]
- Added PORTSCOUT variables to stop erroneous warnings
|
Sun, 15 Nov 2009
|
[ 18:54 glarkin ]
- Added explicit X11 support option
- Fixed LDFLAGS handling when OpenMP is enabled and X11 support is disabled.
The previous way it was handled caused optional image support (JPG, PNG,
etc.) to fail
NOTE: graphics/GraphicsMagick is not affected since it doesn't have OpenMP
support
PR: ports/139975
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
Fri, 25 Sep 2009
|
[ 23:17 glarkin ]
- Updated to 1.3.7
Feature safe: yes
|
Wed, 12 Aug 2009
|
[ 23:56 glarkin ]
- Updated MASTER_SITES to use new SFP macro and added MASTER_SITE_SUBDIR
|
Tue, 11 Aug 2009
|
[ 15:25 glarkin ]
- Updated to 1.3.6
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Tue, 27 Jan 2009
|
[ 14:52 glarkin ]
- Update to 1.3.5
|
Wed, 10 Dec 2008
|
[ 13:35 glarkin ]
- Updated to 1.3.3
|
Tue, 2 Dec 2008
|
[ 22:42 glarkin ]
- Update to 1.3.2
|
Thu, 20 Nov 2008
|
[ 22:41 glarkin ]
- Initial release of version 1.3.1
- Turned on OpenMP by default
|
Mon, 17 Nov 2008
|
[ 14:20 glarkin ]
Repocopy from GraphicsMagick12 to GraphicsMagick13 is complete.
|
Number of commits found: 42 |