Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 14:05:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377434 - head/astro/stellarium-qt4/files
Message-ID:  <201501191405.t0JE5Iw2042291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jan 19 14:05:17 2015
New Revision: 377434
URL: https://svnweb.freebsd.org/changeset/ports/377434
QAT: https://qat.redports.org/buildarchive/r377434/

Log:
  astro/stellarium-qt4: Bring back a patch that should not have been removed
  
  No need to bump -- the patch fixed the build on DragonFly alone, and this
  version has never been published to dports.  It was removed under the
  flag, "our changes have been moved upstream", but docs are still broken
  on DragonFly.

Added:
  head/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt   (contents, props changed)

Added: head/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt	Mon Jan 19 14:05:17 2015	(r377434)
@@ -0,0 +1,11 @@
+--- doc/CMakeLists.txt.orig	2014-10-11 11:24:38 UTC
++++ doc/CMakeLists.txt
+@@ -24,7 +24,7 @@ ADD_CUSTOM_COMMAND(
+   DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1
+ )
+ 
+-IF(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
++IF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+   INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION man/man1)
+ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+   INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191405.t0JE5Iw2042291>