notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/GraphicsMagick13/Makefile
SVNWeb

Number of commits found: 42

Thu, 8 May 2014
[ 03:25 sunpoet search for other commits by this committer ] Original commit   Revision:353249 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:352257
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 search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 7 Mar 2014
[ 08:42 thierry search for other commits by this committer ] Original commit   Revision:347344
Fix the linkage problem, even with the default options.

Reviewed by:	tijl
Thu, 6 Mar 2014
[ 15:46 thierry search for other commits by this committer ] Original commit   Revision:347261
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 search for other commits by this committer ] Original commit   Revision:346382
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 search for other commits by this committer ] Original commit   Revision:343233
- Update to 1.3.19

PR:		185935
Submitted by:	Ports Fury
Fri, 27 Dec 2013
[ 13:13 thierry search for other commits by this committer ] Original commit   Revision:337729
- 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 search for other commits by this committer ] Original commit   Revision:337523
- 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 search for other commits by this committer ] Original commit   Revision:336656 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
[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 search for other commits by this committer ] Original commit   Revision:335296
- 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 search for other commits by this committer ] Original commit   Revision:333220
Fix badly set PKGNAMESUFFIX

Pointyhat to:	bapt
Thu, 31 Oct 2013
[ 11:06 bapt search for other commits by this committer ] Original commit   Revision:332222
Fix pkgname collision

With hat:	portmgr
Fri, 4 Oct 2013
[ 08:52 bapt search for other commits by this committer ] Original commit   Revision:329271 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Do not arbitrary rename packages
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:304863
- Added vendor patch to fix most recent vulnerability
- Bumped PORTREVISION

Security:	98690c45-0361-11e2-a391-000c29033c32
Thu, 20 Sep 2012
[ 20:25 glarkin search for other commits by this committer ] Original commit   Revision:304595
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 10 May 2012
[ 14:40 glarkin search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 12 Mar 2010
[ 15:41 glarkin search for other commits by this committer ] Original commit 
- Updated to 1.3.12
Mon, 8 Mar 2010
[ 23:19 glarkin search for other commits by this committer ] Original commit 
- Updated to 1.3.11
Wed, 17 Feb 2010
[ 20:09 glarkin search for other commits by this committer ] Original commit 
- Updated to 1.3.10

Requested by:   Peter Kieltyka <peter.kieltyka@nulayer.com>
Feature safe:   yes
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Wed, 30 Dec 2009
[ 22:31 glarkin search for other commits by this committer ] Original commit 
- Added PORTSCOUT variables to stop erroneous warnings
Sun, 15 Nov 2009
[ 18:54 glarkin search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Updated to 1.3.7

Feature safe:   yes
Wed, 12 Aug 2009
[ 23:56 glarkin search for other commits by this committer ] Original commit 
- Updated MASTER_SITES to use new SFP macro and added MASTER_SITE_SUBDIR
Tue, 11 Aug 2009
[ 15:25 glarkin search for other commits by this committer ] Original commit 
- Updated to 1.3.6
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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 search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Tue, 27 Jan 2009
[ 14:52 glarkin search for other commits by this committer ] Original commit 
- Update to 1.3.5
Wed, 10 Dec 2008
[ 13:35 glarkin search for other commits by this committer ] Original commit 
- Updated to 1.3.3
Tue, 2 Dec 2008
[ 22:42 glarkin search for other commits by this committer ] Original commit 
- Update to 1.3.2
Thu, 20 Nov 2008
[ 22:41 glarkin search for other commits by this committer ] Original commit 
- Initial release of version 1.3.1
- Turned on OpenMP by default
Mon, 17 Nov 2008
[ 14:20 glarkin search for other commits by this committer ] Original commit 
Repocopy from GraphicsMagick12 to GraphicsMagick13 is complete.

Number of commits found: 42