aboutsummaryrefslogtreecommitdiff
path: root/devel/tvision/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* USE_GMAKE as a temporary band-aid for make(1) in FreeBSD 7 that nowMax Khon2007-03-131-0/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=187326
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* * Integrate tvision-0.8-timeout.patch from PR: 71544Tilman Keskinoz2004-11-101-1/+5
| | | | | | | | | | | | | ** 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 Notes: svn path=/head/; revision=121333
* Go back to gcc3.3 to fix build.Tilman Keskinoz2004-10-241-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=120077
* First round of patches from Erling Jacobsen:Tilman Keskinoz2004-10-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=119177
* USE_GCC 3.3, because it compiles fine with CURRENTS systemcompilerTilman Keskinoz2004-02-111-1/+1
| | | | Notes: svn path=/head/; revision=100677
* Unbreak build on -CURRENT. Maintainer informed.Max Khon2003-10-161-5/+1
| | | | Notes: svn path=/head/; revision=91424
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-0/+4
| | | | Notes: svn path=/head/; revision=91379
* Remove an obsolete headerfile.Tilman Keskinoz2003-03-231-2/+2
| | | | | | | | | | Switch to gcc 3.2, while I am here. Bump PORTREVISION Reported by: kris Submitted by: Max Okumoto <okumoto@ucsd.edu> Notes: svn path=/head/; revision=77263
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on STABLE, by adding USE_GCC=3.1.Tilman Keskinoz2003-01-181-0/+1
| | | | | | | Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter) Notes: svn path=/head/; revision=73399
* Fix Build on CURRENT.Tilman Keskinoz2003-01-101-6/+2
| | | | | | | | | | | Set Maintainer to libh@ Bump PORTREVISION Submitted by: Max Okumoto <okumoto@ucsd.edu> Discussed on: libh Notes: svn path=/head/; revision=72863
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-071-2/+0
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-251-2/+3
| | | | | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61964
* Bump PORTREVISION for the header file fixes in the last commit.Pete Fritchman2002-06-011-0/+1
| | | | | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=60429
* Refer to "tvision/myendian.h" instead of just "myendian.h" and actuallyPete Fritchman2002-05-271-0/+9
| | | | | | | | | | install the header. PR: 36800 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org> Notes: svn path=/head/; revision=60063
* Update to 0.8Patrick Li2002-03-111-3/+3
| | | | | | | | PR: 35789 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55886
* Add WWW and MASTER_SITESKevin Lo2002-01-311-1/+2
| | | | Notes: svn path=/head/; revision=54081
* make it work with 80x50Ying-Chieh Liao2001-11-241-1/+1
| | | | | | | | PR: 31973 Submitted by: Andrew Milton <akm@theinternet.com.au> Notes: svn path=/head/; revision=50486
* New maintainer ports@; Sandro Sigala is no longer running FreeBSD.Thomas Gellekum2001-11-071-1/+1
| | | | | | | Update MASTER_SITES for umatrix, while I'm here. Notes: svn path=/head/; revision=49732
* Don't crash if a menu contains no submenus.Alexander Langer2001-09-281-0/+1
| | | | Notes: svn path=/head/; revision=48244
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-151-0/+1
| | | | Notes: svn path=/head/; revision=29613
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27505
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisJeremy Lea2000-01-291-1/+0
| | | | | | | for them. Notes: svn path=/head/; revision=25296
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Previous master site is now defunct. Find a new one and upgrade to versionSteve Price1999-07-051-4/+5
| | | | | | | 0.7 while I'm here. Notes: svn path=/head/; revision=20086
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-051-7/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Unbreak for ELF.Jun Kuriyama1999-05-091-3/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=18631
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=13920
* Upgrade to 0.6.Vanilla I. Shu1998-09-161-5/+11
| | | | Notes: svn path=/head/; revision=13185
* Upgrade to 0.5. Now it uses the ACS for the terminal, if available.Thomas Gellekum1997-12-101-3/+3
| | | | Notes: svn path=/head/; revision=9050
* Correct the "version required" comment.John Polstra1997-05-291-2/+2
| | | | Notes: svn path=/head/; revision=6616
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* Update to version 0.4. Now supports moused!Jordan K. Hubbard1997-04-251-3/+3
| | | | Notes: svn path=/head/; revision=6296
* Commit the Borland TurboVision Port. I've been playing with this andJordan K. Hubbard1997-02-251-0/+17
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> Notes: svn path=/head/; revision=5737