pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ivtools
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 10:19:38 UTC 2026
Modified Files:
pkgsrc/graphics/ivtools: Makefile
Log Message:
ivtools: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/ivtools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ivtools/Makefile
diff -u pkgsrc/graphics/ivtools/Makefile:1.40 pkgsrc/graphics/ivtools/Makefile:1.41
--- pkgsrc/graphics/ivtools/Makefile:1.40 Mon Nov 17 11:00:56 2025
+++ pkgsrc/graphics/ivtools/Makefile Sun Jan 4 10:19:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2025/11/17 11:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2026/01/04 10:19:38 wiz Exp $
DISTNAME= ivtools-2.0.4a1
PKGREVISION= 4
@@ -12,13 +12,12 @@ HOMEPAGE= https://ivtools.sourceforge.ne
COMMENT= Drawing editors for PostScript, TeX, and web graphics
LICENSE= modified-bsd # close enough
-CONFLICTS+= dclock-[0-9]*
-
# ps2pdf
TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
-
DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
+CONFLICTS+= dclock-[0-9]*
+
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake autoreconf
@@ -26,6 +25,8 @@ USE_TOOLS+= gmake bash:run
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+BUILDLINK_TRANSFORM+= rm:-D_POSIX_C_SOURCE=200112L
+
REPLACE_BASH+= src/scripts/comterp_run.bash
REPLACE_BASH+= src/scripts/ivgetjpg.bash
REPLACE_BASH+= src/scripts/ivtiftopnm.bash
Home |
Main Index |
Thread Index |
Old Index