Date: Wed, 25 Mar 2015 00:11:49 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382192 - head/archivers/liblz4 Message-ID: <201503250011.t2P0BnML092390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Mar 25 00:11:49 2015 New Revision: 382192 URL: https://svnweb.freebsd.org/changeset/ports/382192 QAT: https://qat.redports.org/buildarchive/r382192/ Log: Re-add back ALL_TARGET=default. For reasons that I still don't understand, it breaks the build for some people. This time, add a comment so I don't try to remove it again in the future. Modified: head/archivers/liblz4/Makefile Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Wed Mar 25 00:04:19 2015 (r382191) +++ head/archivers/liblz4/Makefile Wed Mar 25 00:11:49 2015 (r382192) @@ -22,6 +22,7 @@ CONFLICTS= lz4-* USES= gmake pkgconfig USE_LDCONFIG= yes +ALL_TARGET= default # don't remove this SO_VER= 1.5.0 PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503250011.t2P0BnML092390>