- Update to r921
PR: ports/142726 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
This commit is contained in:
parent
eddd1e9d25
commit
b820750b2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247662
3 changed files with 17 additions and 9 deletions
|
@ -5,10 +5,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mupdf
|
PORTNAME= mupdf
|
||||||
DISTVERSION= 2009-07-07
|
PORTVERSION= r921
|
||||||
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://ccxvii.net/mupdf/download/
|
MASTER_SITES= http://ccxvii.net/mupdf/download/
|
||||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-source
|
|
||||||
|
|
||||||
MAINTAINER= martin.dieringer@gmx.de
|
MAINTAINER= martin.dieringer@gmx.de
|
||||||
COMMENT= Lightweight PDF viewer and toolkit
|
COMMENT= Lightweight PDF viewer and toolkit
|
||||||
|
@ -17,6 +17,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
|
||||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||||
jpeg.10:${PORTSDIR}/graphics/jpeg
|
jpeg.10:${PORTSDIR}/graphics/jpeg
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
USE_XORG= x11 xext
|
USE_XORG= x11 xext
|
||||||
JAM_ARGS= -q -sLOCALBASE=${LOCALBASE} \
|
JAM_ARGS= -q -sLOCALBASE=${LOCALBASE} \
|
||||||
-sPTHREAD_LIBS=${PTHREAD_LIBS} ${_MAKE_JOBS}
|
-sPTHREAD_LIBS=${PTHREAD_LIBS} ${_MAKE_JOBS}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (mupdf-2009-07-07-source.tar.gz) = 3b499c4f34909093bab308497f62eb5c
|
MD5 (mupdf-r921.tar.gz) = 5ccee1c638af0a5a4fab54badd30513a
|
||||||
SHA256 (mupdf-2009-07-07-source.tar.gz) = d3c252b4a1f98270235844e9d4507b3533f17981099a5c82531551634a34e4fe
|
SHA256 (mupdf-r921.tar.gz) = df793a155f67f95feaab4060ed5d8b8eab5296778291aba06063c2524377c73b
|
||||||
SIZE (mupdf-2009-07-07-source.tar.gz) = 3297517
|
SIZE (mupdf-r921.tar.gz) = 3287941
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
--- Jamrules.orig 2009-07-07 20:08:22.000000000 +0200
|
--- Jamrules.orig 2009-12-09 02:59:17.000000000 +0100
|
||||||
+++ Jamrules 2009-08-08 12:32:45.000000000 +0200
|
+++ Jamrules 2010-01-11 21:53:06.000000000 +0100
|
||||||
@@ -47,16 +47,16 @@
|
@@ -39,22 +39,22 @@
|
||||||
if $(HAVE_JASPER) { DEFINES += HAVE_JASPER ; }
|
OSPLAT ?= x64 ; # this one isn't in the jambase :(
|
||||||
|
|
||||||
|
# Place all build products here:
|
||||||
|
-ALL_LOCATE_TARGET ?= [ FDirName $(TOP) build $(OS:L)-$(OSPLAT:L)-$(BUILD:L) ] ;
|
||||||
|
+ALL_LOCATE_TARGET ?= [ FDirName $(TOP) build ] ;
|
||||||
|
|
||||||
|
# Add compile time defines for JBIG2 and JPEG2000 support.
|
||||||
|
if $(HAVE_JBIG2DEC) { DEFINES += HAVE_JBIG2DEC ; }
|
||||||
if $(HAVE_OPENJPEG) { DEFINES += HAVE_OPENJPEG ; }
|
if $(HAVE_OPENJPEG) { DEFINES += HAVE_OPENJPEG ; }
|
||||||
|
|
||||||
-if $(OS) = LINUX
|
-if $(OS) = LINUX
|
||||||
|
|
Loading…
Reference in a new issue