Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 15:12:52 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        "ports-committers@FreeBSD.org" <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 4ee4d8d1d3e9 - main - games/jinput: Fix build
Message-ID:  <CAGwOe2awqD2gQyYo1mOExWkk=ikwEmejhDV3sWUiEcRvBXZa4g@mail.gmail.com>
In-Reply-To: <202207201209.26KC91tQ047218@gitrepo.freebsd.org>
References:  <202207201209.26KC91tQ047218@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 20, 2022 at 2:09 PM Fernando Apestegu=C3=ADa <fernape@freebsd.o=
rg> wrote:
>
> The branch main has been updated by fernape:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D4ee4d8d1d3e9d19b9b99d78d=
bee3f09ebccf2444
>
> commit 4ee4d8d1d3e9d19b9b99d78dbee3f09ebccf2444
> Author:     VVD <vvd@unislabs.com>

^^^^^^^^^
The patch is wrongly attributed to VVD.
The real author is mia-rain[@]tuta.io

Apologies for the inconvenience.

> AuthorDate: 2022-07-19 05:51:39 +0000
> Commit:     Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>
> CommitDate: 2022-07-20 12:05:55 +0000
>
>     games/jinput: Fix build
>
>     Fix build by removing examples from the module list.
>     VDD takes over maintainership.
>
>     PR:     264752
>     Reported by:    vvd@unislabs.com
>     Approved by:    voidanix@420blaze.it (maintainer, timeout > 2 weeks)
> ---
>  games/jinput/Makefile | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/games/jinput/Makefile b/games/jinput/Makefile
> index f917f2d94a45..ef74a1afd763 100644
> --- a/games/jinput/Makefile
> +++ b/games/jinput/Makefile
> @@ -8,8 +8,6 @@ COMMENT=3D        Java Game Controller API
>
>  LICENSE=3D       BSD2CLAUSE
>
> -BROKEN=3D                does not build: .../input/example/ReadAllEvents=
.java:[5,28] cannot find symbol
> -
>  BUILD_DEPENDS=3D ${JAVAJARDIR}/jutils/jutils.jar:games/jutils \
>                 mvn:devel/maven
>  RUN_DEPENDS=3D   ${JAVAJARDIR}/jutils/jutils.jar:games/jutils
> @@ -21,14 +19,15 @@ GL_COMMIT=3D  bf22dd975bbba31f01895332255b63df376894e=
6
>
>  USE_JAVA=3D      8+
>
> -PLIST_FILES=3D   ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar
>  PLIST_DIRS=3D    ${JAVAJARDIR}/${PORTNAME}
> +PLIST_FILES=3D   ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar
>
>  MAVEN_ARGS=3D    -Dmaven.antrun.skip -Dmaven.javadoc.skip -Dmaven.source=
.skip -Dmaven.test.skip -DskipTests -DskipITs
>  MAVEN_REPO=3D    -Dmaven.repo.local=3D${WRKSRC}/repository
>
>  pre-build:
>         ${CP} ${JAVAJARDIR}/jutils/jutils.jar ${WRKSRC}/repository/net/ja=
va/jutils/jutils/1/jutils-1.jar
> +       ${SED} -i -e '/example/d' ${WRKSRC}/pom.xml # example/ReadAllEven=
ts.java:[5,28] cannot find symbol ...
>
>  do-build:
>         cd ${WRKSRC}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2awqD2gQyYo1mOExWkk=ikwEmejhDV3sWUiEcRvBXZa4g>