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: net/linc/Makefile

Number of commits found: 53

Saturday, 5 Sep 2015
15:52 kwm search for other commits by this committer
Start deorbit burn of linc, not used in the ports tree and last
release was in 2003.
Original commitRevision:396183 
Thursday, 10 Jul 2014
12:33 tijl search for other commits by this committer
- USES=libtool pathfix tar:bzip2
- Add INSTALL_TARGET=install-strip
Original commitRevision:361443 
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Friday, 31 Jan 2014
07:04 miwi search for other commits by this committer
- Stage support
- Convert to USES
Original commitRevision:341917 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
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
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
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
Monday, 2 Feb 2009
01:36 araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
Original commit
Friday, 6 Jun 2008
22:01 edwin search for other commits by this committer
Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.

Approved by:    portmgr (pav)
Original commit
13:50 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, 7 Oct 2006
21:51 pav search for other commits by this committer
- Fix build with gcc41

PR:             ports/104132
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Wednesday, 31 May 2006
22:18 mezz search for other commits by this committer
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

        Incorrect: (Without USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.local.dist <-- Here...
        ================================

        Correct: (With USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist <-- Here...
        ================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with: marcus
Original commit
Wednesday, 10 May 2006
03:12 jylefort search for other commits by this committer
Move the linc programming reference to the linc-reference port.
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, 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
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
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
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
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Friday, 20 Jun 2003
15:52 marcus search for other commits by this committer
Update to 1.0.3.
Original commit
Monday, 19 May 2003
23:49 marcus search for other commits by this committer
Update to 1.0.2.
Original commit
Tuesday, 22 Apr 2003
04:37 marcus search for other commits by this committer
Convert to new GNOME infrastructure.
Original commit
Sunday, 20 Apr 2003
19:38 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:08 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 7 Feb 2003
18:42 marcus search for other commits by this committer
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
Original commit
Tuesday, 12 Nov 2002
22:58 marcus search for other commits by this committer
Update to 0.5.5.
Original commit
Friday, 20 Sep 2002
17:07 marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Original commit
Saturday, 24 Aug 2002
08:16 marcus search for other commits by this committer
Update to 0.5.3.
Original commit
Wednesday, 7 Aug 2002
07:18 marcus search for other commits by this committer
Update to 0.5.2.
Original commit
Thursday, 25 Jul 2002
07:27 sobomax search for other commits by this committer
Remove redundant REINPLACE_CMD.
Original commit
07:26 sobomax search for other commits by this committer
Use USE_GNOMENG.
Original commit
Wednesday, 24 Jul 2002
21:40 marcus search for other commits by this committer
Update to 0.5.1.
Original commit
Thursday, 11 Jul 2002
15:23 sobomax search for other commits by this committer
Use USE_REINPLACE.
Original commit
Sunday, 30 Jun 2002
22:20 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
Original commit
Saturday, 15 Jun 2002
09:05 marcus search for other commits by this committer
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
Original commit
Tuesday, 11 Jun 2002
08:15 marcus search for other commits by this committer
Update to the latest GNOME 2 snapshot.  This will be done it two parts.
This first part is the GNOME 2 API.  The next part will contain the desktop
components.
Original commit
Tuesday, 28 May 2002
16:08 marcus search for other commits by this committer
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
Original commit
Saturday, 25 May 2002
19:21 marcus search for other commits by this committer
Fix conflict if the gtk-doc port is installed.

Reported by:    Rick Blair <ermine445@home.com>
Original commit
Sunday, 19 May 2002
20:16 marcus search for other commits by this committer
Back to betas...Update to GNOME 2.0 beta 5.
Original commit
Sunday, 12 May 2002
06:49 marcus search for other commits by this committer
Update to GNOME 2.0 RC2.
Original commit
Thursday, 2 May 2002
03:37 marcus search for other commits by this committer
Update to GNOME 2.0 RC 1.
Original commit
Friday, 26 Apr 2002
07:34 sobomax search for other commits by this committer
- Update to 0.1.21 (version found in GNOME2 beta4);
- use USE_LIBTOOL.
Original commit
Saturday, 6 Apr 2002
22:37 marcus search for other commits by this committer
Update to GNOME 2.0 beta3.

Approved by:    sobomax
Original commit
Monday, 11 Mar 2002
20:35 sobomax search for other commits by this committer
Bring up already ported portion on GNOME2 development platform on par with
GNOME2 beta2 release.
Original commit
Wednesday, 27 Feb 2002
11:21 sobomax search for other commits by this committer
Update all components of the GNOME 2.0 to the versions included into GNOME  
2.0-beta release.    
Original commit
Thursday, 21 Feb 2002
09:42 sobomax search for other commits by this committer
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another  
dependencies.    
Original commit
Thursday, 14 Feb 2002
01:37 sobomax search for other commits by this committer
Use version of the patch-ltmain.sh which doesn't strip -pthread flags   when
linking shared libraries. Bump PORTREVISION.    
Original commit
Tuesday, 12 Feb 2002
13:12 sobomax search for other commits by this committer
Add linc 0.1.16, a library for writing networked servers & clients.    
Original commit

Number of commits found: 53