svn commit: r517145 - head/astro/kstars

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Nov 9 20:23:30 UTC 2019


Author: rakuco
Date: Sat Nov  9 20:23:30 2019
New Revision: 517145
URL: https://svnweb.freebsd.org/changeset/ports/517145

Log:
  Remove post-patch section.
  
  Upstream was fixed back in 2015 with commit 4946984e01.

Modified:
  head/astro/kstars/Makefile

Modified: head/astro/kstars/Makefile
==============================================================================
--- head/astro/kstars/Makefile	Sat Nov  9 20:17:05 2019	(r517144)
+++ head/astro/kstars/Makefile	Sat Nov  9 20:23:30 2019	(r517145)
@@ -33,10 +33,4 @@ USE_QT=		concurrent core datavis3d dbus declarative gu
 		xml \
 		buildtools_build qmake_build
 
-post-patch:
-# climits defines ULLONG_MAX and LLONG_MAX
-	${REINPLACE_CMD} -e 's#ULONG_LONG_MAX#ULLONG_MAX#g' \
-			 -e 's#LONG_LONG_MAX#LLONG_MAX#g' \
-		${WRKSRC}/kstars/fitsviewer/fitsdata.cpp
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list