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: emulators/twin/Makefile

Number of commits found: 29

Monday, 2 May 2011
09:15 bapt search for other commits by this committer
Remove unmaintained expired ports from emulators

2011-05-01 emulators/basiliskII: Distfile is no more available official website
has older distfiles
2011-05-01 emulators/tkhfs: Upstream disapear and distfile is no more available
2011-05-01 emulators/twin: Upstream disapear and distfile is no more available
2011-05-01 emulators/vgb: Distfile is no more available (lastest binaries
provided by upstream are for 5.x)
2011-05-01 emulators/vpce: Upstream disapear and distfile is no more available
Original commit
Wednesday, 16 Mar 2011
06:50 bapt search for other commits by this committer
Deprecate unmaintained ports from emulators where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 21 May 2008
23:38 mi search for other commits by this committer
Unbreak by fixing the sloppy C-code, that the new gcc refuses to compile.
Tons of warnings still exist...
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
Tuesday, 3 Jul 2007
09:32 pav search for other commits by this committer
- Mark BROKEN on CURRENT: does not build with GCC 4.2
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, 14 Aug 2006
23:06 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Tuesday, 20 Jun 2006
20:10 itetcu search for other commits by this committer
- UNbreak [1]
- Test for ARCH no MACHINE_ARCH [2]
- don't use fmt(1) to display PKGMESSAGE when there's no need to [2]

PR:             ports/99157 [1]
Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Sunday, 12 Feb 2006
22:30 kris search for other commits by this committer
BROKEN: Coredump during build
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
Friday, 5 Aug 2005
10:11 krion search for other commits by this committer
Fix build by removing gcc-3.2 since port builds fine on 5/6/7 with
default compiler.
Portlint(1).

Approved by:    portmgr (implicit)
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Wednesday, 29 Sep 2004
04:33 kris search for other commits by this committer
Now builds on 5.x

Approved by:    portmgr (self)
Original commit
Saturday, 10 Apr 2004
17:26 trevor search for other commits by this committer
Tidy up whitespace.
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
Saturday, 7 Feb 2004
12:25 kris search for other commits by this committer
BROKEN on 5.x: Does not compile
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
Tuesday, 28 Oct 2003
07:20 trevor search for other commits by this committer
Make fetchable.

found by:       fenner's survey
Original commit
Tuesday, 9 Sep 2003
06:33 nork search for other commits by this committer
Fix build on current + (small) patches from NetBSD.

PR:             ports/56204
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Obtained from:  NetBSD
Original commit
Saturday, 9 Aug 2003
01:54 maho search for other commits by this committer
a) Unbreak the port for 4.8-STABLE
b) Populate ONLY_FOR_ARCHS with the supported platforms

PR:             52390
Submitted by:   "Pedro F. Giffuni" <giffunip@yahoo.com>
Original commit
Thursday, 20 Feb 2003
17:21 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 5 Aug 2001
22:01 lioux search for other commits by this committer
o Update to 3.1.14   	- bump PORTEPOCH since last version (1999.12.30) is   	 
bigger than new one (3.1.14); reviewed by sobomax   o Style changes on port's
Makefile   o Support NOPORTDOCS   o Add version number to library files to keep
ldconfig happy;     start with version 0; reviewed by dougb   o Update both
COMMENT and DESCR   o Add PKGMESSAGE warning about kernel options necessary to
get     it working    
Original commit
Wednesday, 21 Mar 2001
22:44 sobomax search for other commits by this committer
Author acked to release ports to the public. So be it.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:19 sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Original commit
Thursday, 15 Jun 2000
17:44 sobomax search for other commits by this committer
First round of INSTALL_SHLIB fixes.    
Original commit

Number of commits found: 29