View | Details | Raw Unified | Return to bug 193549 | Differences between
and this patch

Collapse All | Expand All

(-)dcraw-m/Makefile (-5 / +4 lines)
Lines 3-17 Link Here
3
3
4
PORTNAME=	dcraw-m
4
PORTNAME=	dcraw-m
5
PORTVERSION=	9.17
5
PORTVERSION=	9.17
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	https://dx.burplex.com/dcraw-m/ \
8
MASTER_SITES=	http://BSDforge.com/projects/source/graphics/dcraw-m/
9
		http://www.waitman.net/dcraw-m/
10
9
11
MAINTAINER=	waitman@waitman.net
10
MAINTAINER=	waitman@waitman.net
12
COMMENT=	Modified Decoder for RAW files from digital cameras
11
COMMENT=	Modified Decoder for RAW files from digital cameras
13
12
14
BROKEN=		Unfetchable
13
USES=		tar:xz
15
14
16
LIB_DEPENDS=	libjasper.so:${PORTSDIR}/graphics/jasper \
15
LIB_DEPENDS=	libjasper.so:${PORTSDIR}/graphics/jasper \
17
		libjpeg.so:${PORTSDIR}/graphics/jpeg \
16
		libjpeg.so:${PORTSDIR}/graphics/jpeg \
Lines 20-26 Link Here
20
19
21
PLIST_FILES=	bin/dcraw-m
20
PLIST_FILES=	bin/dcraw-m
22
21
23
OPTIONS_DEFINE=	OPTIMIZE_O3 OPTIMIZE_O4
22
OPTIONS_DEFINE=		OPTIMIZE_O3 OPTIMIZE_O4
24
OPTIMIZE_O3_DESC=	Use O3 with clang (O4 not working)
23
OPTIMIZE_O3_DESC=	Use O3 with clang (O4 not working)
25
OPTIMIZE_O4_DESC=	Use O4 with gcc
24
OPTIMIZE_O4_DESC=	Use O4 with gcc
26
25
(-)dcraw-m/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dcraw-m-9.17.tar.gz) = 1b727e9b51e9aacae3d0ce3bf7d805f014b43baf371715351ae46c46c2e90269
1
SHA256 (dcraw-m-9.17.tar.xz) = eb9dfa7a1c95e262ccf49753b01f216a44c291a4fe0affa6be2e0eba4f0fb07c
2
SIZE (dcraw-m-9.17.tar.gz) = 88589
2
SIZE (dcraw-m-9.17.tar.xz) = 73940

Return to bug 193549