[153065] trunk/dports/games/fortune/files

jmr at macports.org jmr at macports.org
Fri Sep 23 03:50:43 PDT 2016


Revision: 153065
          https://trac.macports.org/changeset/153065
Author:   jmr at macports.org
Date:     2016-09-23 03:50:43 -0700 (Fri, 23 Sep 2016)
Log Message:
-----------
fortune: don't build with -Werror (#52292)

Modified Paths:
--------------
    trunk/dports/games/fortune/files/patch-fortune-Makefile
    trunk/dports/games/fortune/files/patch-strfile-Makefile
    trunk/dports/games/fortune/files/patch-unstr-Makefile

Modified: trunk/dports/games/fortune/files/patch-fortune-Makefile
===================================================================
--- trunk/dports/games/fortune/files/patch-fortune-Makefile	2016-09-23 08:36:57 UTC (rev 153064)
+++ trunk/dports/games/fortune/files/patch-fortune-Makefile	2016-09-23 10:50:43 UTC (rev 153065)
@@ -1,12 +1,13 @@
---- fortune/Makefile.orig	2007-09-27 12:17:07.000000000 +0200
-+++ fortune/Makefile	2007-09-27 12:21:00.000000000 +0200
-@@ -2,9 +2,10 @@
+--- fortune/Makefile.orig	2005-02-18 05:06:37.000000000 +1100
++++ fortune/Makefile	2016-09-21 08:28:10.000000000 +1000
+@@ -2,9 +2,11 @@
  # $FreeBSD: src/games/fortune/fortune/Makefile,v 1.8 2005/02/17 18:06:37 ru Exp $
  
  PROG=	fortune
 -MAN=	fortune.6
 +MAN6=	fortune.6
  WARNS?=	2
++NO_WERROR=1
  CFLAGS+=-DDEBUG -I${.CURDIR}/../strfile
 +CFLAGS+=-D__FBSDID=__RCSID
  

Modified: trunk/dports/games/fortune/files/patch-strfile-Makefile
===================================================================
--- trunk/dports/games/fortune/files/patch-strfile-Makefile	2016-09-23 08:36:57 UTC (rev 153064)
+++ trunk/dports/games/fortune/files/patch-strfile-Makefile	2016-09-23 10:50:43 UTC (rev 153065)
@@ -1,14 +1,14 @@
---- strfile/Makefile.orig	2005-02-23 21:42:47.000000000 +0100
-+++ strfile/Makefile	2007-09-27 12:21:48.000000000 +0200
-@@ -2,8 +2,9 @@
+--- strfile/Makefile.orig	2005-02-24 07:42:47.000000000 +1100
++++ strfile/Makefile	2016-09-21 08:30:31.000000000 +1000
+@@ -2,8 +2,10 @@
  # $FreeBSD: src/games/fortune/strfile/Makefile,v 1.7 2005/02/23 20:42:47 ru Exp $
  
  PROG=	strfile
 -MAN=	strfile.8
 +MAN8=	strfile.8
  MLINKS= strfile.8 unstr.8
--WARNS?=	6
-+WARNS?=	2
+ WARNS?=	6
++NO_WERROR=1
 +CFLAGS+=-D__FBSDID=__RCSID
  
  .include <bsd.prog.mk>

Modified: trunk/dports/games/fortune/files/patch-unstr-Makefile
===================================================================
--- trunk/dports/games/fortune/files/patch-unstr-Makefile	2016-09-23 08:36:57 UTC (rev 153064)
+++ trunk/dports/games/fortune/files/patch-unstr-Makefile	2016-09-23 10:50:43 UTC (rev 153065)
@@ -1,13 +1,13 @@
---- unstr/Makefile.orig	2007-09-27 13:14:30.000000000 +0200
-+++ unstr/Makefile	2007-09-27 13:15:22.000000000 +0200
-@@ -2,9 +32,10 @@
+--- unstr/Makefile.orig	2005-02-24 07:59:03.000000000 +1100
++++ unstr/Makefile	2016-09-21 08:29:33.000000000 +1000
+@@ -2,8 +2,10 @@
  # $FreeBSD: src/games/fortune/unstr/Makefile,v 1.7 2005/02/23 20:59:03 ru Exp $
  
  PROG=	unstr
 -NO_MAN=
 +NOMAN=
--WARNS?=	6
-+WARNS?=	2
+ WARNS?=	6
++NO_WERROR=1
  CFLAGS+= -I${.CURDIR}/../strfile
 +CFLAGS+= -D__FBSDID=__RCSID
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160923/1bd4d318/attachment-0001.html>


More information about the macports-changes mailing list