notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/goocanvas/Makefile

Number of commits found: 30

Friday, 24 Jun 2022
19:11 Baptiste Daroussin (bapt) search for other commits by this committer
goocanvas: remove obsolete libraires not depend on
commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc ce89b31
Friday, 21 May 2021
14:09 Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/goocanvas{,2}: improve the COMMENT and port description text.
commit hash: e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4 commit hash: e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4 commit hash: e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4 commit hash: e6a9b9eb1acc0eef79500f5a4dc8a37b98cb8cd4 e6a9b9e
11:33 Alexey Dokuchaev (danfe) search for other commits by this committer
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)
commit hash: 93715fdbe16f18738c781d0ed73ce96a09fae239 commit hash: 93715fdbe16f18738c781d0ed73ce96a09fae239 commit hash: 93715fdbe16f18738c781d0ed73ce96a09fae239 commit hash: 93715fdbe16f18738c781d0ed73ce96a09fae239 93715fd
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 23 Mar 2019
16:28 kwm search for other commits by this committer
Fix build after base r345349

While here pet portlint.

PR:		236141
Original commitRevision:496668 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
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.
Original commitRevision:428152 
Thursday, 8 Oct 2015
15:11 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
Original commitRevision:398832 
Monday, 15 Sep 2014
20:33 amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Original commitRevision:368290 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
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).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Wednesday, 9 Apr 2014
13:44 kwm search for other commits by this committer
USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool
Original commitRevision:350702 
Friday, 21 Feb 2014
13:37 ehaupt search for other commits by this committer
Remove trailing whitespaces from category graphics
Original commitRevision:345412 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
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)
Original commitRevision:343634 
Tuesday, 3 Dec 2013
22:04 kwm search for other commits by this committer
Stageify, add PORTSCOUT macro to ignore these ports, no new versions will
appear.
Update to new port framework bits.
Original commitRevision:335595 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Wednesday, 5 Jun 2013
15:25 kwm search for other commits by this committer
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]
Original commitRevision:320001 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 25 Jul 2010
23:09 linimon search for other commits by this committer
Reassign ports from ahze@ to kwm@ due to ahze's inactivity and kwm's activity.

Hat:            portmgr
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 3 Jul 2009
11:28 kwm search for other commits by this committer
Update to 0.15.

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

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

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

Approved by:    maintainer
Original commit
Friday, 6 Jun 2008
13:35 edwin search for other commits by this committer
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)
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 14 Oct 2006
08:53 ahze search for other commits by this committer
- Add goocanvas

Canvas widget for GTK+ via cairo rendering

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

Approved by:    portmgr (marcus, kris)
Original commit

Number of commits found: 30