| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Oct 2012 22:38:56
5.9_1
|
linimon  |
Back out USE_GCC=any. I failed to notice that the build had been fixed
with clang while my tests were still running.
Hat: portmgr |
09 Oct 2012 22:12:14
5.9_1
|
linimon  |
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. |
08 Oct 2012 14:19:46
5.9_1
|
rafan  |
- Fix build with clang
PR: ports/172357
Submitted by: arrowdodger <6yearold at gmail.com>
Obtained from: upstream (20110409 and 20120608 patch) |
28 Feb 2012 16:20:41
5.9
|
rafan  |
- 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> |
14 May 2011 15:32:37
5.9
|
rafan  |
- Update to 5.9 |
09 Mar 2011 14:19:57
5.8
|
rafan  |
- Fix plist when WITH_EXTCOLORS is turned on
PR: ports/155401
Submitted by: Pierre Guinoiseau <geekounet at poildetroll.net> (with
modification) |
06 Mar 2011 09:19:31
5.8
|
rafan  |
- Update to 5.8 |
20 Nov 2009 22:53:09
5.7
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
05 Jan 2009 19:44:02
5.7
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
17 Nov 2008 12:59:31
5.7
|
rafan  |
- Correct plist when EXTCOLORS is defined |
17 Nov 2008 09:00:27
5.7
|
rafan  |
- Pet portlint(1) |
12 Nov 2008 09:12:35
5.7
|
rafan  |
- Add an option to enable 256 color support
Requested by: Kevin Kobb <kkobb at skylinecorp.com> |
06 Nov 2008 04:20:50
5.7
|
rafan  |
- Update to 5.7 |
11 Jun 2008 13:15:07
5.6_2
|
rafan  |
- Switch to modern TTY. This is backported from newer ncurses 5.6 snapshot.
PR: ports/124483
Submitted by: ed@ |
20 May 2008 06:04:09
5.6_1
|
rafan  |
- Since PORTEXAMPLES is used, no need to add extra entries in pkg-plist
Noticed by: itetcu |
31 Mar 2008 07:26:11
5.6_1
|
rafan  |
- 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] |
30 Oct 2007 06:27:08
5.6_1
|
rafan  |
- Fix build/install when WRKDIRPREFIX is set
PR: ports/117643
Reported by: Stefan Sperling <stsp at stsp.name> |
04 Aug 2007 11:41:31
5.6_1
|
gabor  |
- 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) |
16 Apr 2007 04:29:24
5.6_1
|
rafan  |
- Force commit to note distfiles are changed into ncurses/ subdir |
16 Apr 2007 04:19:43
5.6_1
|
rafan  |
- Add FreeBSD keyword for easier tracking |
16 Apr 2007 04:17:14
5.6_1
|
rafan  |
- 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 |
31 Jan 2007 18:41:08
5.6_1
|
rafan  |
- Register conflicts with devel/ncurses-devel
- Reduce diff against devel/ncurses-devel |
30 Jan 2007 04:23:59
5.6_1
|
kris  |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
05 Jan 2007 04:16:39
5.6_1
|
rafan  |
- 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] |
30 Dec 2006 04:37:31
5.6
|
rafan  |
- Update to 5.6 |
30 Dec 2006 03:49:30
5.5
|
rafan  |
- Move MAN3 into a separate files for easier maintenance
- Other style changes
This makes 5.6 update easier. |
14 Aug 2006 04:16:20
5.5_2
|
rafan  |
- Respect DESTDIR
- s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/101879
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
27 Jun 2006 03:58:58
5.5_2
|
rafan  |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
22 Jun 2006 23:24:38
5.5_2
|
garga  |
Use termcap instead terminfo, like ncurses from base system does
PR: ports/99212
Submitted by: maintainer |
22 May 2006 11:38:36
5.5_1
|
garga  |
- 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> |
15 May 2006 20:04:25
5.5
|
garga  |
- Update to 5.5
- Take maintainership |
11 Feb 2006 21:03:14
5.4
|
netchild  |
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] |
07 Jan 2006 20:00:09
5.4
|
trevor  |
Hash with SHA-256. |
06 Aug 2005 18:28:09
5.4
|
pav  |
- 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) |
09 Apr 2004 07:30:44
5.4
|
trevor  |
Update to 5.4.
PR: 63338
Submitted by: linimon |
09 Apr 2004 04:35:11
5.3
|
trevor  |
Fix grammar and spalling. List home page.
PR: 63338
Submitted by: linimon |
27 Jan 2004 16:12:37
5.3
|
trevor  |
Add size data. |
01 Mar 2003 14:34:34
5.3
|
trevor  |
Retire comment file. |
01 Nov 2002 06:41:36
5.3
|
trevor  |
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. |
13 Oct 2002 03:41:16
5.2
|
kris  |
This has been in the base system and marked FORBIDDEN since 4.0-RELEASE.
Remove it. |
05 Feb 2001 14:34:42 
|
olgeni  |
Style police over the devel category. |
01 Jan 2001 10:15:17 
|
will  |
Goodbye, YEAR2000. Hello, 2001. |
08 Dec 2000 21:07:44 
|
ade  |
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. |
13 Nov 2000 11:59:46 
|
tg  |
Don't try to installed non-existent files/Makefile. |
10 Nov 2000 12:52:48 
|
tg  |
Upgrade to 5.2. I hope this will work for the Python users on FreeBSD-3.x out
there. |
07 Nov 2000 09:36:01 
|
trevor  |
Mark forbidden because of reported buffer overflows. |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
22 Jun 2000 06:52:16 
|
will  |
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. |