Bug 148451 - [patch] net/xprobe: mark MAKE_JOBS_SAFE, fix build with gcc45
Summary: [patch] net/xprobe: mark MAKE_JOBS_SAFE, fix build with gcc45
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 19:00 UTC by swell.k
Modified: 2010-07-10 04:50 UTC (History)
0 users

See Also:


Attachments
a.diff (5.67 KB, patch)
2010-07-08 19:00 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-07-08 19:00:13 UTC
- fix Makefile.in and mark MAKE_JOBS_SAFE
- use GNU_CONFIGURE, both configure scripts are autoconf generated
- remove pre-configure, configure script already uses
  AC_CONFIG_SUBDIRS("libs-external/USI++/src")
- remove -O0 hack, 7.x uses gcc42 and 6.x uses gcc34
- fix building with g++45
- don't overwrite xprobe2.conf on install
- fix Makefile.in and remove do-install
- don't strip(1) binaries unconditionally, prefer STRIP in INSTALL_PROGRAM
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-08 19:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2010-07-10 04:45:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-10 04:45:24 UTC
wxs         2010-07-10 03:45:11 UTC

  FreeBSD ports repository

  Modified files:
    net/xprobe           Makefile pkg-plist 
  Added files:
    net/xprobe/files     patch-Makefile.in 
                         patch-libs-external-USI++-src-ip.cc 
                         patch-libs-external-USI++-src-misc.cc 
                         patch-libs-external-USI++-src-usi++-tcp.h 
                         patch-src-Makefile.in 
  Log:
  Fix build with gcc45
  Don't overwrite configuration file on install
  Mark MAKE_JOBS_SAFE
  
  PR:             ports/148451
  Submitted by:   swell.k@gmail.com
  
  Revision  Changes    Path
  1.13      +8 -13     ports/net/xprobe/Makefile
  1.1       +30 -0     ports/net/xprobe/files/patch-Makefile.in (new)
  1.1       +10 -0     ports/net/xprobe/files/patch-libs-external-USI++-src-ip.cc (new)
  1.1       +10 -0     ports/net/xprobe/files/patch-libs-external-USI++-src-misc.cc (new)
  1.1       +11 -0     ports/net/xprobe/files/patch-libs-external-USI++-src-usi++-tcp.h (new)
  1.1       +10 -0     ports/net/xprobe/files/patch-src-Makefile.in (new)
  1.4       +4 -2      ports/net/xprobe/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"