svn commit: r338748 - head/chinese/gcin

Antoine Brodin antoine at FreeBSD.org
Sun Jan 5 07:36:05 UTC 2014


Author: antoine
Date: Sun Jan  5 07:36:04 2014
New Revision: 338748
URL: http://svnweb.freebsd.org/changeset/ports/338748

Log:
  Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8
  
  cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
  cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
  /usr/bin/ld: cannot find -lgcin-im-client
  gmake[1]: *** [tslearn] Error 1
  
  Reported by:	redports

Modified:
  head/chinese/gcin/Makefile

Modified: head/chinese/gcin/Makefile
==============================================================================
--- head/chinese/gcin/Makefile	Sun Jan  5 05:55:48 2014	(r338747)
+++ head/chinese/gcin/Makefile	Sun Jan  5 07:36:04 2014	(r338748)
@@ -22,6 +22,7 @@ USES=		gmake pkgconfig
 USE_XORG=	x11 xtst xext
 INSTALLS_ICONS=	YES
 USE_LDCONFIG=	YES
+MAKE_JOBS_UNSAFE=	yes
 OPTIONS_DEFINE=	ANTHY QT_IM_MODULE
 ANTHY_DESC=	Japanese anthy IM module
 QT_IM_MODULE_DESC=	QT IM module


More information about the svn-ports-all mailing list