FreeBSD Bugzilla – Attachment 187756 Details for
Bug 223290
[new port] www/newsboat: fork of Newsbeuter, an RSS/Atom feed reader for the text console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new-patch
newsboat.diff (text/plain), 5.98 KB, created by
Marko Turk
on 2017-11-05 12:50:01 UTC
(
hide
)
Description:
new-patch
Filename:
MIME Type:
Creator:
Marko Turk
Created:
2017-11-05 12:50:01 UTC
Size:
5.98 KB
patch
obsolete
>Index: www/newsboat/Makefile >=================================================================== >--- www/newsboat/Makefile (nonexistent) >+++ www/newsboat/Makefile (working copy) >@@ -0,0 +1,54 @@ >+# Created by: Marko Turk <mt@markoturk.info> >+# $FreeBSD$ >+ >+PORTNAME= newsboat >+PORTVERSION= 2.10.1 >+CATEGORIES= www >+PKGNAMESUFFIX= >+ >+USE_GITHUB= yes >+GH_ACCOUNT= newsboat >+GH_PROJECT= newsboat >+GH_TAGNAME= ce18285a103961427b4aeebbbaf3d926f33e6b9d >+ >+MAINTAINER= mt@markoturk.info >+COMMENT= RSS feed reader for the text console >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= a2x:textproc/asciidoc >+ >+LIB_DEPENDS= libstfl.so:devel/stfl \ >+ libcurl.so:ftp/curl \ >+ libjson-c.so:devel/json-c >+ >+MAKE_ARGS= all doc >+ >+OPTIONS_DEFINE= PODCAST >+OPTIONS_DEFAULT=PODCAST >+OPTIONS_SUB= yes >+PODCAST_DESC= Podcast client (podboat) >+ >+USES= compiler:c++11-lib gettext gmake iconv:translit ncurses perl5 \ >+ pkgconfig sqlite shebangfix ssl >+USE_CXXSTD= gnu++11 >+USE_PERL5= build >+USE_GNOME= libxml2 >+ >+.include <bsd.port.pre.mk> >+ >+post-patch: >+ ${REINPLACE_CMD} -e "s,share/man,man,; \ >+ /^prefix/s|=.*|=${PREFIX}|; /^CXX=/d; \ >+ s|/usr/local|${LOCALBASE}|; s|ruby1.8|ruby18|" \ >+ ${WRKSRC}/Makefile >+ ${REINPLACE_CMD} -e 's,fail "ncursesw",true,; s,fail "libcrypto",true,' \ >+ ${WRKSRC}/config.sh >+ ${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|' \ >+ ${WRKSRC}/Makefile >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*boat >+ >+.include <bsd.port.post.mk> > >Property changes on: www/newsboat/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/distinfo >=================================================================== >--- www/newsboat/distinfo (nonexistent) >+++ www/newsboat/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (newsboat-newsboat-2.10.1-ce18285a103961427b4aeebbbaf3d926f33e6b9d_GH0.tar.gz) = d5e6b6d76ae09bd116a9d29a6e14e2442285dc2a0207ea104de63434fb8adc1c >+SIZE (newsboat-newsboat-2.10.1-ce18285a103961427b4aeebbbaf3d926f33e6b9d_GH0.tar.gz) = 498390 > >Property changes on: www/newsboat/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/files/patch-Makefile >=================================================================== >--- www/newsboat/files/patch-Makefile (nonexistent) >+++ www/newsboat/files/patch-Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2017-11-05 12:17:03.587477000 +0000 >++++ Makefile 2017-11-05 12:17:18.173524000 +0000 >+@@ -18,7 +18,7 @@ GIT_HASH:=$(shell git describe --abbrev= >+ DEFINES+=-DGIT_HASH=\"$(GIT_HASH)\" >+ endif >+ >+-WARNFLAGS=-Werror -Wall -Wextra -Wunreachable-code >++WARNFLAGS=-Wall -Wextra -Wunreachable-code >+ INCLUDES=-Iinclude -Istfl -Ifilter -I. -Irss >+ BARE_CXXFLAGS=-std=c++11 -ggdb $(INCLUDES) >+ CXXFLAGS+=$(BARE_CXXFLAGS) $(WARNFLAGS) $(DEFINES) > >Property changes on: www/newsboat/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/pkg-descr >=================================================================== >--- www/newsboat/pkg-descr (nonexistent) >+++ www/newsboat/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Newsboat is a fork of Newsbeuter, an RSS/Atom feed reader for the text console. >+The only difference is that Newsboat is actively maintained while Newsbeuter >+isn't. >+ >+WWW: http://newsboat.org/ > >Property changes on: www/newsboat/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/pkg-plist >=================================================================== >--- www/newsboat/pkg-plist (nonexistent) >+++ www/newsboat/pkg-plist (working copy) >@@ -0,0 +1,26 @@ >+bin/newsboat >+%%PODCAST%%bin/podboat >+share/locale/ca/LC_MESSAGES/newsboat.mo >+share/locale/de/LC_MESSAGES/newsboat.mo >+share/locale/es/LC_MESSAGES/newsboat.mo >+share/locale/es_ES/LC_MESSAGES/newsboat.mo >+share/locale/fr/LC_MESSAGES/newsboat.mo >+share/locale/hu/LC_MESSAGES/newsboat.mo >+share/locale/it/LC_MESSAGES/newsboat.mo >+share/locale/ja/LC_MESSAGES/newsboat.mo >+share/locale/nb/LC_MESSAGES/newsboat.mo >+share/locale/nl/LC_MESSAGES/newsboat.mo >+share/locale/pl/LC_MESSAGES/newsboat.mo >+share/locale/pt_BR/LC_MESSAGES/newsboat.mo >+share/locale/ru/LC_MESSAGES/newsboat.mo >+share/locale/sv/LC_MESSAGES/newsboat.mo >+share/locale/tr/LC_MESSAGES/newsboat.mo >+share/locale/uk/LC_MESSAGES/newsboat.mo >+share/locale/zh/LC_MESSAGES/newsboat.mo >+share/locale/zh_TW/LC_MESSAGES/newsboat.mo >+share/doc/newsboat/faq.html >+share/doc/newsboat/docbook-xsl.css >+share/doc/newsboat/newsboat.html >+share/doc/newsboat/examples/config >+man/man1/newsboat.1.gz >+%%PODCAST%%man/man1/podboat.1.gz > >Property changes on: www/newsboat/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 223290
:
187543
| 187756