FreeBSD Bugzilla – Attachment 78490 Details for
Bug 112884
security/tripwire: fails to build on FreeBSD 7.0-CURRENT after import of GCC 4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.65 KB, created by
Scot Hetzel
on 2007-05-23 07:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot Hetzel
Created:
2007-05-23 07:50:03 UTC
Size:
1.65 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/tripwire/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- Makefile 20 Jun 2006 01:47:23 -0000 1.36 >+++ Makefile 23 May 2007 06:33:43 -0000 >@@ -57,6 +57,10 @@ > RUN_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport > .endif > >+.if ${OSVERSION} >= 700042 >+EXTRA_PATCHES+= ${FILESDIR}/tripwire-gcc4-patch >+.endif >+ > PLIST_SUB+= TWCFG=${TWCFG} TWDB=${TWDB} > > pre-configure: >Index: files/tripwire-gcc4-patch >=================================================================== >RCS file: files/tripwire-gcc4-patch >diff -N files/tripwire-gcc4-patch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/tripwire-gcc4-patch 23 May 2007 06:21:33 -0000 >@@ -0,0 +1,31 @@ >+--- src/fco/fconame.h-orig Thu Sep 15 22:12:38 2005 >++++ src/fco/fconame.h Tue May 22 19:15:46 2007 >+@@ -49,6 +49,7 @@ >+ /////////////////////////////////////////////////////////////////////////////// >+ class cFCONameTblNode; >+ class cFCONameIter; >++class cFCOName_i; >+ >+ class cFCOName : public iTypedSerializable >+ { >+--- src/fco/fcosetimpl.h-orig Thu Sep 15 22:12:38 2005 >++++ src/fco/fcosetimpl.h Tue May 22 19:16:54 2007 >+@@ -46,6 +46,8 @@ >+ #include "fconame.h" >+ #endif >+ >++class cFCOIterImpl; >++ >+ class cFCOSetImpl : public iFCOSet >+ { >+ friend class cFCOIterImpl; >+--- src/tw/fcoreport.h-orig Thu Sep 15 22:12:37 2005 >++++ src/tw/fcoreport.h Tue May 22 19:18:17 2007 >+@@ -74,6 +74,7 @@ >+ class cFCOName; >+ class cFCOReport_i; >+ class cFCOReportGenreIter_i; >++class cFCOReportSpecIter; >+ class cFCOReportSpecIter_i; >+ class cFCOReportChangeIter_i; >+ class iFCOSpec;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 112884
: 78490