pkgsrc-WIP-changes archive

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

drop redundant do-build targets



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Aug 14 22:54:30 2020 +0200
Changeset:	02aacfaef4147a705fdc0bee583747651d9e15da

Modified Files:
	amp-editor/Makefile
	cargo-audit/Makefile
	gleam/Makefile
	nary/Makefile
	ncspot/Makefile
	pack/Makefile
	pijul/Makefile
	texlab/Makefile

Log Message:
drop redundant do-build targets

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

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

diffstat:
 amp-editor/Makefile  | 3 ---
 cargo-audit/Makefile | 3 ---
 gleam/Makefile       | 3 ---
 nary/Makefile        | 3 ---
 ncspot/Makefile      | 3 ---
 pack/Makefile        | 3 ---
 pijul/Makefile       | 3 ---
 texlab/Makefile      | 3 ---
 8 files changed, 24 deletions(-)

diffs:
diff --git a/amp-editor/Makefile b/amp-editor/Makefile
index 91f23cbe96..2981832c42 100644
--- a/amp-editor/Makefile
+++ b/amp-editor/Makefile
@@ -189,9 +189,6 @@ PYTHON_FOR_BUILD_ONLY=		yes
 BUILD_DEPENDS+=			${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 REPLACE_PYTHON+=		../vendor/xcb-0.8.2/rs-client.py
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/amp ${DESTDIR}${PREFIX}/bin
 
diff --git a/cargo-audit/Makefile b/cargo-audit/Makefile
index f609c004bf..cbc3a5f66b 100644
--- a/cargo-audit/Makefile
+++ b/cargo-audit/Makefile
@@ -95,9 +95,6 @@ INSTALLATION_DIRS=	bin
 
 MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/cargo-audit ${DESTDIR}${PREFIX}/bin
 
diff --git a/gleam/Makefile b/gleam/Makefile
index 40c66ea115..c6ee3f8784 100644
--- a/gleam/Makefile
+++ b/gleam/Makefile
@@ -239,9 +239,6 @@ MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 
 INSTALLATION_DIRS=	bin
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/gleam ${DESTDIR}${PREFIX}/bin
 
diff --git a/nary/Makefile b/nary/Makefile
index 8d8cd04a0a..7ac28cf612 100644
--- a/nary/Makefile
+++ b/nary/Makefile
@@ -139,9 +139,6 @@ INSTALLATION_DIRS=	bin
 
 MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/nary ${DESTDIR}${PREFIX}/bin
 
diff --git a/ncspot/Makefile b/ncspot/Makefile
index 57675eb5ab..7013db4a91 100644
--- a/ncspot/Makefile
+++ b/ncspot/Makefile
@@ -418,9 +418,6 @@ RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.portaudio}/${BUILDLINK_LIBDIRS.portaudio}
 MAKE_ENV+=	RUSTFLAGS=${RUSTFLAGS:Q}
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --release --offline -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncspot ${DESTDIR}${PREFIX}/bin
 
diff --git a/pack/Makefile b/pack/Makefile
index 42996267aa..6ce0ffde7e 100644
--- a/pack/Makefile
+++ b/pack/Makefile
@@ -92,9 +92,6 @@ INSTALLATION_DIRS=	bin
 
 MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/pack ${DESTDIR}${PREFIX}/bin
 
diff --git a/pijul/Makefile b/pijul/Makefile
index 3c631ad054..212db1d6ca 100644
--- a/pijul/Makefile
+++ b/pijul/Makefile
@@ -285,9 +285,6 @@ MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 MAKE_ENV+=		SODIUM_LIB_DIR=${BUILDLINK_PREFIX.libsodium:Q}
 #MAKE_ENV+=		SODIUM_STATIC
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/nary ${DESTDIR}${PREFIX}/bin
 
diff --git a/texlab/Makefile b/texlab/Makefile
index ef39678158..59d7d65ee4 100644
--- a/texlab/Makefile
+++ b/texlab/Makefile
@@ -310,9 +310,6 @@ CARGO_CRATE_DEPENDS+=	xmlparser-0.10.0
 
 USE_LANGUAGES=		# none
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --verbose --locked --frozen --release -j${_MAKE_JOBS_N}
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/alacritty ${DESTDIR}${PREFIX}/bin
 


Home | Main Index | Thread Index | Old Index