1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Chase graphics/poppler update, bump PORTREVISION [1].

Mark MAKE_JOBS_SAFE, minor clean-ups.

Noticed by:	Jan Henrik Sylvester (via kde@freebsd maillist) [1].
This commit is contained in:
Max Brazhnikov 2009-04-12 21:10:08 +00:00
parent 64ecd78c6f
commit 67be04be0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232242
2 changed files with 19 additions and 18 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= kdegraphics
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@ -18,13 +18,13 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Graphics utilities for the KDE3 integrated X11 desktop
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
fribidi:${PORTSDIR}/converters/fribidi \
lcms:${PORTSDIR}/graphics/lcms \
paper:${PORTSDIR}/print/libpaper \
poppler-qt:${PORTSDIR}/graphics/poppler-qt
LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
freetype.9:${PORTSDIR}/print/freetype2 \
fribidi.0:${PORTSDIR}/converters/fribidi \
lcms.1:${PORTSDIR}/graphics/lcms \
paper.2:${PORTSDIR}/print/libpaper \
poppler-qt.2:${PORTSDIR}/graphics/poppler-qt
CONFLICTS= kolourpaint-[0-9]*
@ -33,13 +33,13 @@ PREFIX= ${KDE_PREFIX}
USE_GL= glut
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
WANT_GNOME= yes
USE_GHOSTSCRIPT=yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
DO_NOT_COMPILE+=kooka kuickshow libkscan
OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \

View File

@ -6,6 +6,7 @@
PORTNAME= kdegraphics
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -15,18 +16,18 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Graphics utilities for the KDE4 integrated X11 desktop
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
fribidi:${PORTSDIR}/converters/fribidi \
lcms:${PORTSDIR}/graphics/lcms \
paper:${PORTSDIR}/print/libpaper \
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
freetype.9:${PORTSDIR}/print/freetype2 \
fribidi.0:${PORTSDIR}/converters/fribidi \
lcms.1:${PORTSDIR}/graphics/lcms \
paper.2:${PORTSDIR}/print/libpaper \
poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \
exiv2.7:${PORTSDIR}/graphics/exiv2 \
chm.0:${PORTSDIR}/misc/chmlib \
sane.1:${PORTSDIR}/graphics/sane-backends \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
djvulibre:${PORTSDIR}/graphics/djvulibre-nox11 \
djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
spectre.1:${PORTSDIR}/print/libspectre \
qca.2:${PORTSDIR}/devel/qca \