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: devel/tvision/Makefile

Number of commits found: 31

Saturday, 7 Mar 2009
13:05 gerald search for other commits by this committer
Remove devel/prcs and devel/tvision 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
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
Sunday, 27 Jul 2008
17:11 arved search for other commits by this committer
Use system compiler on amd64
Original commit
Tuesday, 13 Mar 2007
17:38 fjoe search for other commits by this committer
USE_GMAKE as a temporary band-aid for make(1) in FreeBSD 7 that now
remakes makefiles but cycles on lib/Makefile from tvision sources.

GNU make does not consider a target that exists, has no commands, is
older than its sources as out-of-date if no sources were actually remade and
thus does not cycle on such Makefiles. The fix for make(1) is coming soon.
Original commit
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Monday, 14 Aug 2006
22:55 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Wednesday, 10 Nov 2004
20:50 arved search for other commits by this committer
* Integrate tvision-0.8-timeout.patch from PR: 71544
  ** Don't use alarms and signals, but use the timeout-feature of ncurses.
  Submitted by: Erling Jacobsen <linuxcub@email.dk>

* Don't patch a sourcefile twice, move patch-ncurses-mouse into
  patch-lib::system.cc
* As gcc33 is broken on AMD64 use gcc34 there
* Bump PORTREVISION
Original commit
Sunday, 24 Oct 2004
15:05 arved search for other commits by this committer
Go back to gcc3.3 to fix build.

Reported by:    kris
Original commit
Wednesday, 13 Oct 2004
08:26 arved search for other commits by this committer
First round of patches from Erling Jacobsen:

* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.

PR:     71544
Submitted by:   Erling Jacobsen <linuxcub@email.dk>

Set maintainer back to ports, as libh is now officially a dead project

Compile with GCC 3.4

Bump PORTREVISION
Original commit
Wednesday, 11 Feb 2004
15:22 arved search for other commits by this committer
USE_GCC 3.3, because it compiles fine with CURRENTS systemcompiler
Original commit
Thursday, 16 Oct 2003
11:12 fjoe search for other commits by this committer
Unbreak build on -CURRENT. Maintainer informed.
Original commit
01:14 kris search for other commits by this committer
BROKEN on 5.x: does not compile
Original commit
Sunday, 23 Mar 2003
15:40 arved search for other commits by this committer
Remove an obsolete headerfile.
Switch to gcc 3.2, while I am here. Bump PORTREVISION

Reported by:    kris
Submitted by:   Max Okumoto <okumoto@ucsd.edu>
Original commit
Friday, 7 Mar 2003
06:01 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
Saturday, 18 Jan 2003
14:56 arved search for other commits by this committer
Fix build on STABLE, by adding USE_GCC=3.1.

Reviewed by:    Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
Original commit
Friday, 10 Jan 2003
22:28 arved search for other commits by this committer
Fix Build on CURRENT.
Set Maintainer to libh@
Bump PORTREVISION

Submitted by:   Max Okumoto <okumoto@ucsd.edu>
Discussed on:   libh
Original commit
Thursday, 7 Nov 2002
03:10 adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
Original commit
Saturday, 26 Oct 2002
02:50 kris search for other commits by this committer
Mark BROKEN on 5.0
Original commit
Tuesday, 25 Jun 2002
18:36 ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39842
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Saturday, 1 Jun 2002
14:46 petef search for other commits by this committer
Bump PORTREVISION for the header file fixes in the last commit.

Submitted by:   The Anarcat <anarcat@anarcat.ath.cx>
Original commit
Monday, 27 May 2002
03:05 petef search for other commits by this committer
Refer to "tvision/myendian.h" instead of just "myendian.h" and actually
install the header.

PR:             36800
Submitted by:   The Anarcat <anarcat@anarcat.dyndns.org>
Original commit
Monday, 11 Mar 2002
21:24 pat search for other commits by this committer
Update to 0.8

PR:             35789
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Thursday, 31 Jan 2002
15:03 kevlo search for other commits by this committer
Add WWW and MASTER_SITES    
Original commit
Saturday, 24 Nov 2001
18:09 ijliao search for other commits by this committer
make it work with 80x50    
Original commit
Wednesday, 7 Nov 2001
11:44 tg search for other commits by this committer
New maintainer ports@; Sandro Sigala is no longer running FreeBSD.    
Original commit
Friday, 28 Sep 2001
14:45 alex search for other commits by this committer
Don't crash if a menu contains no submenus.    
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: 31