aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2021-06-20 12:18:04 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2021-06-20 12:18:57 +0000
commit4ebc95bf221e8b8201934920491922b40b1035bc (patch)
tree7441f95fd57f72ada6a46d5042ae0cb5ecbeaf71
parenta348ded19dc994942b790e59c6bc92f5a7266819 (diff)
downloadports-4ebc95bf221e8b8201934920491922b40b1035bc.tar.gz
ports-4ebc95bf221e8b8201934920491922b40b1035bc.zip
net/csync2: Resort Makefile and remove MOVED entry.
-rw-r--r--MOVED1
-rw-r--r--net/csync2/Makefile20
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