Commit graph

40 commits

Author SHA1 Message Date
Tilman Keskinoz
fc31b9cbe7 * 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
2004-11-10 20:50:12 +00:00
Tilman Keskinoz
e7d0ae0a0a Go back to gcc3.3 to fix build.
Reported by: 	kris
2004-10-24 15:05:00 +00:00
Tilman Keskinoz
ab16937b74 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
2004-10-13 08:26:49 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Tilman Keskinoz
bf22764344 USE_GCC 3.3, because it compiles fine with CURRENTS systemcompiler 2004-02-11 15:22:24 +00:00
Max Khon
f1c183c944 Unbreak build on -CURRENT. Maintainer informed. 2003-10-16 11:12:12 +00:00
Kris Kennaway
efd3830f38 BROKEN on 5.x: does not compile 2003-10-16 01:31:58 +00:00
Tilman Keskinoz
1b4b439d9b 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>
2003-03-23 15:40:40 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Tilman Keskinoz
ef4da72252 Fix build on STABLE, by adding USE_GCC=3.1.
Reviewed by:	Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
2003-01-18 14:56:51 +00:00
Tilman Keskinoz
e7d39d0302 Fix Build on CURRENT.
Set Maintainer to libh@
Bump PORTREVISION

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
Discussed on:	libh
2003-01-10 22:28:19 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
76f26d3acf Mark BROKEN on 5.0 2002-10-26 02:55:52 +00:00
Ying-Chieh Liao
c2e96a6fd1 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39842
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-25 18:36:39 +00:00
Pete Fritchman
d0383dff3f Bump PORTREVISION for the header file fixes in the last commit.
Submitted by:	The Anarcat <anarcat@anarcat.ath.cx>
2002-06-01 14:46:22 +00:00
Pete Fritchman
edf3af991e 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>
2002-05-27 03:05:56 +00:00
Patrick Li
3838f0c5a0 Update to 0.8
PR:		35789
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-11 21:24:17 +00:00
Kevin Lo
1106261dc3 Add WWW and MASTER_SITES 2002-01-31 15:03:40 +00:00
Ying-Chieh Liao
d783ad5ca0 make it work with 80x50
PR:		31973
Submitted by:	Andrew Milton <akm@theinternet.com.au>
2001-11-24 18:09:37 +00:00
Thomas Gellekum
a3ef3079aa New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
Update MASTER_SITES for umatrix, while I'm here.
2001-11-07 11:44:09 +00:00
Alexander Langer
12a94fc568 Don't crash if a menu contains no submenus. 2001-09-28 13:45:27 +00:00
Alexander Langer
024a394fe0 Silence a warning. 2001-06-19 16:31:40 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 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.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
Jeremy Lea
d02f2cd4ef Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
2000-01-29 22:46:04 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Steve Price
a9c63b559a Previous master site is now defunct. Find a new one and upgrade to version
0.7 while I'm here.
1999-07-05 19:11:22 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Jun Kuriyama
9c072fe384 Unbreak for ELF.
Found by:	bento
1999-05-09 12:28:46 +00:00
Justin M. Seger
4575e473a3 Mark BROKEN for ELF:
Creating package /usr/ports/packages/All/tvision-0.6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz'
tar: can't add file lib/libtvision.so.0 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 21:08:35 +00:00
Vanilla I. Shu
fbdec80525 Upgrade to 0.6. 1998-09-16 22:34:38 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Thomas Gellekum
57e9b6efa5 Upgrade to 0.5. Now it uses the ACS for the terminal, if available. 1997-12-10 13:56:50 +00:00
John Polstra
87225d9e6d Correct the "version required" comment. 1997-05-29 05:09:45 +00:00
Satoshi Asami
bada70ab1f Use new MASTER_SITE_LOCAL variable from bsd.port.mk. 1997-04-30 03:18:09 +00:00
Jordan K. Hubbard
e10d0028d7 Update to version 0.4. Now supports moused! 1997-04-25 11:54:09 +00:00
Jordan K. Hubbard
e90adf0512 Commit the Borland TurboVision Port. I've been playing with this and
it's pretty slick if a CUI is what you're in the market for (well, it
certainly makes libdialog look seriously weak by comparison, anyway).
I plan to use it for sysinstall's replacement.
Submitted by:	Sergio Sigala <ssigala@globalnet.it>
1997-02-25 04:19:49 +00:00