Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Apr 2021 14:43:09 +0100
From:      Chris Rees <crees@bayofrum.net>
To:        Hans Petter Selasky <hselasky@FreeBSD.org>, ports-committers@FreeBSD.org,  dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: adc83f029d8f - main - Port builds fine using the regular make. No need to depend on gmake for building.
Message-ID:  <673BFBD0-D7F5-49BF-A883-1A336AFB7DC0@bayofrum.net>
In-Reply-To: <202104071314.137DE5Bm035058@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail



On 7 April 2021 14:14:05 BST, Hans Petter Selasky <hselasky@FreeBSD.org> wrote:
>The branch main has been updated by hselasky:
>
>URL:
>https://cgit.FreeBSD.org/ports/commit/?id=adc83f029d8f9c56ceec9ebe076e479426e9f828
>
>commit adc83f029d8f9c56ceec9ebe076e479426e9f828
>Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
>AuthorDate: 2021-04-07 13:10:27 +0000
>Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
>CommitDate: 2021-04-07 13:10:27 +0000
>
>    Port builds fine using the regular make.
>    No need to depend on gmake for building.
>    
>    Suggested by:   Sid <sid@bsdmail.com>
>    Approved by:    pi (implicit)
>---
> print/dymo-cups-drivers/Makefile | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
>diff --git a/print/dymo-cups-drivers/Makefile
>b/print/dymo-cups-drivers/Makefile
>index 1699b5c82a1f..0bf1e28f6b6b 100644
>--- a/print/dymo-cups-drivers/Makefile
>+++ b/print/dymo-cups-drivers/Makefile
>@@ -1,6 +1,6 @@
> PORTNAME=	dymo-cups-drivers
> PORTVERSION=	1.4.0
>-PORTREVISION=	3
>+PORTREVISION=4

Minor nit, but I don't think that this bump was necessary as it shouldn't make any difference to the final package.

Chris

>@@ -14,7 +14,6 @@ LIB_DEPENDS=	libcupsimage.so:print/cups
> 
> WRKSRC=		${WRKDIR}/dymo-cups-drivers-1.4.0.5
> 
>-USES=		gmake
> GNU_CONFIGURE=	yes
> CPPFLAGS+=	-I${LOCALBASE}/include
> LDFLAGS+=	-L${LOCALBASE}/lib


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?673BFBD0-D7F5-49BF-A883-1A336AFB7DC0>