FreeBSD Bugzilla – Attachment 139750 Details for
Bug 186060
[MAINTAINER] devel/monotone: fixes on FreeBSD 10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
monotone-1.0_4.patch
monotone-1.0_4.patch (text/plain), 3.28 KB, created by
Lapo Luchini
on 2014-01-23 23:10:00 UTC
(
hide
)
Description:
monotone-1.0_4.patch
Filename:
MIME Type:
Creator:
Lapo Luchini
Created:
2014-01-23 23:10:00 UTC
Size:
3.28 KB
patch
obsolete
>diff -ruN /usr/ports/devel/monotone/Makefile ./Makefile >--- /usr/ports/devel/monotone/Makefile 2013-09-20 19:13:42.000000000 +0200 >+++ ./Makefile 2014-01-23 23:38:00.965301216 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= monotone > PORTVERSION= 1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ > >@@ -24,6 +24,7 @@ > USES= iconv pkgconfig gmake perl5 > USE_PERL5= build > USE_LUA= 5.1+ >+MAKE_JOBS_SAFE= yes > > GNU_CONFIGURE= yes > CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" >@@ -50,13 +51,12 @@ > "@dirrm share/monotone" > .if !defined(NO_INSTALL_MANPAGES) > INFO= monotone >-MAN1= mtn.1 \ >- mtn-cleanup.1 \ >- mtnopt.1 >+PLIST_FILES+= man/man1/mtn.1.gz \ >+ man/man1/mtn-cleanup.1.gz \ >+ man/man1/mtnopt.1.gz > .endif > PORTDOCS= * > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MNLS} >@@ -82,19 +82,20 @@ > ${REINPLACE_CMD} -Ee '/^install-info: /s/ install-info-am$$//' \ > -e '/^install-data-am:/s/ install-info-am$$//' ${WRKSRC}/doc/Makefile.in > .endif >- ${REINPLACE_CMD} -e "s/\"lua/\"lua-${LUA_VER}/g" \ >- -e "s/\"idn/\"libidn/g" \ >- -e "s/\"pcre/\"libpcre/g" \ >- -e "s/\"botan/\"botan-1.10/g" \ >+ ${REINPLACE_CMD} \ > -e "s/REBUILD_NLS=true/REBUILD_NLS=false/g" \ >+ -e "s/std::tr1::/std::/g" \ > ${WRKSRC}/configure >+ ${REINPLACE_CMD} \ >+ -e "s/std::tr1::/std::/g" \ >+ ${WRKSRC}/src/hash_map.hh > > post-install: >- ${MKDIR} ${PREFIX}/share/zsh/site-functions >- ${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_mtn > .if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >- cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${STAGEDIR}${DOCSDIR} > .endif > @${CAT} ${PKGMESSAGE} > >diff -ruN /usr/ports/devel/monotone/files/patch-configure ./files/patch-configure >--- /usr/ports/devel/monotone/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-configure 2014-01-22 01:06:15.409034034 +0100 >@@ -0,0 +1,13 @@ >+--- configure.orig 2014-01-22 00:48:12.855108408 +0100 >++++ configure 2014-01-22 00:48:54.244105202 +0100 >+@@ -4594,9 +4594,7 @@ fi >+ >+ # The dummy "pkg-config" package is guaranteed to exist. >+ if test -n "$PKG_CONFIG"; then >+- mtn__full_pkg_config_path=`$PKG_CONFIG --debug pkg-config 2>&1 | >+- sed -ne "/^Scanning directory '/{; s///; s/'$//; p;}" | >+- tr "$as_nl" ':' | sed 's/:$//'` >++ mtn__full_pkg_config_path=`$PKG_CONFIG --variable=pc_path pkg-config 2>&1 | sed 's/:.*$//'` >+ #AC_MSG_NOTICE([detected pkg-config path: $mtn__full_pkg_config_path]) >+ fi >+ >diff -ruN /usr/ports/devel/monotone/files/patch-src_automate_reader.hh ./files/patch-src_automate_reader.hh >--- /usr/ports/devel/monotone/files/patch-src_automate_reader.hh 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-src_automate_reader.hh 2014-01-22 01:04:48.764041738 +0100 >@@ -0,0 +1,10 @@ >+--- src/automate_reader.hh.orig 2014-01-22 01:04:27.675051506 +0100 >++++ src/automate_reader.hh 2014-01-22 01:04:41.682040341 +0100 >+@@ -13,6 +13,7 @@ >+ #define __AUTOMATE_READER_HH__ >+ >+ #include <vector> >++#include <iostream> >+ >+ class automate_reader >+ {
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 186060
: 139750