Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 20:23:30 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517145 - head/astro/kstars
Message-ID:  <201911092023.xA9KNUBo097960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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