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
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/goocanvas/Makefile
SVNWeb

Number of commits found: 30

Fri, 24 Jun 2022
[ 19:11 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc  commit hash:ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc  commit hash:ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc  ce89b31  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
goocanvas: remove obsolete libraires not depend on
Fri, 21 May 2021
[ 14:09 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4  commit hash:e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4  commit hash:e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4  e6a9b9e 
graphics/goocanvas{,2}: improve the COMMENT and port description text.
[ 11:33 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:93715fdbe16f18738c781d0ed73ce96a09fae239  commit hash:93715fdbe16f18738c781d0ed73ce96a09fae239  commit hash:93715fdbe16f18738c781d0ed73ce96a09fae239  93715fd 
graphics/goocanvas: the port had been improved (+)

- Define LICENSE (LGPL20)
- Do not manually set CPPFLAGS and LDFLAGS, USES+=localbase does
  the job nicely and is only needed in the NLS case anyways
- Convert to option helpers and INSTALL_TARGET=install-strip
- Fix documentation path (/usr/local/share/doc/goocanvas/goocanvas
  -> /usr/local/share/doc/goocanvas)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 23 Mar 2019
[ 16:28 kwm search for other commits by this committer ] Original commit   Revision:496668
Fix build after base r345349

While here pet portlint.

PR:		236141
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Thu, 8 Oct 2015
[ 15:11 olgeni search for other commits by this committer ] Original commit   Revision:398832 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespace from Makefiles, A-L.
Mon, 15 Sep 2014
[ 20:33 amdmi3 search for other commits by this committer ] Original commit   Revision:368290
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Apr 2014
[ 13:44 kwm search for other commits by this committer ] Original commit   Revision:350702
USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345412 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category graphics
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Tue, 3 Dec 2013
[ 22:04 kwm search for other commits by this committer ] Original commit   Revision:335595
Stageify, add PORTSCOUT macro to ignore these ports, no new versions will
appear.
Update to new port framework bits.
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)
Wed, 5 Jun 2013
[ 15:25 kwm search for other commits by this committer ] Original commit   Revision:320001
Update to 1.0.0. [1]

Add NLS option and make DOCS optional [2].

PR:		ports/179272 [2]
Submitted by:	nemysis <nemysis@gmx.ch>
Obtained from:	Gnome dev repo [1]
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
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, 25 Jul 2010
[ 23:09 linimon search for other commits by this committer ] Original commit 
Reassign ports from ahze@ to kwm@ due to ahze's inactivity and kwm's activity.

Hat:            portmgr
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, 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
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
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 3 Jul 2009
[ 11:28 kwm search for other commits by this committer ] Original commit 
Update to 0.15.

Approved by:    maintainer (implicit)
Thu, 18 Jun 2009
[ 23:49 kwm search for other commits by this committer ] Original commit 
Update to 0.14.

Approved by:    maintainer (implicit)
Fri, 9 Jan 2009
[ 11:27 kwm search for other commits by this committer ] Original commit 
Update to 0.13.

Approved by:    maintainer (implicit)
Sun, 10 Aug 2008
[ 18:33 kwm search for other commits by this committer ] Original commit 
UPdate to 0.10.

Approved by:    maintainer
Fri, 6 Jun 2008
[ 13:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sat, 14 Oct 2006
[ 08:53 ahze search for other commits by this committer ] Original commit 
- Add goocanvas

Canvas widget for GTK+ via cairo rendering

WWW: http://sourceforge.net/projects/goocanvas

Approved by:    portmgr (marcus, kris)

Number of commits found: 30