pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fbida: update to jpeg-9c.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sun Oct 7 14:38:53 2018 +0200
Changeset: 63da9b2425e03f6231644a9fe8a06b07c4a559fe
Modified Files:
fbida/Makefile
Log Message:
fbida: update to jpeg-9c.
Also actually depend on it so we can hope the distfile is there.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63da9b2425e03f6231644a9fe8a06b07c4a559fe
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fbida/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/fbida/Makefile b/fbida/Makefile
index cc47b67150..4d2638b387 100644
--- a/fbida/Makefile
+++ b/fbida/Makefile
@@ -19,13 +19,16 @@ USE_TOOLS+= gmake perl
# Populate it ourselves.
post-extract:
cd ${WRKDIR}/${DISTNAME} && \
- tar xvzf ${DISTDIR}/jpegsrc.v9.tar.gz && \
+ tar xvzf ${DISTDIR}/jpeg-9c-v2/jpegsrc.v9c.tar.gz && \
mkdir jpeg/90 && \
for f in jinclude.h jpegint.h jpeglib.h transupp.c transupp.h; \
do \
- cp jpeg-9/$$f jpeg/90; \
+ cp jpeg-9c/$$f jpeg/90; \
done
+# Depend on this, purely for fetching the distfile.
+DEPENDS+= jpeg-9c:../../graphics/jpeg
+
# not used, even though the configure output claims it
#.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index