commit
f6d582b85f
|
@ -1,17 +0,0 @@
|
||||||
diff --git a/DaemonLinux.cpp b/DaemonLinux.cpp
|
|
||||||
index edd15f07..126b4689 100644
|
|
||||||
--- DaemonLinux.cpp
|
|
||||||
+++ DaemonLinux.cpp
|
|
||||||
@@ -78,9 +78,9 @@ namespace i2p
|
|
||||||
|
|
||||||
#if !defined(__OpenBSD__)
|
|
||||||
// point std{in,out,err} descriptors to /dev/null
|
|
||||||
- stdin = freopen("/dev/null", "r", stdin);
|
|
||||||
- stdout = freopen("/dev/null", "w", stdout);
|
|
||||||
- stderr = freopen("/dev/null", "w", stderr);
|
|
||||||
+ freopen("/dev/null", "r", stdin);
|
|
||||||
+ freopen("/dev/null", "w", stdout);
|
|
||||||
+ freopen("/dev/null", "w", stderr);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'i2pd'
|
# Template file for 'i2pd'
|
||||||
pkgname=i2pd
|
pkgname=i2pd
|
||||||
version=2.11.0
|
version=2.15.0
|
||||||
revision=5
|
revision=1
|
||||||
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
|
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
|
||||||
homepage="http://i2pd.website/"
|
homepage="http://i2pd.website/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -10,7 +10,7 @@ make_build_args="USE_UPNP=yes"
|
||||||
maintainer="Obosob <obosob@riseup.net>"
|
maintainer="Obosob <obosob@riseup.net>"
|
||||||
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel"
|
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel"
|
||||||
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
|
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
|
||||||
checksum=4d7946e33a6a1dd4439590ea23b494f36e6fbcb81f7b36857bf264413a19e9db
|
checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
|
||||||
system_accounts="_i2pd"
|
system_accounts="_i2pd"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
@ -21,9 +21,9 @@ esac
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin i2pd
|
vbin i2pd
|
||||||
vman debian/i2pd.1
|
vman debian/i2pd.1
|
||||||
vsconf docs/i2pd.conf
|
vsconf contrib/i2pd.conf
|
||||||
vsconf docs/tunnels.conf
|
vsconf contrib/tunnels.conf
|
||||||
vsconf docs/subscriptions.txt
|
vsconf contrib/subscriptions.txt
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue