From 4ebc95bf221e8b8201934920491922b40b1035bc Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 20 Jun 2021 14:18:04 +0200 Subject: [PATCH] net/csync2: Resort Makefile and remove MOVED entry. --- MOVED | 1 - net/csync2/Makefile | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/MOVED b/MOVED index 947e43874a07..8bc24eb3ba24 100644 --- a/MOVED +++ b/MOVED @@ -13191,7 +13191,6 @@ multimedia/subtitleeditor||2019-10-16|Has expired: Unfetchable, unmaintained multimedia/umr||2019-10-16|Has expired: Unfetchable, unmaintained net/bluemix-cli||2019-10-16|Has expired: Unfetchable, unmaintained net/boclient||2019-10-16|Has expired: Unfetchable, unmaintained -net/csync2||2019-10-16|Has expired: Unfetchable, unmaintained net/dictd-database||2019-10-16|Has expired: Unfetchable, unmaintained net/gtic||2019-10-16|Has expired: Unfetchable, unmaintained net/hidentd||2019-10-16|Has expired: Unfetchable, unmaintained diff --git a/net/csync2/Makefile b/net/csync2/Makefile index c963741fac70..ac3ad7256063 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -9,32 +9,32 @@ COMMENT= Cluster synchronization tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= librsync.so:net/librsync \ - libgnutls.so:security/gnutls \ +LIB_DEPENDS= libgnutls.so:security/gnutls \ + librsync.so:net/librsync \ libsqlite3.so:databases/sqlite3 USES= autoreconf pkgconfig shebangfix -SHEBANG_FILES= csync2-compare - -OPTIONS_DEFINE= CSYNC2_COMPARE DOCS -OPTIONS_SUB= yes -CSYNC2_COMPARE_DESC= Install csync2-compare script -CSYNC2_COMPARE_RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= LINBIT GH_PROJECT= csync2 GH_TAGNAME= a8d38eb +USE_RC_SUBR= csync2 + +SHEBANG_FILES= csync2-compare GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_PDFLATEX= CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USE_RC_SUBR= csync2 - SUB_FILES= pkg-install +OPTIONS_DEFINE= CSYNC2_COMPARE DOCS +OPTIONS_SUB= yes +CSYNC2_COMPARE_DESC= Install csync2-compare script +CSYNC2_COMPARE_RUN_DEPENDS= bash:shells/bash + post-patch: @${REINPLACE_CMD} -e 's|(localstatedir)/lib|(localstatedir)/db|' \ -e 's/-ldl//' ${WRKSRC}/Makefile.am