Bug 117789 - [patch] devel/clint unbreak fix build with GCC 4.2 + few cleanups
Summary: [patch] devel/clint unbreak fix build with GCC 4.2 + few cleanups
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 16:10 UTC by Pietro Cerutti
Modified: 2007-11-06 08:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-11-03 16:10:00 UTC
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
Comment 1 Pietro Cerutti 2007-11-03 16:12:05 UTC
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
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-11-03 16:14:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-11-05 10:04:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-11-05 10:04:30 UTC
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"