Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 12:54:21 GMT
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7a33f54cd67 - main - japanese/xv: Fix build error
Message-ID:  <202403171254.42HCsLqP058963@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nobutaka:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a33f54cd67296d09b29f3d73b5457b10b7e64b

commit b7a33f54cd67296d09b29f3d73b5457b10b7e64b
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2024-03-17 12:48:49 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2024-03-17 12:53:54 +0000

    japanese/xv: Fix build error
    
    Remove PORTREVISION that is not used
    
    PR:             277623
    Reported by:    mew14930xvi <mew14930xvi@inbox.lv>
---
 japanese/xv/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/japanese/xv/Makefile b/japanese/xv/Makefile
index 131ece33929c..9f7bba781f77 100644
--- a/japanese/xv/Makefile
+++ b/japanese/xv/Makefile
@@ -3,10 +3,6 @@ CATEGORIES=	japanese
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X11 program that displays images of various formats with japanization
 
-BROKEN=		Fails to generate binaries
-DEPRECATED=	Fails to build
-EXPIRATION_DATE=2024-03-31
-
 MASTERDIR=	${.CURDIR}/../../graphics/xv
 PKGDIR=		${.CURDIR}
 
@@ -18,9 +14,7 @@ PLIST_FILES=	bin/ja-xv
 
 OPTIONS_EXCLUDE=	DOCS
 
-PORTREVISION=	2
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv
+	${INSTALL_PROGRAM} ${WRKDIR}/.build/src/xv ${STAGEDIR}${PREFIX}/bin/ja-xv
 
 .include "${MASTERDIR}/Makefile"



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