Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 15:53:33 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315829 - head/astro/boinc-astropulse
Message-ID:  <201304161553.r3GFrXLa005426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Apr 16 15:53:32 2013
New Revision: 315829
URL: http://svnweb.freebsd.org/changeset/ports/315829

Log:
  Some cleanups:
  - properly use bsd.port.options.mk
  - remove empty OPTIONS_DEFAULT
  - no need to support FreeBSD 9.0 anymore, 9.1 is used for cluster builds
  Feature safe:	yes

Modified:
  head/astro/boinc-astropulse/Makefile

Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile	Tue Apr 16 15:46:00 2013	(r315828)
+++ head/astro/boinc-astropulse/Makefile	Tue Apr 16 15:53:32 2013	(r315829)
@@ -38,16 +38,9 @@ BOINC_CLIENT_GROUP?=	nobody
 BOINC_CLIENT_HOME?=	/var/db/boinc
 
 OPTIONS_DEFINE=	X11
-
 X11_DESC=	Build screensaver (requires net/boinc-client with X11)
 
-OPTIONS_DEFAULT=
-
-.include <bsd.port.pre.mk>
-# stolen and adapted from bsd.port.mk
-.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012
-BUILD_DEPENDS+=	${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
 LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg \
@@ -106,4 +99,4 @@ post-install:
 	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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