Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 07:38:03 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7753f124339f - main - print/hplip: Fix patch from f97941e2c029
Message-ID:  <202308170738.37H7c3mX047070@gitrepo.freebsd.org>

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

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

commit 7753f124339fd7c52cddd7afd37c15b1aecf9cc9
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2023-08-17 07:24:16 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2023-08-17 07:32:01 +0000

    print/hplip: Fix patch from f97941e2c029
    
    by applying dos2unix first.
    
    PR:             272804
---
 print/hplip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 85298e9a682b..14c3f0cbbc51 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -23,7 +23,8 @@ USES=		dos2unix jpeg libtool localbase pkgconfig python \
 		shebangfix
 USE_LDCONFIG=	yes
 
-DOS2UNIX_FILES=	scan/sane/OrbliteScan/LinuxCommon.h scan/sane/orblite.c
+DOS2UNIX_FILES=	fax/filters/cdmfax/jetlib.cpp \
+		scan/sane/OrbliteScan/LinuxCommon.h scan/sane/orblite.c
 SHEBANG_GLOB=	*.py hpps pstotiff
 
 GNU_CONFIGURE=	yes



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