svn commit: r322657 - head/net/samba4wins
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 11:30:16 UTC 2013
Author: bapt
Date: Wed Jul 10 11:30:15 2013
New Revision: 322657
URL: http://svnweb.freebsd.org/changeset/ports/322657
Log:
Mark jobs unsafe
Modified:
head/net/samba4wins/Makefile
Modified: head/net/samba4wins/Makefile
==============================================================================
--- head/net/samba4wins/Makefile Wed Jul 10 11:28:32 2013 (r322656)
+++ head/net/samba4wins/Makefile Wed Jul 10 11:30:15 2013 (r322657)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: samba4wins
-# Date created: 11th Apr 2006
-# Whom: Timur I. Bakeyev <timur at gnu.org>
-#
+# Created by: Timur I. Bakeyev <timur at gnu.org>
# $FreeBSD$
-#
PORTNAME= samba4wins
PORTVERSION= 1.0.8
@@ -13,10 +9,11 @@ MASTER_SITES= http://ftp.sernet.de/pub/
DISTNAME= ${PORTNAME}_${PORTVERSION}-2
MAINTAINER= timur at FreeBSD.org
-COMMENT= A full featured replicating WINS server for UNIX
+COMMENT= Full featured replicating WINS server for UNIX
CONFLICTS= ja-samba-2.* ja-samba-4.* samba-2.* samba-4.* sharity-light-1.*
+MAKE_JOBS_UNSAFE= yes
USES= iconv
USE_PERL5= yes
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list