FreeBSD Bugzilla – Attachment 184586 Details for
Bug 218961
net-p2p/namecoin: Update to 0.13.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff updating namecoin, namecoin-daemon, namecoin-utils
namecoin.diff.txt (text/plain), 19.07 KB, created by
Chad Jacob Milios
on 2017-07-22 06:10:31 UTC
(
hide
)
Description:
svn diff updating namecoin, namecoin-daemon, namecoin-utils
Filename:
MIME Type:
Creator:
Chad Jacob Milios
Created:
2017-07-22 06:10:31 UTC
Size:
19.07 KB
patch
obsolete
>Index: net-p2p/namecoin/Makefile >=================================================================== >--- net-p2p/namecoin/Makefile (revision 446353) >+++ net-p2p/namecoin/Makefile (working copy) >@@ -2,95 +2,114 @@ > # $FreeBSD$ > > PORTNAME= namecoin >-PORTVERSION= 0.3.80 >-DISTVERSIONPREFIX= nc >-PORTREVISION= 8 >+PORTVERSION= 0.13.2 > PORTEPOCH= 1 > CATEGORIES= net-p2p dns > > MAINTAINER= milios@ccsys.com >-COMMENT= Decentralized, open DNS and general purpose key/value store >+COMMENT?= Decentralized, open DNS and general purpose key/value store > > LICENSE= MIT >-LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libboost_date_time.so:devel/boost-libs >+LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ >+ libevent.so:devel/libevent > >-OPTIONS_DEFINE= X11 UPNP QRCODES DBUS >-OPTIONS_DEFAULT= X11 QRCODES >- >-QRCODES_DESC= QR code display support >- > USE_GITHUB= yes >+GH_ACCOUNT= indolering:graphics >+GH_PROJECT= namecoin-core namecoin-graphics:graphics >+GH_TAGNAME= ab08f76 a13a73b:graphics > >-USES= bdb:48 gmake compiler:c++11-lib ssl >-MAKE_JOBS_UNSAFE=yes >+USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl >+SHEBANG_FILES= src/test/*.py >+GNU_CONFIGURE= yes > >-CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} >-CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} >-CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM >+SLAVE_PORT?= no > >-.include <bsd.port.options.mk> >+.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" >+USES+= desktop-file-utils >+USE_QT4= corelib gui moc_build linguisttools_build network qmake_build \ >+ rcc_build uic_build > >-.if ${PORT_OPTIONS:MX11} >-USE_QT4= corelib network gui qmake_build linguist_build uic_build moc_build rcc_build >- >-BINARY= namecoin-qt >+BUILD_DEPENDS+= protoc:devel/protobuf \ >+ svg2png:graphics/svg2png > LIB_DEPENDS+= libprotobuf.so:devel/protobuf >-.else >-BINARY= namecoind >-MAKE_ARGS+= -C ${WRKSRC}/src >-USE_GNOME= glib20 >-.endif > >-.if ${PORT_OPTIONS:MQRCODES} >-LIB_DEPENDS+= libqrencode.so:graphics/libqrencode >-QMAKE_USE_QRCODE=1 >-.else >-QMAKE_USE_QRCODE=0 >+TESTS_USE= QT4=testlib >+TESTS_PLIST_FILES= bin/test_namecoin-qt \ >+ bin/test_namecoin > .endif > >-.if ${PORT_OPTIONS:MDBUS} >-USE_QT4+= dbus >-QMAKE_USE_DBUS= 1 >-.else >-QMAKE_USE_DBUS= 0 >-.endif >+OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET ZMQ >+OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET >+OPTIONS_SUB= yes > >-PLIST_FILES+= bin/${BINARY} >+HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack) >+QRCODES_DESC= Display QR Codes >+TESTS_DESC= Build test binary and unit tests >+WALLET_DESC= Wallet Management Support >+ZMQ_DESC= Block and transaction broadcasting with ZeroMQ > >-.if ${PORT_OPTIONS:MUPNP} >-LIB_DEPENDS+= libminiupnpc.so:net/miniupnpc >-CXXFLAGS+= -I${LOCALBASE}/include/miniupnpc >-QMAKE_USE_UPNP= 1 >-.else >-QMAKE_USE_UPNP= - >-.endif >+DBUS_CONFIGURE_WITH= qtdbus >+DBUS_USE= QT4=dbus > >-.include <bsd.port.pre.mk> >+DEBUG_CONFIGURE_ENABLE= debug >+DEBUG_INSTALL_TARGET_OFF= install-strip > >-post-patch: >-.if !${PORT_OPTIONS:MX11} >- @cd ${WRKSRC}/src && ${CP} ${FILESDIR}/makefile.unix Makefile >- @${REINPLACE_CMD} \ >- -e 's|^USE_UPNP.*$$|USE_UPNP=${QMAKE_USE_UPNP}|' \ >- ${WRKSRC}/src/Makefile >-.endif >+HARDENING_CONFIGURE_ENABLE= hardening > >-do-configure: >-.if ${PORT_OPTIONS:MX11} >- cd ${WRKSRC} && ${SETENV} ${QMAKE_ENV} \ >- ${QMAKE} ${QMAKE_ARGS} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \ >- QMAKE_LRELEASE=${LRELEASE} INCLUDEPATH+=${BDB_INCLUDE_DIR} \ >- QMAKE_LIBDIR+=${BDB_LIB_DIR} ${BINARY}.pro >+TESTS_CONFIGURE_ENABLE= tests bench >+.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "yes" >+TESTS_PLIST_FILES= bin/test_namecoin > .endif >+TESTS_PLIST_FILES+= bin/bench_namecoin > >-do-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/bin >-.if ${PORT_OPTIONS:MX11} >- ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${STAGEDIR}${PREFIX}/bin/ >-.else >- ${INSTALL_PROGRAM} ${WRKSRC}/src/${BINARY} ${STAGEDIR}${PREFIX}/bin/ >+UPNP_CONFIGURE_WITH= miniupnpc >+UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc >+UPNP_CPPFLAGS= -I${LOCALBASE}/include >+UPNP_LIBS= -L${LOCALBASE}/lib >+ >+QRCODES_CONFIGURE_WITH= qrencode >+QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode >+ >+WALLET_CONFIGURE_ENABLE= wallet >+WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} >+WALLET_LIBS= -L${BDB_LIB_DIR} >+WALLET_USES= bdb:48 >+ >+ZMQ_CONFIGURE_ENABLE= zmq >+ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4 >+ZMQ_RUN_DEPENDS= libzmq4>0:net/libzmq4 >+ >+CONFIGURE_ARGS?= --without-libs \ >+ --with-gui=qt4 \ >+ --without-daemon \ >+ --without-utils >+ >+CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ >+ SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \ >+ OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" >+MAKE_ENV+= V=1 >+ >+PLIST_FILES?= bin/namecoin-qt share/applications/namecoin-qt.desktop \ >+ share/pixmaps/namecoin128.png >+ >+.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" >+ >+post-install: >+ ${REINPLACE_CMD} -e 's/bitcoin/namecoin/g;s/Bitcoin/Namecoin/g' \ >+ ${WRKSRC}/contrib/debian/bitcoin-qt.desktop >+ ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ >+ ${STAGEDIR}${PREFIX}/share/applications/namecoin-qt.desktop >+ ${LOCALBASE}/bin/svg2png -w128 -h128 ${WRKSRC_graphics}/svg/namecoin-logo.svg \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps/namecoin128.png >+ > .endif > >-.include <bsd.port.post.mk> >+regression-test: build >+ # To use this sucessfully, remove --without-daemon and --without-utils >+ # from CONFIGURE_ARGS above. >+ >+ @cd ${WRKSRC} && ${GMAKE} check >+ >+.include <bsd.port.mk> >+ >Index: net-p2p/namecoin/distinfo >=================================================================== >--- net-p2p/namecoin/distinfo (revision 446353) >+++ net-p2p/namecoin/distinfo (working copy) >@@ -1,2 +1,5 @@ >-SHA256 (namecoin-namecoin-nc0.3.80_GH0.tar.gz) = 3f5e5af95cea46111d3cf1663f0e84d5fda653917745e0607a3ca4773baea59c >-SIZE (namecoin-namecoin-nc0.3.80_GH0.tar.gz) = 1471777 >+TIMESTAMP = 1500647782 >+SHA256 (namecoin-namecoin-core-0.13.2-ab08f76_GH0.tar.gz) = 27ee9f0fca2f9d98bfc298848ad2b899a895c0c7c8e63caca2ee317c927cd178 >+SIZE (namecoin-namecoin-core-0.13.2-ab08f76_GH0.tar.gz) = 5917889 >+SHA256 (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 82f308a3527d96a202099feb96a754d036bbdaa875156ad002ba2747d75000c7 >+SIZE (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 7364908 >Index: net-p2p/namecoin/files/makefile.unix >=================================================================== >--- net-p2p/namecoin/files/makefile.unix (revision 446353) >+++ net-p2p/namecoin/files/makefile.unix (nonexistent) >@@ -1,76 +0,0 @@ >-CXX?=g++ >-DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL >- >-LIBS= \ >- -Wl,-Bstatic \ >- -l boost_system \ >- -l boost_filesystem \ >- -l boost_program_options \ >- -l boost_thread \ >- -l boost_chrono \ >- -l db_cxx \ >- -l ssl \ >- -l crypto >- >-USE_UPNP:=0 >-ifneq (${USE_UPNP}, -) >- LIBS += -l miniupnpc >- DEFS += -DUSE_UPNP=$(USE_UPNP) >-endif >- >-LIBS+= \ >- -Wl,-Bdynamic \ >- -l gthread-2.0 \ >- -l z \ >- -l pthread >- >-CXXFLAGS+=-O2 -Wno-invalid-offsetof -Wformat $(DEFS) >-HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \ >- script.h allocators.h db.h walletdb.h crypter.h net.h irc.h keystore.h main.h \ >- wallet.h bitcoinrpc.h uibase.h ui.h noui.h init.h auxpow.h >- >-BASE_OBJS= \ >- obj/auxpow.o \ >- obj/util.o \ >- obj/key.o \ >- obj/script.o \ >- obj/db.o \ >- obj/walletdb.o \ >- obj/crypter.o \ >- obj/net.o \ >- obj/irc.o \ >- obj/keystore.o \ >- obj/main.o \ >- obj/wallet.o \ >- obj/bitcoinrpc.o \ >- obj/init.o \ >- cryptopp/obj/sha.o \ >- cryptopp/obj/cpu.o >- >-OBJS = \ >- $(BASE_OBJS) \ >- obj/hook.o >- >-all: namecoind >- >-cryptopp/obj/%.o: cryptopp/%.cpp >- $(CXX) -c $(CXXFLAGS) -O3 -o $@ $< >- >-obj/nogui/%.o: %.cpp $(HEADERS) >- $(CXX) -c $(CXXFLAGS) -o $@ $< >- >-obj/test/%.o: test/%.cpp $(HEADERS) >- $(CXX) -c $(CFLAGS) -o $@ $< >- >-obj/nogui/namecoin.o: namecoin.h >- >-namecoind: $(BASE_OBJS:obj/%=obj/nogui/%) obj/nogui/namecoin.o >- $(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS) >- >-clean: >- -rm -f namecoin namecoind >- -rm -f obj/*.o >- -rm -f obj/nogui/*.o >- -rm -f obj/test/*.o >- -rm -f cryptopp/obj/*.o >- -rm -f headers.h.gch > >Property changes on: net-p2p/namecoin/files/makefile.unix >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-on >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/namecoin/files/namecoind.in >=================================================================== >--- net-p2p/namecoin/files/namecoind.in (nonexistent) >+++ net-p2p/namecoin/files/namecoind.in (working copy) >@@ -0,0 +1,173 @@ >+#!/bin/sh >+# $FreeBSD$ >+ >+# PROVIDE: namecoind >+# REQUIRE: LOGIN cleanvar >+# KEYWORD: shutdown >+ >+# >+# Add the following lines to /etc/rc.conf to enable : >+# namecoind_enable (bool): Set to "NO" by default. >+# Set it to "YES" to enable namecoind >+# namecoind_user (str) Set to "namecoin" by default. >+# namecoind_group (str) Set to "namecoin" by default. >+# namecoind_conf (str) Set to "%%PREFIX%%/etc/namecoind.conf" by default. >+# namecoind_data (str) Set to "/var/lib/namecoind" by default. >+# namecoindlimits_enable (bool) Set to "NO" by default. >+# Set it to "YES" to enable namecoindlimits >+# namecoindlimits_args Set to "-e -U ${namecoind_user}" by default >+ >+ >+. /etc/rc.subr >+ >+name="namecoind" >+rcvar=namecoind_enable >+ >+start_precmd="namecoind_precmd" >+start_cmd="namecoind_start" >+restart_precmd="namecoind_checkconfig" >+reload_precmd="namecoind_checkconfig" >+configtest_cmd="namecoind_checkconfig" >+status_cmd="namecoind_status" >+stop_cmd="namecoind_stop" >+stop_postcmd="namecoind_wait" >+command="%%PREFIX%%/bin/namecoind" >+cli_command="%%PREFIX%%/bin/namecoin-cli" >+daemon_command="/usr/sbin/daemon" >+#pidfile="/var/run/${name}.pid" >+extra_commands="configtest" >+ >+ >+: ${namecoind_enable:="NO"} >+: ${namecoindlimits_enable:="NO"} >+ >+load_rc_config ${name} >+ >+: ${namecoind_user:="namecoin"} >+: ${namecoind_group:="namecoin"} >+: ${namecoind_data_dir:="/var/db/namecoind"} >+: ${namecoind_config_file:="%%PREFIX%%/etc/namecoin.conf"} >+: ${namecoindlimits_args:="-e -U ${namecoind_user}"} >+ >+# set up dependant variables >+procname="${command}" >+pidfile="${namecoind_data_dir}/namecoind.pid" >+required_files="${namecoind_config_file}" >+ >+ >+namecoind_checkconfig() >+{ >+ echo "Performing sanity check on namecoind configuration:" >+ if [ ! -d "${namecoind_data_dir}" ] >+ then >+ echo "Missing data directory: ${namecoind_data_dir}" >+ exit 1 >+ fi >+ chown -R "${namecoind_user}:${namecoind_group}" "${namecoind_data_dir}" >+ >+ if [ ! -f "${namecoind_config_file}" ] >+ then >+ echo "Missing configuration file: ${namecoind_config_file}" >+ exit 1 >+ fi >+ if [ ! -x "${command}" ] >+ then >+ echo "Missing executable: ${command}" >+ exit 1 >+ fi >+ return 0 >+} >+ >+namecoind_cleanup() >+{ >+ rm -f "${pidfile}" >+} >+ >+namecoind_precmd() >+{ >+ namecoind_checkconfig >+ >+ pid=$(check_pidfile "${pidfile}" "${procname}") >+ if [ -z "${pid}" ] >+ then >+ echo "Namecoind is not running" >+ rm -f "${pidfile}" >+ fi >+ >+ if checkyesno namecoindlimits_enable >+ then >+ eval $(/usr/bin/limits ${namecoindlimits_args}) 2>/dev/null >+ else >+ return 0 >+ fi >+} >+ >+namecoind_status() >+{ >+ local pid >+ pid=$(check_pidfile "${pidfile}" "${procname}") >+ if [ -z "${pid}" ] >+ then >+ echo "Namecoind is not running" >+ return 1 >+ else >+ echo "Namecoind running, pid: ${pid}" >+ fi >+} >+ >+namecoind_start() >+{ >+ echo "Starting namecoind:" >+ cd "${namecoind_data_dir}" || return 1 >+ ${daemon_command} -u "${namecoind_user}" -p "${pidfile}" \ >+ ${command} \ >+ -conf="${namecoind_config_file}" \ >+ -datadir="${namecoind_data_dir}" 2> /tmp/namecoind.stderr > /tmp/namecoind.stdout >+} >+ >+namecoind_stop() >+{ >+ echo "Stopping namecoind:" >+ pid=$(check_pidfile "${pidfile}" "${procname}") >+ if [ -z "${pid}" ] >+ then >+ echo "Namecoind is not running" >+ return 1 >+ else >+ ${cli_command} -conf="${namecoind_config_file}" -datadir="${namecoind_data_dir}" stop >+ fi >+} >+ >+namecoind_wait() >+{ >+ local n=60 >+ echo "Waiting for namecoind shutdown:" >+ while : >+ do >+ printf '.' >+ pid=$(check_pidfile "${pidfile}" "${procname}") >+ if [ -z "${pid}" ] >+ then >+ printf '\n' >+ break >+ fi >+ sleep 1 >+ n=$((${n} - 1)) >+ if [ ${n} -eq 0 -a -f "${pidfile}" ] >+ then >+ printf "\nForce shutdown" >+ kill -9 $(cat "${pidfile}") >+ for n in 1 2 3 >+ do >+ printf '.' >+ sleep 1 >+ done >+ printf '\n' >+ break >+ fi >+ done >+ rm -f "${pidfile}" >+ echo "Shutdown complete" >+} >+ >+run_rc_command "$1" > >Property changes on: net-p2p/namecoin/files/namecoind.in >___________________________________________________________________ >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: net-p2p/namecoin/files/patch-src__main.h >=================================================================== >--- net-p2p/namecoin/files/patch-src__main.h (revision 446353) >+++ net-p2p/namecoin/files/patch-src__main.h (nonexistent) >@@ -1,10 +0,0 @@ >---- src/main.h.orig 2014-12-18 14:47:02 UTC >-+++ src/main.h >-@@ -17,7 +17,6 @@ >- #ifdef __WXMSW__ >- #include <io.h> /* for _commit */ >- #elif !defined(MAC_OSX) >--#include <sys/prctl.h> >- #endif >- >- class CBlock; > >Property changes on: net-p2p/namecoin/files/patch-src__main.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-on >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/namecoin/files/patch-src__qt__configurenamedialog.h >=================================================================== >--- net-p2p/namecoin/files/patch-src__qt__configurenamedialog.h (revision 446353) >+++ net-p2p/namecoin/files/patch-src__qt__configurenamedialog.h (nonexistent) >@@ -1,12 +0,0 @@ >---- src/qt/configurenamedialog.h.orig 2014-12-18 14:47:02 UTC >-+++ src/qt/configurenamedialog.h >-@@ -1,6 +1,9 @@ >- #ifndef CONFIGURENAMEDIALOG_H >- #define CONFIGURENAMEDIALOG_H >- >-+#include <sys/socket.h> >-+#include <netinet/in.h> >-+ >- #include <QDialog> >- >- namespace Ui { > >Property changes on: net-p2p/namecoin/files/patch-src__qt__configurenamedialog.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-on >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/namecoin/files/patch-src__qt__managenamespage.h >=================================================================== >--- net-p2p/namecoin/files/patch-src__qt__managenamespage.h (revision 446353) >+++ net-p2p/namecoin/files/patch-src__qt__managenamespage.h (nonexistent) >@@ -1,12 +0,0 @@ >---- src/qt/managenamespage.h.orig 2014-12-18 14:47:02 UTC >-+++ src/qt/managenamespage.h >-@@ -1,6 +1,9 @@ >- #ifndef MANAGENAMESPAGE_H >- #define MANAGENAMESPAGE_H >- >-+#include <sys/socket.h> >-+#include <netinet/in.h> >-+ >- #include <QDialog> >- #include <QSortFilterProxyModel> >- > >Property changes on: net-p2p/namecoin/files/patch-src__qt__managenamespage.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-on >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/namecoin/files/patch-src__strlcpy.h >=================================================================== >--- net-p2p/namecoin/files/patch-src__strlcpy.h (revision 446353) >+++ net-p2p/namecoin/files/patch-src__strlcpy.h (nonexistent) >@@ -1,23 +0,0 @@ >---- net-p2p/namecoin/files/patch-src__strlcpy.h (revision 0) >-+++ net-p2p/namecoin/files/patch-src__strlcpy.h (working copy) >-@@ -0,0 +1,20 @@ >-+--- src/strlcpy.h.orig 2015-08-24 00:28:33 UTC >-++++ src/strlcpy.h >-+@@ -15,6 +15,10 @@ >-+ */ >-+ #ifndef BITCOIN_STRLCPY_H >-+ #define BITCOIN_STRLCPY_H >-++ >-++#if defined(__FreeBSD__) && (__FreeBSD_version >= 330000) >-++#include <string.h> >-++#else >-+ /* >-+ * Copy src to string dst of size siz. At most siz-1 characters >-+ * will be copied. Always NUL terminates (unless siz == 0). >-+@@ -83,4 +87,6 @@ inline size_t strlcat(char *dst, const c >-+ >-+ return(dlen + (s - src)); /* count does not include NUL */ >-+ } >-++#endif /* FreeBSD */ >-++ >-+ #endif > >Property changes on: net-p2p/namecoin/files/patch-src__strlcpy.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/namecoin/pkg-descr >=================================================================== >--- net-p2p/namecoin/pkg-descr (revision 446353) >+++ net-p2p/namecoin/pkg-descr (working copy) >@@ -12,4 +12,4 @@ > To register a name, you must own some namecoins (NMC, the internal > cryptocurrency used by the software). > >-WWW: http://namecoin.info/ >+WWW: https://namecoin.org/ >Index: net-p2p/namecoin-daemon/Makefile >=================================================================== >--- net-p2p/namecoin-daemon/Makefile (revision 446353) >+++ net-p2p/namecoin-daemon/Makefile (working copy) >@@ -1,13 +1,26 @@ > # $FreeBSD$ > >-PKGNAMESUFFIX= -daemon >- > MASTERDIR= ${.CURDIR}/../namecoin > >-DESCR= ${MASTERDIR}/pkg-descr >+PKGNAMESUFFIX= -daemon > >+COMMENT= Decentralized, open DNS and more (Daemon) > SLAVE_PORT= yes > >-OPTIONS_EXCLUDE= X11 DBUS QRCODES >+ONLY_FOR_ARCHS= amd64 i386 ia64 >+ONLY_FOR_ARCHS_REASON= does not support big-endian architectures > >+OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ >+OPTIONS_DEFAULT= HARDENING UPNP WALLET >+ >+CONFIGURE_ARGS= --with-daemon \ >+ --without-gui \ >+ --without-libs \ >+ --without-qrencode \ >+ --without-utils >+ >+PLIST_FILES= bin/namecoind >+ >+USE_RC_SUBR= namecoind >+ > .include "${MASTERDIR}/Makefile" >Index: net-p2p/namecoin-utils/Makefile >=================================================================== >--- net-p2p/namecoin-utils/Makefile (nonexistent) >+++ net-p2p/namecoin-utils/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+MASTERDIR= ${.CURDIR}/../namecoin >+ >+PKGNAMESUFFIX= -utils >+ >+COMMENT= Decentralized, open DNS and more (CLI and Utilities) >+SLAVE_PORT= yes >+ >+OPTIONS_DEFINE= DEBUG HARDENING TESTS >+OPTIONS_DEFAULT= HARDENING TESTS >+ >+ONLY_FOR_ARCHS= amd64 i386 ia64 >+ONLY_FOR_ARCHS_REASON= does not support big-endian architectures >+ >+CONFIGURE_ARGS= --without-daemon \ >+ --without-gui \ >+ --without-libs \ >+ --without-qrencode \ >+ --with-utils \ >+ --disable-wallet >+ >+PLIST_FILES= bin/namecoin-cli bin/namecoin-tx >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: net-p2p/namecoin-utils/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
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 218961
:
182182
|
184586
|
192817
|
192818