View | Details | Raw Unified | Return to bug 111786
Collapse All | Expand All

(-)comms/hylafax/Makefile (-9 / +9 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	hylafax
8
PORTNAME=	hylafax
9
PORTVERSION=	4.3.2
9
PORTVERSION=	4.3.3
10
CATEGORIES=	comms
10
CATEGORIES=	comms
11
MASTER_SITES=	ftp://ftp.hylafax.org/source/
11
MASTER_SITES=	ftp://ftp.hylafax.org/source/
12
DIST_SUBDIR=	hylafax
12
13
13
MAINTAINER=	W.J.Zwart@NescioLudens.nl
14
MAINTAINER=	W.J.Zwart@NescioLudens.nl
14
COMMENT=	Fax software
15
COMMENT=	Fax software
15
16
16
BUILD_DEPENDS=	${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
17
BUILD_DEPENDS=	${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
17
18
# no dependency on ghostscript because we don't know which
19
# version the user prefers
20
LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
18
LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
21
		jpeg:${PORTSDIR}/graphics/jpeg
19
		jpeg:${PORTSDIR}/graphics/jpeg \
20
		jbig.1:${PORTSDIR}/graphics/jbigkit
22
21
23
DIST_SUBDIR=	hylafax
22
USE_GHOSTSCRIPT=yes
24
23
25
CONFIGURE_ARGS=	--with-INSTALL="" \
24
CONFIGURE_ARGS=	--with-INSTALL="" \
26
		--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
25
		--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
27
		--with-ZLIB=no --with-LIBZ=-lz --with-ZLIBINC=none \
26
		--with-ZLIB=no --with-LIBZ=-lz \
28
		--with-TIFFINC="${LOCALBASE}/include" \
27
		--with-TIFFINC="${LOCALBASE}/include" \
29
		--with-GCOPTS=" " --with-GCXXOPTS=" " \
28
		--with-GCOPTS=" " --with-GCXXOPTS=" " \
30
		--with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \
29
		--with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=/usr/include \
31
		--with-DIR_HTML="${DOCSDIR}"
30
		--with-DIR_HTML="${DOCSDIR}"
32
31
33
SUB_FILES=	pkg-message hylafax.sh.sample
32
SUB_FILES=	pkg-message hylafax.sh.sample
Lines 56-62 Link Here
56
55
57
.if defined(WITH_GAWK)
56
.if defined(WITH_GAWK)
58
BUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
57
BUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
59
RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
58
RUN_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
60
CONFIGURE_ARGS+=--with-AWK="${LOCALBASE}/bin/gawk"
59
CONFIGURE_ARGS+=--with-AWK="${LOCALBASE}/bin/gawk"
61
.endif
60
.endif
62
61
Lines 97-102 Link Here
97
post-patch:
96
post-patch:
98
	${REINPLACE_CMD} \
97
	${REINPLACE_CMD} \
99
		-e 's,/usr/local,${LOCALBASE},g' \
98
		-e 's,/usr/local,${LOCALBASE},g' \
99
		-e 's,-ljbig,-L${LOCALBASE}/lib &,' \
100
		${WRKSRC}/configure
100
		${WRKSRC}/configure
101
	${REINPLACE_CMD} -e 's,-O hfaxd.conf,-O hfaxd.conf-dist,' \
101
	${REINPLACE_CMD} -e 's,-O hfaxd.conf,-O hfaxd.conf-dist,' \
102
		${WRKSRC}/hfaxd/Makefile.in
102
		${WRKSRC}/hfaxd/Makefile.in
(-)comms/hylafax/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hylafax/hylafax-4.3.2.tar.gz) = 5fd10cf19b2ade2ca823276e732ca377
1
MD5 (hylafax/hylafax-4.3.3.tar.gz) = 0eda0ed1eae16bee177d2bcfb3a052da
2
SHA256 (hylafax/hylafax-4.3.2.tar.gz) = 7c31f972022e69048e2273836c265b8b55399b907de0db495b01fcb923de0c8e
2
SHA256 (hylafax/hylafax-4.3.3.tar.gz) = d9e06e36604b937cceebca8ae9133502dfcf742574b9a32c8863723d336844f3
3
SIZE (hylafax/hylafax-4.3.2.tar.gz) = 1521085
3
SIZE (hylafax/hylafax-4.3.3.tar.gz) = 1520317
(-)comms/hylafax/pkg-plist (-9 / +26 lines)
Lines 308-314 Link Here
308
hylafax/etc/templates/en/notify-poll_failed.txt
308
hylafax/etc/templates/en/notify-poll_failed.txt
309
hylafax/etc/templates/en/notify-poll_no_document.txt
309
hylafax/etc/templates/en/notify-poll_no_document.txt
310
hylafax/etc/templates/en/notify-poll_rejected.txt
310
hylafax/etc/templates/en/notify-poll_rejected.txt
311
hylafax/etc/templates/en/notify-reject.txt
311
hylafax/etc/templates/en/notify-rejected.txt
312
hylafax/etc/templates/en/notify-removed.txt
312
hylafax/etc/templates/en/notify-removed.txt
313
hylafax/etc/templates/en/notify-requeued.txt
313
hylafax/etc/templates/en/notify-requeued.txt
314
hylafax/etc/templates/en/notify-timedout.txt
314
hylafax/etc/templates/en/notify-timedout.txt
Lines 328-334 Link Here
328
hylafax/etc/templates/fr/notify-poll_failed.txt
328
hylafax/etc/templates/fr/notify-poll_failed.txt
329
hylafax/etc/templates/fr/notify-poll_no_document.txt
329
hylafax/etc/templates/fr/notify-poll_no_document.txt
330
hylafax/etc/templates/fr/notify-poll_rejected.txt
330
hylafax/etc/templates/fr/notify-poll_rejected.txt
331
hylafax/etc/templates/fr/notify-reject.txt
331
hylafax/etc/templates/fr/notify-rejected.txt
332
hylafax/etc/templates/fr/notify-removed.txt
332
hylafax/etc/templates/fr/notify-removed.txt
333
hylafax/etc/templates/fr/notify-requeued.txt
333
hylafax/etc/templates/fr/notify-requeued.txt
334
hylafax/etc/templates/fr/notify-timedout.txt
334
hylafax/etc/templates/fr/notify-timedout.txt
Lines 348-354 Link Here
348
hylafax/etc/templates/de/notify-poll_failed.txt
348
hylafax/etc/templates/de/notify-poll_failed.txt
349
hylafax/etc/templates/de/notify-poll_no_document.txt
349
hylafax/etc/templates/de/notify-poll_no_document.txt
350
hylafax/etc/templates/de/notify-poll_rejected.txt
350
hylafax/etc/templates/de/notify-poll_rejected.txt
351
hylafax/etc/templates/de/notify-reject.txt
351
hylafax/etc/templates/de/notify-rejected.txt
352
hylafax/etc/templates/de/notify-removed.txt
352
hylafax/etc/templates/de/notify-removed.txt
353
hylafax/etc/templates/de/notify-requeued.txt
353
hylafax/etc/templates/de/notify-requeued.txt
354
hylafax/etc/templates/de/notify-timedout.txt
354
hylafax/etc/templates/de/notify-timedout.txt
Lines 368-374 Link Here
368
hylafax/etc/templates/ro/notify-poll_failed.txt
368
hylafax/etc/templates/ro/notify-poll_failed.txt
369
hylafax/etc/templates/ro/notify-poll_no_document.txt
369
hylafax/etc/templates/ro/notify-poll_no_document.txt
370
hylafax/etc/templates/ro/notify-poll_rejected.txt
370
hylafax/etc/templates/ro/notify-poll_rejected.txt
371
hylafax/etc/templates/ro/notify-reject.txt
371
hylafax/etc/templates/ro/notify-rejected.txt
372
hylafax/etc/templates/ro/notify-removed.txt
372
hylafax/etc/templates/ro/notify-removed.txt
373
hylafax/etc/templates/ro/notify-requeued.txt
373
hylafax/etc/templates/ro/notify-requeued.txt
374
hylafax/etc/templates/ro/notify-timedout.txt
374
hylafax/etc/templates/ro/notify-timedout.txt
Lines 388-394 Link Here
388
hylafax/etc/templates/pt_BR/notify-poll_failed.txt
388
hylafax/etc/templates/pt_BR/notify-poll_failed.txt
389
hylafax/etc/templates/pt_BR/notify-poll_no_document.txt
389
hylafax/etc/templates/pt_BR/notify-poll_no_document.txt
390
hylafax/etc/templates/pt_BR/notify-poll_rejected.txt
390
hylafax/etc/templates/pt_BR/notify-poll_rejected.txt
391
hylafax/etc/templates/pt_BR/notify-reject.txt
391
hylafax/etc/templates/pt_BR/notify-rejected.txt
392
hylafax/etc/templates/pt_BR/notify-removed.txt
392
hylafax/etc/templates/pt_BR/notify-removed.txt
393
hylafax/etc/templates/pt_BR/notify-requeued.txt
393
hylafax/etc/templates/pt_BR/notify-requeued.txt
394
hylafax/etc/templates/pt_BR/notify-timedout.txt
394
hylafax/etc/templates/pt_BR/notify-timedout.txt
Lines 408-414 Link Here
408
hylafax/etc/templates/pt/notify-poll_failed.txt
408
hylafax/etc/templates/pt/notify-poll_failed.txt
409
hylafax/etc/templates/pt/notify-poll_no_document.txt
409
hylafax/etc/templates/pt/notify-poll_no_document.txt
410
hylafax/etc/templates/pt/notify-poll_rejected.txt
410
hylafax/etc/templates/pt/notify-poll_rejected.txt
411
hylafax/etc/templates/pt/notify-reject.txt
411
hylafax/etc/templates/pt/notify-rejected.txt
412
hylafax/etc/templates/pt/notify-removed.txt
412
hylafax/etc/templates/pt/notify-removed.txt
413
hylafax/etc/templates/pt/notify-requeued.txt
413
hylafax/etc/templates/pt/notify-requeued.txt
414
hylafax/etc/templates/pt/notify-timedout.txt
414
hylafax/etc/templates/pt/notify-timedout.txt
Lines 428-434 Link Here
428
hylafax/etc/templates/es/notify-poll_failed.txt
428
hylafax/etc/templates/es/notify-poll_failed.txt
429
hylafax/etc/templates/es/notify-poll_no_document.txt
429
hylafax/etc/templates/es/notify-poll_no_document.txt
430
hylafax/etc/templates/es/notify-poll_rejected.txt
430
hylafax/etc/templates/es/notify-poll_rejected.txt
431
hylafax/etc/templates/es/notify-reject.txt
431
hylafax/etc/templates/es/notify-rejected.txt
432
hylafax/etc/templates/es/notify-removed.txt
432
hylafax/etc/templates/es/notify-removed.txt
433
hylafax/etc/templates/es/notify-requeued.txt
433
hylafax/etc/templates/es/notify-requeued.txt
434
hylafax/etc/templates/es/notify-timedout.txt
434
hylafax/etc/templates/es/notify-timedout.txt
Lines 448-454 Link Here
448
hylafax/etc/templates/it/notify-poll_failed.txt
448
hylafax/etc/templates/it/notify-poll_failed.txt
449
hylafax/etc/templates/it/notify-poll_no_document.txt
449
hylafax/etc/templates/it/notify-poll_no_document.txt
450
hylafax/etc/templates/it/notify-poll_rejected.txt
450
hylafax/etc/templates/it/notify-poll_rejected.txt
451
hylafax/etc/templates/it/notify-reject.txt
451
hylafax/etc/templates/it/notify-rejected.txt
452
hylafax/etc/templates/it/notify-removed.txt
452
hylafax/etc/templates/it/notify-removed.txt
453
hylafax/etc/templates/it/notify-requeued.txt
453
hylafax/etc/templates/it/notify-requeued.txt
454
hylafax/etc/templates/it/notify-timedout.txt
454
hylafax/etc/templates/it/notify-timedout.txt
Lines 468-474 Link Here
468
hylafax/etc/templates/pl/notify-poll_failed.txt
468
hylafax/etc/templates/pl/notify-poll_failed.txt
469
hylafax/etc/templates/pl/notify-poll_no_document.txt
469
hylafax/etc/templates/pl/notify-poll_no_document.txt
470
hylafax/etc/templates/pl/notify-poll_rejected.txt
470
hylafax/etc/templates/pl/notify-poll_rejected.txt
471
hylafax/etc/templates/pl/notify-reject.txt
471
hylafax/etc/templates/pl/notify-rejected.txt
472
hylafax/etc/templates/pl/notify-removed.txt
472
hylafax/etc/templates/pl/notify-removed.txt
473
hylafax/etc/templates/pl/notify-requeued.txt
473
hylafax/etc/templates/pl/notify-requeued.txt
474
hylafax/etc/templates/pl/notify-timedout.txt
474
hylafax/etc/templates/pl/notify-timedout.txt
Lines 527-531 Link Here
527
@dirrm hylafax/sendq
527
@dirrm hylafax/sendq
528
@dirrm hylafax/status
528
@dirrm hylafax/status
529
@dirrm hylafax/tmp
529
@dirrm hylafax/tmp
530
@dirrmtry hylafax/log
531
@dirrmtry hylafax/info
532
@dirrmtry hylafax/etc/templates/ro
533
@dirrmtry hylafax/etc/templates/pt_BR
534
@dirrmtry hylafax/etc/templates/pt
535
@dirrmtry hylafax/etc/templates/pl
536
@dirrmtry hylafax/etc/templates/it
537
@dirrmtry hylafax/etc/templates/html-sample1
538
@dirrmtry hylafax/etc/templates/fr
539
@dirrmtry hylafax/etc/templates/es
540
@dirrmtry hylafax/etc/templates/en
541
@dirrmtry hylafax/etc/templates/de
542
@dirrmtry hylafax/etc/templates
543
@dirrmtry hylafax/etc
544
@dirrmtry hylafax/doneq
545
@dirrmtry hylafax/dev
546
@dirrmtry hylafax/archive
530
@unexec rmdir %D/hylafax 2>/dev/null || echo "If you are permanently removing this port, you should do a ''rm -rf /var/spool/hylafax'' to remove any binary, configuration and log files left." | fmt
547
@unexec rmdir %D/hylafax 2>/dev/null || echo "If you are permanently removing this port, you should do a ''rm -rf /var/spool/hylafax'' to remove any binary, configuration and log files left." | fmt
531
@unexec echo "-----------------"
548
@unexec echo "-----------------"

Return to bug 111786