gtkyahoo incorrectly specifies a file in pkg-plist which doesn't get installed, causing make package to fail on "file not found". - fixed pkg-plist - fixed a few warnings How-To-Repeat: cd /usr/ports/net-im/gtkyahoo && make package
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2007-11-13 01:19:23 UTC FreeBSD ports repository Modified files: net-im/gtkyahoo Makefile Added files: net-im/gtkyahoo/files patch-gtkyahoo.c patch-libyahoo_libyahoo.c Log: - Unbreak after objformat removal on 7.x and above - Fix some compiler warnings but they are not fatal to gcc 4.x PR: ports/118004 (based on) Submitted by: Pietro Cerutti <gahr at gahr.ch> Approved by: portmgr (pav) Revision Changes Path 1.24 +3 -8 ports/net-im/gtkyahoo/Makefile 1.1 +10 -0 ports/net-im/gtkyahoo/files/patch-gtkyahoo.c (new) 1.1 +30 -0 ports/net-im/gtkyahoo/files/patch-libyahoo_libyahoo.c (new) _______________________________________________ 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 with different fix. Thanks!