git: 3d3be85dd2c2 - main - java/eclipse: Makefile cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Jul 2022 20:51:03 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d3be85dd2c2e72fe1431f8e060307f4eeb41e30 commit 3d3be85dd2c2e72fe1431f8e060307f4eeb41e30 Author: Jonathan Chen <jonc@chen.org.nz> AuthorDate: 2022-07-05 05:58:24 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-07-06 20:48:03 +0000 java/eclipse: Makefile cleanup * disable PORTSCOUT * remove now superflous WRKSRC_SUBDIR PR: 264967 Reported by: jonc@chen.org.nz (maintainer) --- java/eclipse/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 4676db5dcf44..a50dd338e8c9 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -22,6 +22,9 @@ BUILD_DEPENDS= git:devel/git@lite \ zip:archivers/zip LIB_DEPENDS= libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 + +PORTSCOUT= ignore:1 + USES= compiler:c++11-lang gmake pkgconfig gnome USE_GNOME= gtk30 @@ -70,9 +73,6 @@ MAVEN_ECLIPSE= -Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION} \ ECLIPSE_RESULT= eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-freebsd.gtk.${ARCH}.tar.gz -# Let's abuse this to get to the right place. -WRKSRC_SUBDIR= ../eclipse.platform.releng.aggregator-${ECLIPSE_TAG} - do-build: cd ${WRKSRC} && ${SETENV} ${MAVEN_ENV} mvn --offline ${MAVEN_ECLIPSE} -DskipTests clean verify