svn commit: r377597 - in head/astro: stellarium stellarium-qt4

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 21 13:00:34 UTC 2015


Author: danfe
Date: Wed Jan 21 13:00:33 2015
New Revision: 377597
URL: https://svnweb.freebsd.org/changeset/ports/377597
QAT: https://qat.redports.org/buildarchive/r377597/

Log:
  Reduce the differences between two ports.

Modified:
  head/astro/stellarium-qt4/Makefile
  head/astro/stellarium/Makefile

Modified: head/astro/stellarium-qt4/Makefile
==============================================================================
--- head/astro/stellarium-qt4/Makefile	Wed Jan 21 12:57:27 2015	(r377596)
+++ head/astro/stellarium-qt4/Makefile	Wed Jan 21 13:00:33 2015	(r377597)
@@ -34,7 +34,7 @@ SCRIPTING_DESC=		Scripting support
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MMORE_STARS}
+.if ${PORT_OPTIONS:MMORE_STARS} || ${.TARGETS:Mmakesum}
 .  for i in 4 5 6 7 8
 MASTER_SITES+=	SF/${PORTNAME}/Extra-data-files/stars${i}:stars${i}
 .  endfor
@@ -46,7 +46,7 @@ PLIST_SUB+=	MORE_STARS=""
 PLIST_SUB+=	MORE_STARS="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MTEXTURES}
+.if ${PORT_OPTIONS:MTEXTURES} || ${.TARGETS:Mmakesum}
 MASTER_SITES+=	SF/${PORTNAME}/Extra-data-files/textures:gfx
 DISTFILES+=	textures-1K.zip:gfx
 PLIST_SUB+=	TEXTURES=""

Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile	Wed Jan 21 12:57:27 2015	(r377596)
+++ head/astro/stellarium/Makefile	Wed Jan 21 13:00:33 2015	(r377597)
@@ -13,6 +13,8 @@ COMMENT=	3D photo-realistic sky renderer
 
 LICENSE=	GPLv2
 
+CONFLICTS_INSTALL=	${PORTNAME}-0.12.*
+
 USES=		cmake gettext iconv
 USE_QT5=	qmake_build buildtools_build linguisttools_build \
 		core concurrent declarative


More information about the svn-ports-all mailing list