CVS log for ports/devel/tvision/Attic/Makefile
Up to [FreeBSD] / ports / devel / tvision
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.45
Sat Mar 7 13:05:00 2009 UTC (2 years, 11 months ago) by gerald
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.44: +1 -1 lines
Remove devel/prcs and devel/tvision per expiration note.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Feb 1 16:08:00 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -0 lines
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.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:52 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 lines
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jul 27 17:11:36 2008 UTC (3 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -4 lines
Use system compiler on amd64
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:38:15 2007 UTC (4 years, 11 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
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.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:34 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 14 22:55:17 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- 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>
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu May 4 21:41:10 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 10 20:50:12 2004 UTC (7 years, 3 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -1 lines
* 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
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Oct 24 15:05:00 2004 UTC (7 years, 3 months ago) by arved
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Go back to gcc3.3 to fix build. Reported by: kris
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 13 08:26:49 2004 UTC (7 years, 4 months ago) by arved
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
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
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:22:24 2004 UTC (8 years ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
USE_GCC 3.3, because it compiles fine with CURRENTS systemcompiler
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 16 11:12:12 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -5 lines
Unbreak build on -CURRENT. Maintainer informed.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 16 01:14:01 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -0 lines
BROKEN on 5.x: does not compile
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 23 15:40:40 2003 UTC (8 years, 10 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
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>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:01:15 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 18 14:56:51 2003 UTC (9 years ago) by arved
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Fix build on STABLE, by adding USE_GCC=3.1. Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jan 10 22:28:18 2003 UTC (9 years, 1 month ago) by arved
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -6 lines
Fix Build on CURRENT. Set Maintainer to libh@ Bump PORTREVISION Submitted by: Max Okumoto <okumoto@ucsd.edu> Discussed on: libh
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 7 03:10:49 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -2 lines
Fix PORTCOMMENTs that were killing INDEX builds. 105 pointy hats to: me Approved by: pat
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:47 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 26 02:50:48 2002 UTC (9 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -1 lines
Mark BROKEN on 5.0
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 25 18:36:39 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jun 1 14:46:22 2002 UTC (9 years, 8 months ago) by petef
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
Bump PORTREVISION for the header file fixes in the last commit. Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 27 03:05:56 2002 UTC (9 years, 8 months ago) by petef
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -0 lines
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>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 11 21:24:15 2002 UTC (9 years, 11 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Update to 0.8 PR: 35789 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jan 31 15:03:40 2002 UTC (10 years ago) by kevlo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Add WWW and MASTER_SITES
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Nov 24 18:09:37 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
make it work with 80x50 PR: 31973 Submitted by: Andrew Milton <akm@theinternet.com.au>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 7 11:44:09 2001 UTC (10 years, 3 months ago) by tg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
New maintainer ports@; Sandro Sigala is no longer running FreeBSD. Update MASTER_SITES for umatrix, while I'm here.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 28 13:45:27 2001 UTC (10 years, 4 months ago) by alex
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Don't crash if a menu contains no submenus.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:11 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
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
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:19:30 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
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
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 15 16:43:53 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
First round of INSTALL_SHLIB fixes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Apr 14 05:44:37 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Convert to PORTNAME/PORTVERSION.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 29 22:46:00 2000 UTC (12 years ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this for them.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:50:27 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Change Id->FreeBSD.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 5 19:11:14 1999 UTC (12 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -4 lines
Previous master site is now defunct. Find a new one and upgrade to version 0.7 while I'm here.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 5 18:59:57 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -7 lines
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 9 12:28:46 1999 UTC (12 years, 9 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
Unbreak for ELF. Found by: bento
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 12 21:08:35 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Sep 16 22:34:37 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -5 lines
Upgrade to 0.6.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 10 13:56:49 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Upgrade to 0.5. Now it uses the ACS for the terminal, if available.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 29 05:09:45 1997 UTC (14 years, 8 months ago) by jdp
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Correct the "version required" comment.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 30 03:17:58 1997 UTC (14 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 25 11:54:08 1997 UTC (14 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to version 0.4. Now supports moused!
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Feb 25 04:19:46 1997 UTC (14 years, 11 months ago) by jkh
Branches: BORLAND
CVS tags: tvision0_3, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 25 04:19:46 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Initial revision
