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: textproc/latte/Makefile

Number of commits found: 27

Saturday, 7 Mar 2009
18:59 gerald search for other commits by this committer
Remove textproc/latte and textproc/nicetext per expiration note.
Original commit
Sunday, 1 Feb 2009
16:08 gerald search for other commits by this committer
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, dead upstream, and requiring gcc33 which fails to build
itself (and does not support current versionf of FreeBSD or non-i386).

EXPIRATION_DATE=2009-03-02.
Original commit
Tuesday, 6 Jan 2009
17:43 wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
Original commit
Thursday, 20 Mar 2008
10:03 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
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, 15 Aug 2006
01:04 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Friday, 9 Jun 2006
07:42 anray search for other commits by this committer
- Fix build.

Reported by:    krismail
Original commit
Wednesday, 7 Jun 2006
14:45 anray search for other commits by this committer
Add symbolic link from latte.el to xemacs site-lisp load dirrectory.
Original commit
Monday, 1 May 2006
14:45 erwin search for other commits by this committer
Drop dead master site.

PR:             96594
Submitted by:   Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
Original commit
Sunday, 5 Mar 2006
21:38 ade search for other commits by this committer
Attempt to fix build on 6-ia64.  This still builds on 6-i386,amd64.
I'm not entirely convinced this is a libtool issue.

Submitted by:   pointyhat
Approved by:    portmgr (implicit)
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
Tuesday, 2 Nov 2004
01:13 leeym search for other commits by this committer
- addINSTALLS_SHLIB=yes
- add USE_GCC=3.3 when default gcc is 3.4
Original commit
Saturday, 18 Sep 2004
18:41 kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
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, 22 Mar 2004
05:55 krion search for other commits by this committer
- Fix build

Noticed by:     bento via kris
Original commit
Friday, 19 Mar 2004
19:50 krion search for other commits by this committer
- Update to version 2.1

PR:             ports/64473
Submitted by:   Ports Fury
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
Monday, 23 Feb 2004
04:33 kris search for other commits by this committer
BROKEN on 5.x: configure fails
Original commit
Sunday, 22 Feb 2004
10:10 linimon search for other commits by this committer
Unbreak by preventing install from putting latte.el into root directory;
run strip; fix plist.

Also, reset maintainer.  This port has been broken for quite some time,
and I've never gotten any response to multiple emails about it.

PR:             ports/62781
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Original commit
Wednesday, 24 Sep 2003
09:37 osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Original commit
Friday, 8 Aug 2003
04:40 kris search for other commits by this committer
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
Original commit
Saturday, 22 Feb 2003
03:11 kris search for other commits by this committer
BROKEN: Installs latte.el in /
Original commit
Friday, 21 Feb 2003
13:42 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 22 Oct 2002
17:55 fenner search for other commits by this committer
Update Dominik Rothert's (MAINTAINER) email address.

Submitted by:   Dr. Jurgen K. Lang <jkl@astorit.de>
Original commit
Saturday, 31 Aug 2002
02:44 kris search for other commits by this committer
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
Original commit
Monday, 5 Feb 2001
16:35 olgeni search for other commits by this committer
More style fixes for ports/textproc.    
Original commit

Number of commits found: 27