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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: graphics/diacanvas2/Makefile

Number of commits found: 51

Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Friday, 12 Dec 2014
17:11 marino search for other commits by this committer
USES+= gettext-tools on 6 ports

These ports require msgfmt.  FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool.  The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked.  Explicitly add gettext-tools to get msgfmt.
Original commitRevision:374598 
Tuesday, 21 Oct 2014
16:36 mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371326 
Saturday, 5 Jul 2014
18:36 marino search for other commits by this committer
graphics/diacanvas2: explicit linking with -lm
Original commitRevision:360793 
Saturday, 31 May 2014
00:57 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
Original commitRevision:355925 
Wednesday, 12 Mar 2014
20:21 nemysis search for other commits by this committer
- Add license (GPLv2)
- Add NLS Option and OPTIONS_SUB
- Change REINPLACE, install conditional NLS
- Strip libraries
- Recreate pkg-plist with make makeplist

PR:		ports/179336
Submitted by:	nemysis (self)
Original commitRevision:348002 
Tuesday, 21 Jan 2014
19:48 antoine search for other commits by this committer
Stage support
Original commitRevision:340642 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
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 
Saturday, 13 Jul 2013
13:58 bapt search for other commits by this committer
Mark jobs unsafe
Original commitRevision:322929 
Tuesday, 9 Jul 2013
09:12 bapt search for other commits by this committer
Remove useless USE_DISPLAY
While here:
- Convert USE_GMAKE to USES=gmake
- Remove indefinite artical
Original commitRevision:322553 
Tuesday, 21 May 2013
11:35 kwm search for other commits by this committer
Fix build with glib 2.34 [1] and while here make it build with clang.
Also add support for GNOME print which wasn't handled.

Submitted by:	pointyhat via miwi [1]
Original commitRevision:318677 
Thursday, 28 Mar 2013
03:28 eadler search for other commits by this committer
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Original commitRevision:315433 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
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, 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
Friday, 13 Nov 2009
00:10 sylvio search for other commits by this committer
- Update to 0.15.4

Approved by:    itetcu, miwi (mentors)
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
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, 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
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Sunday, 9 Sep 2007
22:50 edwin search for other commits by this committer
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
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:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Tuesday, 5 Sep 2006
08:33 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 14 Feb 2006
12:07 lawrance search for other commits by this committer
Update to 1.14.2.

PR:             ports/90866
Submitted by:   Boris B. Samorodov <bsam@ipt.ru>
Approved by:    rehsack@liwing.de (maintainer, timeout 4 weeks)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Thursday, 5 May 2005
00:20 kris search for other commits by this committer
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 12 Jan 2005
22:49 edwin search for other commits by this committer
[UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problem
with python bindings

        This patch updates the port graphics/diacanvas2 to 0.14.1
        and marks it as unbroken.

        Please commit PR/73309
        (http://www.freebsd.org/cgi/query-pr.cgi?pr=73309) before
        testing/commiting this patch.

        If someone is interested, I could also take maintainership
        for this port.

PR:             ports/73310
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Original commit
Saturday, 1 Jan 2005
22:16 kris search for other commits by this committer
Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.

Approved by:    portmgr (self)
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
04:30 linimon search for other commits by this committer
Assign maintainership to new volunteer.
Original commit
Saturday, 18 Sep 2004
16:39 kris search for other commits by this committer
BROKEN on 5.x: Broken pkg-plist

Approved by:    portmgr (self)
Original commit
Saturday, 28 Aug 2004
06:19 krion search for other commits by this committer
Update to version 0.13.1

PR:             ports/71058
Submitted by:   Ports Fury
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Tuesday, 15 Jun 2004
01:44 mezz search for other commits by this committer
-Update to 0.13.0.
-Chase the current of bsd.gnome.mk, ie: pygnome2

PR:             ports/67952
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Original commit
Friday, 7 May 2004
22:33 thierry search for other commits by this committer
Fixing broken pkg-plist and make it build fine with python-bindings.

PR:             ports/65815
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Original commit
Monday, 19 Apr 2004
04:22 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Friday, 9 Apr 2004
13:48 pav search for other commits by this committer
- Update to 0.12.0

PR:             ports/65267
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Thursday, 25 Mar 2004
09:14 ijliao search for other commits by this committer
upgrade to 0.10.0
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Wednesday, 29 Oct 2003
01:51 ijliao search for other commits by this committer
add diacanvas2 0.9.2
A general drawing canvas from dia dialog editor
Original commit

Number of commits found: 51