aboutsummaryrefslogtreecommitdiff
path: root/archivers/urbackup-server/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2020-08-27 17:01:02 +0000
committerJason E. Hale <jhale@FreeBSD.org>2020-08-27 17:01:02 +0000
commit0cf7c2041ba3aaca79cf358f60e7c01704857034 (patch)
tree2e742b088b2450b1eb4399ff66cea79d99d7a33e /archivers/urbackup-server/Makefile
parent84808f8dd9ad4fc12c67655dfe555ae61b83e277 (diff)
downloadports-0cf7c2041ba3aaca79cf358f60e7c01704857034.tar.gz
ports-0cf7c2041ba3aaca79cf358f60e7c01704857034.zip
archivers/urbackup-server: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream.
Notes
Notes: svn path=/head/; revision=546365
Diffstat (limited to 'archivers/urbackup-server/Makefile')
-rw-r--r--archivers/urbackup-server/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/archivers/urbackup-server/Makefile b/archivers/urbackup-server/Makefile
index 055a701f31ef..89a4145cb867 100644
--- a/archivers/urbackup-server/Makefile
+++ b/archivers/urbackup-server/Makefile
@@ -31,18 +31,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= pkg-message urbackupsrv.conf.sample-daemon
post-patch:
- @(cd ${WRKSRC} && ${REINPLACE_CMD} -E -e 's|[[:<:]]byte[[:>:]]|CryptoPP::byte|g' \
- cryptoplugin/AESDecryption.cpp \
- cryptoplugin/AESEncryption.cpp \
- cryptoplugin/AESGCMDecryption.cpp \
- cryptoplugin/AESGCMEncryption.cpp \
- cryptoplugin/CryptoFactory.cpp \
- cryptoplugin/ECDHKeyExchange.cpp \
- cryptoplugin/ZlibCompression.cpp \
- cryptoplugin/ZlibDecompression.cpp \
- md5.h \
- )
-
@(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/etc/urbackup|${PREFIX}/etc/urbackup|g' \
mount_helper/main.cpp \
urbackupserver/server.cpp \