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/ncurses/Makefile

Number of commits found: 140 (showing only 40 on this page)

«  1 | 2 

Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Monday, 8 Oct 2012
14:19 rafan search for other commits by this committer
- Fix build with clang

PR:		ports/172357
Submitted by:	arrowdodger <6yearold at gmail.com>
Obtained from:	upstream (20110409 and 20120608 patch)
Original commitRevision:305536 
Tuesday, 28 Feb 2012
16:20 rafan search for other commits by this committer
- Make post-install tic(1) happy when there are too many terminfo files
  installed, e.g. installed by other ports

PR:             ports/165520
Submitted by:   IWAMOTO Kouichi <sue at iwmt.org>
Original commit
Saturday, 14 May 2011
15:32 rafan search for other commits by this committer
- Update to 5.9
Original commit
Sunday, 6 Mar 2011
09:19 rafan search for other commits by this committer
- Update to 5.8
Original commit
Friday, 20 Nov 2009
22:53 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Monday, 17 Nov 2008
12:59 rafan search for other commits by this committer
- Correct plist when EXTCOLORS is defined
Original commit
09:00 rafan search for other commits by this committer
- Pet portlint(1)
Original commit
Wednesday, 12 Nov 2008
09:12 rafan search for other commits by this committer
- Add an option to enable 256 color support

Requested by:   Kevin Kobb <kkobb at skylinecorp.com>
Original commit
Thursday, 6 Nov 2008
04:20 rafan search for other commits by this committer
- Update to 5.7
Original commit
Wednesday, 11 Jun 2008
13:15 rafan search for other commits by this committer
- Switch to modern TTY. This is backported from newer ncurses 5.6 snapshot.

PR:             ports/124483
Submitted by:   ed@
Original commit
Monday, 31 Mar 2008
07:26 rafan search for other commits by this committer
- Really fix build when WRKDIRPREFIX [1]
  I don't know why the current approach works in my previous test. Now
  really fix the build by changing to .CURDIR (where the port lives).
  Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
  live outside somewhere else.
- Respect PORTEXAMPLES
- Add trailing slash for destination directory

PR:             ports/117643 [1]
Submitted by:   Stefan Sperling <stsp at stsp.name> [1]
Original commit
Tuesday, 30 Oct 2007
06:27 rafan search for other commits by this committer
- Fix build/install when WRKDIRPREFIX is set

PR:             ports/117643
Reported by:    Stefan Sperling <stsp at stsp.name>
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Original commit
Monday, 16 Apr 2007
04:29 rafan search for other commits by this committer
- Force commit to note distfiles are changed into ncurses/ subdir
Original commit
04:17 rafan search for other commits by this committer
- Make manual pages macros more like what we have in src/lib/ncurses. This
  makes easier update in the base system.
- Remove 4.x support in devel/ncurses
Original commit
Wednesday, 31 Jan 2007
18:41 rafan search for other commits by this committer
- Register conflicts with devel/ncurses-devel
- Reduce diff against devel/ncurses-devel
Original commit
Tuesday, 30 Jan 2007
04:23 kris search for other commits by this committer
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Original commit
Friday, 5 Jan 2007
04:16 rafan search for other commits by this committer
- Enable terminfo again, can be turned off via WITHOUT_TERMINFO [1]
  - Partially address bin/71801
  - terminfo and termcap are both enabled by default
  - Additional terminfo should be installed as share/misc/*.terminfo
    When installing/upgrading ncurses port, these *.terminfo will
    be taken care automatically. [2]
- Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
  - Fix problem on amd64 with ncursesw
- Remove our own rpath stuffs, use --enable-rpath instead.
  - I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
    Let me know if this causes problem.
- Profiling and debug libraries can be built conditionally
  - By default, profiling libraries is built

Thanks to:      thierry and Thomas Dickey [1]
Submitted by:   thierry [2]
Original commit
Saturday, 30 Dec 2006
04:37 rafan search for other commits by this committer
- Update to 5.6
Original commit
03:49 rafan search for other commits by this committer
- Move MAN3 into a separate files for easier maintenance
- Other style changes

This makes 5.6 update easier.
Original commit
Monday, 14 Aug 2006
04:16 rafan search for other commits by this committer
- Respect DESTDIR
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:             ports/101879
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Tuesday, 27 Jun 2006
03:58 rafan search for other commits by this committer
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
Original commit
Thursday, 22 Jun 2006
23:24 garga search for other commits by this committer
Use termcap instead terminfo, like ncurses from base system does

PR:             ports/99212
Submitted by:   maintainer
Original commit
Monday, 22 May 2006
11:38 garga search for other commits by this committer
- Install widec (wide character) support, and install bith libraries for
  FreeBSD > 5.3
- Bump PORTREVISION
- Pass maintainership to submitter since he did all this job

PR:             ports/97462
Submitted by:   Rong-En Fan <rafan at infor.org>
Original commit
Monday, 15 May 2006
20:04 garga search for other commits by this committer
- Update to 5.5
- Take maintainership
Original commit
Saturday, 11 Feb 2006
21:03 netchild search for other commits by this committer
Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:     portmgr (explicit: krion; silence: rest)
Maintainer timeout:     ~4 months
Submitted by:           Sangwoo Shim <sangwoos@gmail.com> [1]
PR:                     87985 [1]
Original commit
Saturday, 6 Aug 2005
18:28 pav search for other commits by this committer
- Fix plist (libraries)
- Fix MLINKS
- Force manpages to gzip format

PR:             ports/83642 [1, 2]
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    maintainer timeout (19 days)
Approved by:    portmgr (krion)
Original commit
Friday, 9 Apr 2004
07:30 trevor search for other commits by this committer
Update to 5.4.

PR:             63338
Submitted by:   linimon
Original commit
Saturday, 1 Mar 2003
14:34 trevor search for other commits by this committer
Retire comment file.
Original commit
Friday, 1 Nov 2002
06:41 trevor search for other commits by this committer
53 41 54 4F 52
41 52 45 50 4F
54 45 4E 45 54
4F 50 45 52 41
52 4F 54 41 53  I summon ncurses 5.3.
Original commit
Sunday, 13 Oct 2002
03:41 kris search for other commits by this committer
This has been in the base system and marked FORBIDDEN since 4.0-RELEASE.
Remove it.
Original commit
Monday, 5 Feb 2001
14:34 olgeni search for other commits by this committer
Style police over the devel category.    
Original commit
Monday, 1 Jan 2001
10:15 will search for other commits by this committer
Goodbye, YEAR2000.  Hello, 2001.    
Original commit
Friday, 8 Dec 2000
21:07 ade search for other commits by this committer
Mark FORBIDDEN for 4.x and above which already has this in the   base system -
lots of wonderful breakages with this port installed   too on such systems.    
Original commit
Monday, 13 Nov 2000
11:59 tg search for other commits by this committer
Don't try to installed non-existent files/Makefile.    
Original commit
Friday, 10 Nov 2000
12:52 tg search for other commits by this committer
Upgrade to 5.2. I hope this will work for the Python users on   FreeBSD-3.x out
there.    
Original commit
Tuesday, 7 Nov 2000
09:36 trevor search for other commits by this committer
Mark forbidden because of reported buffer overflows.    
Original commit
Thursday, 22 Jun 2000
06:52 will search for other commits by this committer
Unleash all of these ports upon the people.  I no longer have any interest   in
any of them, but will be happy to assign MAINTAINER to others and commit  
updates for them.    
Original commit

Number of commits found: 140 (showing only 40 on this page)

«  1 | 2