Update deskutils/x-tile port version. Unshar the x-tile221.shar file following the paths: /usr/port/deskutils/x-tile/Makefile /usr/port/deskutils/x-tile/distinfo /usr/port/deskutils/x-tile/pkg-descr /usr/port/deskutils/x-tile/pkg-plist /usr/port/deskutils/x-tile/files/patch-x-tile Fix: Please, create the files/patch-x-tile file with these contents: $FreeBSD: ports/deskutils/x-tile/files/patch-x-tile,v 1.1 2011/08/31 11:43:08 crees Exp $ Fix ctypes warning, by Ruslan Mahmatkhanov <cvs-src@yandex.ru> --- x-tile.orig 2011-07-04 01:41:29.000000000 +0400 +++ x-tile 2011-08-22 20:20:30.000000000 +0400 @@ -56,7 +56,7 @@ try: libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("libc")) libc.prctl(15, cons.APP_NAME, 0, 0, 0) -except: print "libc.prctl not available, the process name will be python and not x-tile" +except: pass # icons generation factory = gtk.IconFactory() Patch attached with submission follows:
Class Changed From-To: update->maintainer-update Ports PR.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Maintainer update.
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
rm 2012-03-25 18:38:05 UTC FreeBSD ports repository Modified files: deskutils/x-tile Makefile distinfo pkg-descr pkg-plist Log: - update to 2.2.1 PR: 166214 Submitted by: Pedro Garcia Freitas <sawp at sawp.com dot br> (maintainer) Feature safe: yes Revision Changes Path 1.3 +2 -4 ports/deskutils/x-tile/Makefile 1.3 +2 -2 ports/deskutils/x-tile/distinfo 1.2 +1 -1 ports/deskutils/x-tile/pkg-descr 1.3 +0 -1 ports/deskutils/x-tile/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!