Re: qt4-opengl update failed
On Wed, 08 Jan 2014 10:12:40 +0300 Sergey V. Dyatko wrote: > Hi, > > possible we need few lines in UPDATING ? I suppose something like `pkg > set -o x11/qt4-opengl:graphics/qt4-opengl` command should help. I thought portmaster tracks MOVED. I've added updating instructions anyway. Cheers, Max ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: qt4-opengl update failed
Am 08.01.2014 09:42, schrieb Max Brazhnikov: > On Wed, 08 Jan 2014 10:12:40 +0300 Sergey V. Dyatko wrote: >> Hi, >> >> possible we need few lines in UPDATING ? I suppose something like `pkg >> set -o x11/qt4-opengl:graphics/qt4-opengl` command should help. > > I thought portmaster tracks MOVED. I've added updating instructions anyway. It appears this only works in portmaster if opengl is the only port that portmaster should operate on -- at least that has been a workaround for me (on a pkg_add-based 9.2 system); in detail: 1. I listed pkg_version -IvL= 2. for each port listed with an exclamation point, run portmaster -d 3. repeat 2. 4. run portmaster to execute regular upgrades ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: emulators/dolphin-emu fails to build on 10.0-RC4
On Wed, 8 Jan 2014 00:15:46 -0500, Henry Hu wrote > It seems to be caused by incompatibilities between gcc and > clang. If you remove USE_GCC=yes from Makefile, it builds > fine. You may try if this works. Yes, sorry, I've got a patch pending to fix that issue (see ports/184540) but I am stuck with an OPTIONS handling bug. Meanwhile, just removing USE_GCC=yes will work. Cheers, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ audio/csound| 5.18.02 | 6.02 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Solving PORTNAME/PORTREVISION/DISTNAME/DISTVERSION mess
Hi, I am working on updating databases/postgresql-libpqxx to use sources with version 4.0.1. The current PORTVERSION is 4.0, and the 4.0.1 sources are not bumping the lib version, are not changing the lib api version, but instead, have compile bug fixes. That suggest using PORTREVISION at 1, to make the PORTVERSION 4.0_1, but then I cant download proper sources with 4.0.1 suffix. I've tried different combinations of DISTNAME/DISTVERSION/PORTVERSION/PORTREVISION but cant get it working and at the same time being processed with portlint not yelling at me for using above in cominations, so what would be proper solution to that problem? The closes to working solution I got was while using these: PORTNAME= libpqxx PORTVERSION=4.0 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORTREVISION} DIST_SUBDIR=postgresql but then the portlint screams with: WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. FATAL: Makefile: DISTNAME contains a reference to PORTREVISION. You should only be using PORTVERSION WARN: Makefile: Consider defining LICENSE. 1 fatal error and 2 warnings found. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
RE: FreeBSD Port: zabbix2-server-2.0.10
Hi, I did a portupgrade, all ports are up to date. In fact, jabber and web monitoring crash the zabbix server : If I set a jabber address like zabbix@domain.local, on the first jabber alert, zabbix crash. If I activate web monitoring, zabbix crash. Both with the same error : Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x17]. Crashing ... I tried to import my zabbix database on a fresh vm install with zabbix 2.0.10 and freebsd 9.2, same crash happened. It seems that the last iksemel break jabber : https://www.zabbix.com/forum/showthread.php?p=142228 Any idea / solution ? Thanks Jeremy De : Pakhom Golynga [mailto:pakhom...@gmail.com] Envoyé : vendredi 3 janvier 2014 16:23 À : Jeremy Cayrasso Cc : po...@freebsd.org Objet : Re: FreeBSD Port: zabbix2-server-2.0.10 Hello, I think you should update snmp. 17.12.2013 19:25, Jeremy Cayrasso пишет: Hi, Since I’ve updated my zabbix port on freebsd 9.1 i386, I’m unable to start the zabbix server. If I edit the Makefile ,remove this line and compile again : CONFIGURE_ARGS+=--with-net-snmp I’m able to start the zabbix server. I attached build log and zabbix-server log. Any idea ? Thanks Jeremy smime.p7s Description: S/MIME cryptographic signature
Re: Solving PORTNAME/PORTREVISION/DISTNAME/DISTVERSION mess
2014/1/8 Big Lebowski : > Hi, > > I am working on updating databases/postgresql-libpqxx to use sources with > version 4.0.1. The current PORTVERSION is 4.0, and the 4.0.1 sources are > not bumping the lib version, are not changing the lib api version, but > instead, have compile bug fixes. That suggest using PORTREVISION at 1, to > make the PORTVERSION 4.0_1, but then I cant download proper sources with > 4.0.1 suffix. I've tried different combinations of > DISTNAME/DISTVERSION/PORTVERSION/PORTREVISION but cant get it working and > at the same time being processed with portlint not yelling at me for using > above in cominations, so what would be proper solution to that problem? > > The closes to working solution I got was while using these: > > PORTNAME= libpqxx > PORTVERSION=4.0 > PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= http://pqxx.org/download/software/libpqxx/ > PKGNAMEPREFIX= postgresql- > DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORTREVISION} > DIST_SUBDIR=postgresql > > but then the portlint screams with: > > WARN: Makefile: only one MASTER_SITE configured. Consider adding > additional mirrors. > FATAL: Makefile: DISTNAME contains a reference to PORTREVISION. You should > only be using PORTVERSION > WARN: Makefile: Consider defining LICENSE. > 1 fatal error and 2 warnings found. Why use PORTREVISION if it's new version ? > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- olivier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Solving PORTNAME/PORTREVISION/DISTNAME/DISTVERSION mess
On Wed, Jan 8, 2014, at 8:10, Big Lebowski wrote: > Hi, > > I am working on updating databases/postgresql-libpqxx to use sources with > version 4.0.1. The current PORTVERSION is 4.0, and the 4.0.1 sources are > not bumping the lib version, are not changing the lib api version, but > instead, have compile bug fixes. That suggest using PORTREVISION at 1, to > make the PORTVERSION 4.0_1, but then I cant download proper sources with > 4.0.1 suffix. I've tried different combinations of > DISTNAME/DISTVERSION/PORTVERSION/PORTREVISION but cant get it working and > at the same time being processed with portlint not yelling at me for > using > above in cominations, so what would be proper solution to that problem? > > The closes to working solution I got was while using these: > > PORTNAME= libpqxx > PORTVERSION=4.0 > PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= http://pqxx.org/download/software/libpqxx/ > PKGNAMEPREFIX= postgresql- > DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORTREVISION} > DIST_SUBDIR=postgresql > > but then the portlint screams with: > > WARN: Makefile: only one MASTER_SITE configured. Consider adding > additional mirrors. > FATAL: Makefile: DISTNAME contains a reference to PORTREVISION. You > should > only be using PORTVERSION > WARN: Makefile: Consider defining LICENSE. > 1 fatal error and 2 warnings found. > I don't understand what you're trying to accomplish, but please see my patch: https://feld.me/freebsd/libpqxx.diff I had to replace their "split-config" script with the one from 4.0 because they apparently rewrote it in python and it does not work in our build environment. I didn't feel like debugging this further; this was the easy fix. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Updating openjdk6-b29 makes my system freeze and reboot
openjdk6-b29 < needs updating (index has b28_7,1) When running portmaster -a my system freezes after a while and reboots. I don't know how to get past this. Any suggestions Thanks /Leslie ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Updating openjdk6-b29 makes my system freeze and reboot
Am 08.01.2014 19:00 schrieb "Leslie Jensen" : > > > openjdk6-b29 < needs updating (index has b28_7,1) > > > When running portmaster -a my system freezes after a while and reboots. > > I don't know how to get past this. > > Any suggestions The b29 update is triggering a serious bug in the kernel that causes this issues. You can either update to a very recent FreeBSD stable (maximum about a week old) or you can (forcibly) deinstall openjdk6 and install it again which will use the bootstrapping jdk. Updating to b28 by using b29 to compile it will not work. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
security/gnutls gnutls-2.12.23_2 unknown build error
FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #17 r260155: Tue Dec 31 20:03:52 2013 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to portupgrade gnutls-2.12.23_2 fails with: ... Creating documentation for file ../lib/gnutls_state.c... ok Creating documentation for file ../lib/gnutls_errors.c... ok Creating documentation for file ../lib/gnutls_ui.c... ok Creating documentation for file ../lib/auth_psk_passwd.c... ok Creating documentation for file ../lib/pkcs11_write.c... ok Creating documentation for file ../lib/gnutls_alert.c... ok ./scripts/sort2.pl < gnutls-api.texi-tmp > gnutls-api.texi-tmp2 rm -f gnutls-api.texi-tmp mv -f gnutls-api.texi-tmp2 gnutls-api.texi restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/ports/security/gnutls/work/gnutls-2.12.23/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in gnutls.info gnutls.info-[0-9] gnutls.info-[0-9][0-9] gnutls.i[0-9] gnutls.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/ports/security/gnutls/work/gnutls-2.12.23/build-aux/missing --run makeinfo -I ../doc -I . \ -o gnutls.info gnutls.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./gnutls.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:8: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:8: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:13: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:13: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:19: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:19: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:22: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:22: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:23: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:23: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:30: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:30: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:36: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:36: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:41: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:41: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:44: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:44: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:45: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:45: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:47: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:47: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:50: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:50: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:57: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:57: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:69: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:69: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:70: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:70: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:72: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:72: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:155: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:155: Misplaced }. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:162: Misplaced {. /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:162: Misplaced }. /usr/ports/security/
Re: Solving PORTNAME/PORTREVISION/DISTNAME/DISTVERSION mess
I've almost the same looking diff, with the exception of using simply USE= shebangs to fix the problem of splitconfig having wrong python path, what's the preferred method. You can see the patch in the PR I've submitted: http://www.freebsd.org/cgi/query-pr.cgi?pr=185591 Your pkg-plist adjustment was exactly what I was looking for, though! On Wed, Jan 8, 2014 at 4:46 PM, Mark Felder wrote: > On Wed, Jan 8, 2014, at 8:10, Big Lebowski wrote: > > Hi, > > > > I am working on updating databases/postgresql-libpqxx to use sources with > > version 4.0.1. The current PORTVERSION is 4.0, and the 4.0.1 sources are > > not bumping the lib version, are not changing the lib api version, but > > instead, have compile bug fixes. That suggest using PORTREVISION at 1, to > > make the PORTVERSION 4.0_1, but then I cant download proper sources with > > 4.0.1 suffix. I've tried different combinations of > > DISTNAME/DISTVERSION/PORTVERSION/PORTREVISION but cant get it working and > > at the same time being processed with portlint not yelling at me for > > using > > above in cominations, so what would be proper solution to that problem? > > > > The closes to working solution I got was while using these: > > > > PORTNAME= libpqxx > > PORTVERSION=4.0 > > PORTREVISION= 1 > > CATEGORIES= databases > > MASTER_SITES= http://pqxx.org/download/software/libpqxx/ > > PKGNAMEPREFIX= postgresql- > > DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORTREVISION} > > DIST_SUBDIR=postgresql > > > > but then the portlint screams with: > > > > WARN: Makefile: only one MASTER_SITE configured. Consider adding > > additional mirrors. > > FATAL: Makefile: DISTNAME contains a reference to PORTREVISION. You > > should > > only be using PORTVERSION > > WARN: Makefile: Consider defining LICENSE. > > 1 fatal error and 2 warnings found. > > > > I don't understand what you're trying to accomplish, but please see my > patch: > > https://feld.me/freebsd/libpqxx.diff > > I had to replace their "split-config" script with the one from 4.0 > because they apparently rewrote it in python and it does not work in our > build environment. I didn't feel like debugging this further; this was > the easy fix. > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
SV: Re: Updating openjdk6-b29 makes my system freeze and reboot
Originalmeddelande Från: Bernhard Fröhlich Datum:08-01-2014 20:26 (GMT+01:00) Till: Leslie Jensen Kopia: "po...@freebsd.org Ports" ,j...@freebsd.org Rubrik: Re: Updating openjdk6-b29 makes my system freeze and reboot Am 08.01.2014 19:00 schrieb "Leslie Jensen" : > > > openjdk6-b29 < needs updating (index has b28_7,1) > > > When running portmaster -a my system freezes after a while and reboots. > > I don't know how to get past this. > > Any suggestions The b29 update is triggering a serious bug in the kernel that causes this issues. You can either update to a very recent FreeBSD stable (maximum about a week old) or you can (forcibly) deinstall openjdk6 and install it again which will use the bootstrapping jdk. Updating to b28 by using b29 to compile it will not work. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" Thank you very much. I'll try your suggestion and deinstall. /Leslie ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
[QAT] r339203: 4x leftovers, 20x success
Add stagedir support. Approved by: portmgr (blanket infrastructure) - Build ID: 20140109072200-17588 Job owner: vani...@freebsd.org Buildtime: 35 minutes Enddate: Thu, 09 Jan 2014 07:57:04 GMT Revision: r339203 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=339203 - Port:chinese/chiconv 11.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253092/zh-chiconv-11.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253093/zh-chiconv-11.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253094/zh-chiconv-11.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253095/zh-chiconv-11.1.log - Port:chinese/lunar 2.1_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253096/zh-lunar-2.1_1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253097/zh-lunar-2.1_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253098/zh-lunar-2.1_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253099/zh-lunar-2.1_1.log - Port:chinese/pcmanx 1.2 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253100/zh-pcmanx-1.2.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253101/zh-pcmanx-1.2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253102/zh-pcmanx-1.2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253103/zh-pcmanx-1.2.log - Port:chinese/scim-pinyin 0.5.92 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253104/zh-scim-pinyin-0.5.92.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253105/zh-scim-pinyin-0.5.92.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253106/zh-scim-pinyin-0.5.92.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253107/zh-scim-pinyin-0.5.92.log - Port:chinese/scim-tables 0.5.10_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253108/zh-scim-tables-0.5.10_1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253109/zh-scim-tables-0.5.10_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253110/zh-scim-tables-0.5.10_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253111/zh-scim-tables-0.5.10_1.log - Port:chinese/ttf2pt1 3.4.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253112/zh-ttf2pt1-3.4.0.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vani...@freebsd.org/20140109072200-17588-253113/zh-ttf2pt1-3.4.0.log Buildgroup: 9.2-QAT/am