svn commit: r407627 - in head/games/tads: . files

John Marino marino at FreeBSD.org
Sun Jan 31 13:08:13 UTC 2016


Author: marino
Date: Sun Jan 31 13:08:11 2016
New Revision: 407627
URL: https://svnweb.freebsd.org/changeset/ports/407627

Log:
  games/tads: USES+= ncurses, respect LDFLAGS
  
  while here, regenerate patches (but maintain non-standard patch names)

Modified:
  head/games/tads/Makefile
  head/games/tads/files/patch-makefile
  head/games/tads/files/patch-tads2_osunixt.c
  head/games/tads/files/patch-tads2_osunixt.h

Modified: head/games/tads/Makefile
==============================================================================
--- head/games/tads/Makefile	Sun Jan 31 13:01:58 2016	(r407626)
+++ head/games/tads/Makefile	Sun Jan 31 13:08:11 2016	(r407627)
@@ -17,6 +17,7 @@ LICENSE_PERMS=	dist-mirror pkg-mirror au
 
 CONFLICTS=	frobtads-1.*
 
+USES=		ncurses
 WRKSRC=		${WRKDIR}/tads-3.0.8/tads2
 DATADIR=	${PREFIX}/share/tads2
 

Modified: head/games/tads/files/patch-makefile
==============================================================================
--- head/games/tads/files/patch-makefile	Sun Jan 31 13:01:58 2016	(r407626)
+++ head/games/tads/files/patch-makefile	Sun Jan 31 13:08:11 2016	(r407627)
@@ -1,6 +1,6 @@
---- Makefile.orig	Fri Jan 17 00:30:32 2003
-+++ Makefile	Fri Jan 17 00:30:49 2003
-@@ -238,16 +238,16 @@
+--- Makefile.orig	2004-11-05 13:34:49 UTC
++++ Makefile
+@@ -246,16 +246,16 @@ MATT=Matt Herberg <meherberg at earthlink.n
  # compatibility libraries installed.  It has not been tested with a bare
  # FreeBSD system without the Linux libraries.
  #
@@ -22,7 +22,7 @@
 +AFLAGS=
 +OVLFLG=
 +MACHDEP=
-+LIBS=-ltermcap
++LIBS=$(LDFLAGS) -lncurses
 +MAKEXEC=touch
  
  # OpenBSD 3.0 with gcc 2.95.3

Modified: head/games/tads/files/patch-tads2_osunixt.c
==============================================================================
--- head/games/tads/files/patch-tads2_osunixt.c	Sun Jan 31 13:01:58 2016	(r407626)
+++ head/games/tads/files/patch-tads2_osunixt.c	Sun Jan 31 13:08:11 2016	(r407627)
@@ -1,5 +1,6 @@
-Index: osunixt.c
-@@ -960,7 +960,7 @@
+--- osunixt.c.orig	2004-12-15 02:06:26 UTC
++++ osunixt.c
+@@ -960,7 +960,7 @@ t_tty(int action)
          t.c_cc[VMIN] = 1;
          t.c_cc[VTIME] = 0;
  #if !defined(SGI_IRIX)
@@ -8,7 +9,7 @@ Index: osunixt.c
  #else
          t.c_oflag &= (~TAB3);
  #endif
-@@ -984,7 +984,7 @@
+@@ -984,7 +984,7 @@ t_tty(int action)
  #ifdef  USE_SGTTY
      ospeed = t.sg_ospeed;
  #else   

Modified: head/games/tads/files/patch-tads2_osunixt.h
==============================================================================
--- head/games/tads/files/patch-tads2_osunixt.h	Sun Jan 31 13:01:58 2016	(r407626)
+++ head/games/tads/files/patch-tads2_osunixt.h	Sun Jan 31 13:08:11 2016	(r407627)
@@ -1,5 +1,6 @@
-Index: osunixt.h
-@@ -84,7 +84,7 @@
+--- osunixt.h.orig	2004-02-17 02:20:41 UTC
++++ osunixt.h
+@@ -84,7 +84,7 @@ Tue Nov 22 15:16:10 EST 1994    Dave Bag
   * Define the following to use sgtty.h instead of termios or direct
   * ioctl hacking.
   */


More information about the svn-ports-head mailing list