svn commit: r494556 - head/games/gtkradiant/files

Jan Beich jbeich at FreeBSD.org
Mon Mar 4 07:09:42 UTC 2019


Author: jbeich
Date: Mon Mar  4 07:09:41 2019
New Revision: 494556
URL: https://svnweb.freebsd.org/changeset/ports/494556

Log:
  games/gtkradiant: unbreak with libc++ 8
  
  In file included from plugins/archivepak/plugin.cpp:24:
  In file included from include/iarchive.h:25:
  In file included from /usr/include/c++/v1/cstddef:38:
  include/version:1:1: error: expected unqualified-id
  1.5.0
  ^
  
  PR:		236192
  Approved by:	portmgr blanket

Modified:
  head/games/gtkradiant/files/patch-makeversion.py   (contents, props changed)

Modified: head/games/gtkradiant/files/patch-makeversion.py
==============================================================================
--- head/games/gtkradiant/files/patch-makeversion.py	Mon Mar  4 07:06:48 2019	(r494555)
+++ head/games/gtkradiant/files/patch-makeversion.py	Mon Mar  4 07:09:41 2019	(r494556)
@@ -11,6 +11,16 @@
  
  def get_version():
    # version
+@@ -68,9 +66,6 @@ def radiant_makeversion(append_about):
+   f = open('include/RADIANT_MAJOR', 'w')
+   f.write(major)
+   f.close()
+-  f = open('include/version', 'w')
+-  f.write(line)
+-  f.close()
+   # aboutmsg
+   aboutfile = 'include/aboutmsg.default'
+   if ( os.environ.has_key('RADIANT_ABOUTMSG') ):
 @@ -82,7 +80,7 @@
      line = f.readline()
      f.close()


More information about the svn-ports-all mailing list