svn commit: r433107 - head/converters/iconv/files

Jan Beich jbeich at FreeBSD.org
Wed Feb 1 21:34:21 UTC 2017


Author: jbeich
Date: Wed Feb  1 21:34:19 2017
New Revision: 433107
URL: https://svnweb.freebsd.org/changeset/ports/433107

Log:
  converters/iconv: unbreak on 12.0 after base r306297
  
  ===> ces (all)
  make[2]: don't know how to make euc-jp.so. Stop
  
  Reported by:	pkg-fallout

Modified:
  head/converters/iconv/files/patch-ces__Makefile   (contents, props changed)

Modified: head/converters/iconv/files/patch-ces__Makefile
==============================================================================
--- head/converters/iconv/files/patch-ces__Makefile	Wed Feb  1 21:09:18 2017	(r433106)
+++ head/converters/iconv/files/patch-ces__Makefile	Wed Feb  1 21:34:19 2017	(r433107)
@@ -9,3 +9,26 @@
  
  INTERNALLIB =
  
+@@ -27,9 +27,9 @@ ces_builtin.c:	${CHARSETS_C} ${CHARSETS_
+ 		${.CURDIR}/../iconv_builtin -mo ${.TARGET} \
+ 			${CHARSETS_C} PIC ${CHARSETS_O}
+ 
+-.SUFFIXES:	.so .So
++.SUFFIXES:	.so .So .pico
+ 
+-.So.so:
++.So.so .pico.so:
+ 	@${LDDESTDIRENV} ${CC} -shared -Wl,-x -o ${.TARGET} \
+ 		-Wl,-soname,${.TARGET} `lorder ${.ALLSRC} | tsort -q` \
+ 		${LDDESTDIR} ${LDADD}
+@@ -41,8 +41,8 @@ beforeinstall:
+ 		${INSTALLFLAGS} ${SHLINSTALLFLAGS} ${CHARSETS_SO} \
+ 		${DESTDIR}${MODULEDIR}
+ 
+-CLEANFILES +=	*.so *.So ces_builtin.c *.lst
++CLEANFILES +=	*.so *.So *.pico ces_builtin.c *.lst
+ 
+ .include <bsd.lib.mk>
+ 
+-.SUFFIXES:	.so .So
++.SUFFIXES:	.so .So .pico


More information about the svn-ports-all mailing list