Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 12:53:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372773 - head/misc/zoneinfo
Message-ID:  <201411191253.sAJCr0nt074970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Nov 19 12:53:00 2014
New Revision: 372773
URL: https://svnweb.freebsd.org/changeset/ports/372773
QAT: https://qat.redports.org/buildarchive/r372773/

Log:
  Allow package building to allow users to get rapide update of the timezones by
  simply installing the package
  
  Note: testing will fail as poudriere is pedantic and hates when a port tries to
  update base. But this port is one the of rare that makes sense overwriting base.
  
  With hat:	portmgr
  Requested by:	many

Modified:
  head/misc/zoneinfo/Makefile

Modified: head/misc/zoneinfo/Makefile
==============================================================================
--- head/misc/zoneinfo/Makefile	Wed Nov 19 12:38:24 2014	(r372772)
+++ head/misc/zoneinfo/Makefile	Wed Nov 19 12:53:00 2014	(r372773)
@@ -20,12 +20,6 @@ POSIXRULES=	America/New_York
 
 # Run with "DEVELOPER=1 make check-plist" before commiting!
 
-# Prevent packages if on the FreeBSD building cluster. This because
-# it overwrites system files and directories.
-.if defined(PACKAGE_BUILDING)
-NO_PACKAGE=	Overwrites files in the base system
-.endif
-
 # Make sure it breaks when the distfile isn't there anymore.
 .if !defined(PACKAGE_BUILDING)
 MASTER_SITES+=	http://people.freebsd.org/~edwin/



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