svn commit: r372773 - head/misc/zoneinfo

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 19 12:53:01 UTC 2014


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/


More information about the svn-ports-all mailing list