I've cleaned up a little bit the code of clint. Now it build with GCC 4.2. Moreover, I've modified some filenames in ${FILESDIR} to match the accepted patch-path-to-file-to-patch.ext convention. Fix: The patch is at: http://www.gahr.ch/FreeBSD/patches/<this_PR_number>_clint.diff How-To-Repeat: cd /usr/ports/devel/clint
Maybe some clarification is needed: since the patch renames a few files in ${FILESIDR}, the best way to apply is: # cd /usr/ports/devel/clint # fetch http://www.gahr.ch/FreeBSD/patches/117789_clint.diff # patch -E < 117789_clint.diff # find . -name "*.orig" -delete Thanks, -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-11-05 10:04:20 UTC FreeBSD ports repository Modified files: devel/clint Makefile Added files: devel/clint/files patch-doc-clint.texinfo patch-lib-python-mapbase.cc patch-lib-python-mapref.cc patch-lib-python-python.cc patch-lib-python-python.h patch-lib-python-seqbase_const_iter.cc patch-lib-python-seqbase_iter.cc patch-plugins-python-python_plugin.cc patch-src-clint.cc patch-src-input.cc patch-src-utility.cc Removed files: devel/clint/files patch-doc::clint.texi patch-input.cc patch-python.h patch-python_plugin.cc patch-seqbase_const_iter.cc patch-seqbase_iter.cc patch-utility.cc Log: - Fix build with gcc 4.2 PR: 117789 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav) Revision Changes Path 1.23 +2 -9 ports/devel/clint/Makefile 1.1 +21 -0 ports/devel/clint/files/patch-doc-clint.texinfo (new) 1.2 +0 -21 ports/devel/clint/files/patch-doc::clint.texi (dead) 1.2 +0 -33 ports/devel/clint/files/patch-input.cc (dead) 1.1 +160 -0 ports/devel/clint/files/patch-lib-python-mapbase.cc (new) 1.1 +20 -0 ports/devel/clint/files/patch-lib-python-mapref.cc (new) 1.1 +11 -0 ports/devel/clint/files/patch-lib-python-python.cc (new) 1.1 +50 -0 ports/devel/clint/files/patch-lib-python-python.h (new) 1.1 +60 -0 ports/devel/clint/files/patch-lib-python-seqbase_const_iter.cc (new) 1.1 +67 -0 ports/devel/clint/files/patch-lib-python-seqbase_iter.cc (new) 1.1 +15 -0 ports/devel/clint/files/patch-plugins-python-python_plugin.cc (new) 1.3 +0 -47 ports/devel/clint/files/patch-python.h (dead) 1.2 +0 -15 ports/devel/clint/files/patch-python_plugin.cc (dead) 1.2 +0 -60 ports/devel/clint/files/patch-seqbase_const_iter.cc (dead) 1.2 +0 -60 ports/devel/clint/files/patch-seqbase_iter.cc (dead) 1.1 +11 -0 ports/devel/clint/files/patch-src-clint.cc (new) 1.1 +33 -0 ports/devel/clint/files/patch-src-input.cc (new) 1.1 +18 -0 ports/devel/clint/files/patch-src-utility.cc (new) 1.2 +0 -18 ports/devel/clint/files/patch-utility.cc (dead) _______________________________________________ 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"