FreeBSD Bugzilla – Attachment 138789 Details for
Bug 184870
textproc/ssddiff: Fix build on -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.22 KB, created by
tkato432
on 2013-12-16 18:10:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-16 18:10:19 UTC
Size:
2.22 KB
patch
obsolete
>diff -urN /usr/ports/textproc/ssddiff/Makefile textproc/ssddiff/Makefile >--- /usr/ports/textproc/ssddiff/Makefile 2013-11-06 21:55:18.000000000 +0900 >+++ textproc/ssddiff/Makefile 2013-12-17 00:00:00.000000000 +0900 >@@ -8,23 +8,28 @@ > MASTER_SITES= http://alioth.debian.org/frs/download.php/1469/ > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A diff application for semistructured data such as XML files >+COMMENT= Diff application for semistructured data such as XML files >+ >+LICENSE= GPLv2 # (or later) > >-USE_AUTOTOOLS= automake14 > USE_BZIP2= yes > USES= pkgconfig >-USE_GNOME= libxml2 >-MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ >- CPPFLAGS="-I${LOCALBASE}/include \ >- -I${LOCALBASE}/include/libxml2" >+USE_GNOME= libxml2 >+USE_GCC= any >+USE_AUTOTOOLS= automake14 >+ > PLIST_FILES= bin/xmldiff > >-NO_STAGE= yes > post-extract: >+ @${FIND} ${WRKSRC} -type l -delete >+ >+post-patch: > .for f in config.guess config.sub install-sh missing mkinstalldirs > @${LN} -sf ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f} > .endfor >- @${REINPLACE_CMD} -e 's,"getopt\.h",<unistd.h>,' \ >- ${WRKSRC}/src/main.cc >+ @${REINPLACE_CMD} -e \ >+ 's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am >+ @${REINPLACE_CMD} -e \ >+ 's|"getopt\.h"|<unistd.h>|' ${WRKSRC}/src/main.cc > > .include <bsd.port.mk> >diff -urN /usr/ports/textproc/ssddiff/files/patch-src__rel_count.h textproc/ssddiff/files/patch-src__rel_count.h >--- /usr/ports/textproc/ssddiff/files/patch-src__rel_count.h 1970-01-01 09:00:00.000000000 +0900 >+++ textproc/ssddiff/files/patch-src__rel_count.h 2013-12-17 00:00:00.000000000 +0900 >@@ -0,0 +1,10 @@ >+--- src/rel_count.h.orig >++++ src/rel_count.h >+@@ -13,6 +13,7 @@ >+ #define SSD_REL_COUNT_H >+ #include "config.h" >+ #include "rel_eqclass.h" >++#include <climits> >+ #include <vector> >+ #include <ext/hash_map> >+ >diff -urN /usr/ports/textproc/ssddiff/files/patch-src__ustring.h textproc/ssddiff/files/patch-src__ustring.h >--- /usr/ports/textproc/ssddiff/files/patch-src__ustring.h 1970-01-01 09:00:00.000000000 +0900 >+++ textproc/ssddiff/files/patch-src__ustring.h 2013-12-17 00:00:00.000000000 +0900 >@@ -0,0 +1,10 @@ >+--- src/ustring.h.orig >++++ src/ustring.h >+@@ -14,6 +14,7 @@ >+ >+ #include "config.h" >+ >++#include <cstring> >+ #include <iostream> >+ #include <map> >+ #include <ext/hash_map>
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 184870
: 138789