svn commit: r428180 - head/ftp/fastdfs

Bartek Rutkowski robak at FreeBSD.org
Fri Dec 9 12:40:30 UTC 2016


Author: robak
Date: Fri Dec  9 12:40:28 2016
New Revision: 428180
URL: https://svnweb.freebsd.org/changeset/ports/428180

Log:
  ftp/fastdfs: Add IGNORE for 9.x i386 systems
  
  PR:		214953
  Submitted by:	Daniel Ylitalo <daniel at blodan.se> (maintainer)

Modified:
  head/ftp/fastdfs/Makefile

Modified: head/ftp/fastdfs/Makefile
==============================================================================
--- head/ftp/fastdfs/Makefile	Fri Dec  9 11:40:59 2016	(r428179)
+++ head/ftp/fastdfs/Makefile	Fri Dec  9 12:40:28 2016	(r428180)
@@ -9,6 +9,8 @@ COMMENT=	High performance distributed fi
 
 LICENSE=	GPLv3
 
+IGNORE_FreeBSD_9_i386=	Does not build properly
+
 LIB_DEPENDS=	libfastcommon.so:devel/libfastcommon
 
 USES=		perl5


More information about the svn-ports-head mailing list