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

Number of commits found: 35

Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Tuesday, 5 Mar 2013
17:07 miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Original commitRevision:313460 
Monday, 11 Feb 2013
14:21 gahr search for other commits by this committer
- Chase devel/ucommon shlib versbion bump
Original commitRevision:312062 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Thursday, 13 Dec 2012
16:27 acm search for other commits by this committer
- Bump PORTREVISION. devel/commoncpp, devel/libzrtpcpp and devel/crtp ports
  have been updated
Original commitRevision:308857 
Sunday, 29 Jul 2012
11:17 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
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
Friday, 8 Apr 2011
06:53 acm search for other commits by this committer
- Add KDE option. It enable or disable KDE features

PR:             151285
Suggested by:   amdmi3
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
Tuesday, 10 Nov 2009
16:16 acm search for other commits by this committer
- Bump PORTREVISION. Some dependencies were updated
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
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
Monday, 27 Apr 2009
16:44 acm search for other commits by this committer
- Update to 1.4.2
Original commit
Friday, 12 Dec 2008
22:57 acm search for other commits by this committer
- Update to 1.3.2

PR:             129487
Submitted by:   Pedro F. Giffuni <giffunip at tutopia.com>
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
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
Friday, 28 Mar 2008
02:30 acm search for other commits by this committer
- Update to 1.2
Original commit
Saturday, 22 Mar 2008
08:55 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Saturday, 22 Dec 2007
06:59 acm search for other commits by this committer
- Update to 1.1
- Add new libxml2 dependency
- Add USE_PERL5. It fixes a problem with all FreeBSD versions [1]
- Add pkg-message file

Reported by:    pav [1]
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Tuesday, 2 Oct 2007
15:45 acm search for other commits by this committer
- Chase increase of devel/ccrtp shlib version.
- Bump PORTREVISION
Original commit
Wednesday, 4 Jul 2007
15:10 barner search for other commits by this committer
- Bump boost shared library version to 4
- Bump PORTREVISION
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
Monday, 5 Mar 2007
21:41 acm search for other commits by this committer
- Fix the speex dependency.

PR:             ports/109937
Submitted by:   kitsune <v.velox__ at_vvelox.net>
Original commit
Saturday, 3 Mar 2007
15:38 acm search for other commits by this committer
- Update to 1.0
- Remove supoprt for 4.x
- Some another tiny modifications

Tested by:      asouza
Original commit
Friday, 23 Feb 2007
22:51 mezz search for other commits by this committer
Chase the shared library version of speex, bump the PORTREVISION.
Original commit
Tuesday, 13 Feb 2007
00:16 pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
Original commit
Thursday, 28 Dec 2006
21:23 acm search for other commits by this committer
- Move to LOCALBASE
- Fix a configure problem [1]

Reported by:    Joao Rocha Braga Filho <goffredo__at__gmail.com> [1]
Original commit
Thursday, 5 Oct 2006
06:35 acm search for other commits by this committer
- Update to 0.9
- Add devel/libzrtpcpp for secure voice communication
Original commit
Monday, 14 Aug 2006
15:11 acm search for other commits by this committer
- Add net/ilbc dependency to LIB_DEPENDS. It permit to compile twinkle with
  support for RFC3951.
- PORTVERSION bump

Submitted by:   J.R. Oldroyd <fbsd__ at __opal.com>
Approved by:    garga (mentor)
Original commit
Sunday, 30 Jul 2006
21:21 acm search for other commits by this committer
- New port: net/twinkle

Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol.

You can use it for direct IP phone to IP phone communication or in a network
using a SIP proxy to route your calls.

WWW:    http://www.twinklephone.com/

Approved by:    garga (mentor)
Original commit

Number of commits found: 35