pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

megacmd: some cleanups



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 11 08:48:07 2024 +0100
Changeset:	79fb7f32561285b81c47efe52f9789158a1f84c9

Modified Files:
	megacmd/MESSAGE
	megacmd/Makefile

Log Message:
megacmd: some cleanups

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79fb7f32561285b81c47efe52f9789158a1f84c9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 megacmd/MESSAGE  |  7 ++++---
 megacmd/Makefile | 25 ++++++++++++-------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diffs:
diff --git a/megacmd/MESSAGE b/megacmd/MESSAGE
index 1a4bb7ae76..c1f6927a2c 100644
--- a/megacmd/MESSAGE
+++ b/megacmd/MESSAGE
@@ -1,8 +1,9 @@
 ===========================================================================
 $NetBSD$
-$NetBSD: MESSAGE,
 
-To use megacmd features need to generate machine-id.
-Run as root: dbus-uuidgen --ensure
+To use megacmd features you need to generate a machine-id.
+For that, run the following command as root:
+
+	dbus-uuidgen --ensure
 
 ===========================================================================
diff --git a/megacmd/Makefile b/megacmd/Makefile
index 377ff2bd58..42ccb01338 100644
--- a/megacmd/Makefile
+++ b/megacmd/Makefile
@@ -24,18 +24,18 @@ REPLACE_SH=		src/client/mega-*
 CXXFLAGS+=		-DCRYPTOPP_DISABLE_ASM -std=c++17
 BUILDLINK_TRANSFORM+=	rm:-std=c++11
 
-CONFIGURE_ARGS=	--disable-examples \
-		--disable-java \
-		--disable-php \
-		--disable-python \
-		--disable-chat \
-		--without-freeimage \
-		--without-termcap \
-		--without-ffmpeg \
-		--without-libraw \
-		--without-libzen \
-		--without-libmediainfo \
-		--enable-gcc-hardening
+CONFIGURE_ARGS+=	--disable-examples
+CONFIGURE_ARGS+=	--disable-java
+CONFIGURE_ARGS+=	--disable-php
+CONFIGURE_ARGS+=	--disable-python
+CONFIGURE_ARGS+=	--disable-chat
+CONFIGURE_ARGS+=	--without-freeimage
+CONFIGURE_ARGS+=	--without-termcap
+CONFIGURE_ARGS+=	--without-ffmpeg
+CONFIGURE_ARGS+=	--without-libraw
+CONFIGURE_ARGS+=	--without-libzen
+CONFIGURE_ARGS+=	--without-libmediainfo
+CONFIGURE_ARGS+=	--enable-gcc-hardening
 
 CHECK_PORTABILITY_SKIP+=	sdk/bindings/ios/3rdparty/*.sh
 
@@ -46,7 +46,6 @@ post-install:
 	${MV} ${DESTDIR}${PREFIX}/share/bash-completion/completions/megacmd_completion.sh \
 		${DESTDIR}${PREFIX}/share/bash-completion/completions/megacmd
 
-
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/libuv/buildlink3.mk"


Home | Main Index | Thread Index | Old Index