Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20250326 28 Mar 2025 05:55:18
    |
Yuri Victorovich (yuri)  Author: gatekeeper |
devel/tvision: New port: Modern port of Turbo Vision 2.0, a TUI framework
Some alterations and additions were made to the original submission.
PR: 285640 |
0.8_7 07 Mar 2009 13:05:01
 |
gerald  |
Remove devel/prcs and devel/tvision per expiration note. |
0.8_7 01 Feb 2009 16:08:01
 |
gerald  |
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. |
0.8_7 21 Aug 2008 06:18:49
 |
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
0.8_7 27 Jul 2008 17:11:36
 |
arved  |
Use system compiler on amd64 |
0.8_6 13 Mar 2007 17:38:16
 |
fjoe  |
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. |
0.8_6 01 Feb 2007 02:42:06
 |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
0.8_6 14 Aug 2006 22:55:18
 |
clsung  |
- 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> |
0.8_6 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.8_6 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
0.8_6 10 Nov 2004 20:50:12
 |
arved  |
* 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 |
0.8_5 24 Oct 2004 15:05:00
 |
arved  |
Go back to gcc3.3 to fix build.
Reported by: kris |
0.8_5 13 Oct 2004 08:26:50
 |
arved  |
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 |
0.8_4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.8_4 11 Feb 2004 15:22:24
 |
arved  |
USE_GCC 3.3, because it compiles fine with CURRENTS systemcompiler |
0.8_4 16 Oct 2003 11:12:12
 |
fjoe  |
Unbreak build on -CURRENT. Maintainer informed. |
0.8_3 16 Oct 2003 01:14:01
 |
kris  |
BROKEN on 5.x: does not compile |
0.8_3 23 Mar 2003 15:40:40
 |
arved  |
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> |
0.8_2 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.8_2 18 Jan 2003 14:56:51
 |
arved  |
Fix build on STABLE, by adding USE_GCC=3.1.
Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter) |
0.8_2 10 Jan 2003 22:28:19
 |
arved  |
Fix Build on CURRENT.
Set Maintainer to libh@
Bump PORTREVISION
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Discussed on: libh |
0.8_1 07 Nov 2002 03:10:58
 |
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
0.8_1 26 Oct 2002 02:50:48
 |
kris  |
Mark BROKEN on 5.0 |
0.8_1 25 Jun 2002 18:36:39
 |
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.8_1 01 Jun 2002 14:46:22
 |
petef  |
Bump PORTREVISION for the header file fixes in the last commit.
Submitted by: The Anarcat <anarcat@anarcat.ath.cx> |
0.8 27 May 2002 03:05:59
 |
petef  |
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> |
11 Mar 2002 21:24:17
 |
pat  |
Update to 0.8
PR: 35789
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
31 Jan 2002 15:03:40
    |
kevlo  |
Add WWW and MASTER_SITES |
24 Nov 2001 18:09:38
    |
ijliao  |
make it work with 80x50 |
07 Nov 2001 11:44:10
    |
tg  |
New maintainer ports@; Sandro Sigala is no longer running FreeBSD. |
28 Sep 2001 14:45:28
    |
alex  |
Don't crash if a menu contains no submenus. |
19 Jun 2001 17:31:40
    |
alex  |
Silence a warning. |
08 Oct 2000 02:10:04
    |
asami  |
Convert category devel to new layout. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52
    |
sobomax  |
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.
|
15 Jun 2000 17:44:17
    |
sobomax  |
First round of INSTALL_SHLIB fixes. |