svn commit: r374463 - head/graphics/tiff

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 10 14:45:16 UTC 2014


Author: dinoex
Date: Wed Dec 10 14:45:15 2014
New Revision: 374463
URL: https://svnweb.freebsd.org/changeset/ports/374463
QAT: https://qat.redports.org/buildarchive/r374463/

Log:
  - fatal regression
  shared lib version going backwards

Modified:
  head/graphics/tiff/Makefile

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Wed Dec 10 14:44:09 2014	(r374462)
+++ head/graphics/tiff/Makefile	Wed Dec 10 14:45:15 2014	(r374463)
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libjbig.so:${PORTSDIR}/graphics/jbigkit
 
+BROKEN=		shared lib version going backwards
 USES=		libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list