git: ab6a1b7d22b4 - main - math/octave-forge-queueing: Fix serious installing issues.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 01:23:38 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab6a1b7d22b4260e46fe18a3c6237d74b0ffc592 commit ab6a1b7d22b4260e46fe18a3c6237d74b0ffc592 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2024-05-17 01:22:33 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2024-05-17 01:22:33 +0000 math/octave-forge-queueing: Fix serious installing issues. As it was, installing this port destroyed the packages structure for octave. Bump portrevision. --- math/octave-forge-queueing/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile index 0813c783fcb4..f1ee0f37f00a 100644 --- a/math/octave-forge-queueing/Makefile +++ b/math/octave-forge-queueing/Makefile @@ -1,22 +1,26 @@ PORTNAME= octave-forge-queueing DISTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} WWW= https://packages.octave.org/ +BUILD_DEPENDS+= fig2dev:print/fig2dev + LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -USES= octave +USES= octave tex +USE_TEX= base:build tex:build USE_GITHUB= yes GH_ACCOUNT= mmarzolla GH_PROJECT= queueing OCTAVE_SRC= ${OCTAVE_PKGNAME}-${DISTVERSION} -NO_ARCH= yes -NO_BUILD= yes +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} +ALL_TARGET= ALL .include <bsd.port.mk>