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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	x3270
4
PORTNAME=	x3270
5
PORTVERSION=	3.3.13
5
PORTVERSION=	3.3.15
6
CATEGORIES=	x11 net
6
CATEGORIES=	x11 net
7
MASTER_SITES=	http://x3270.bgp.nu/download/current/
7
MASTER_SITES=	http://x3270.bgp.nu/download/current/
8
EXTRACT_SUFX=	ga7-src.tgz
8
EXTRACT_SUFX=	ga7-src.tgz
Lines 20-26 Link Here
20
USES=		iconv imake:env
20
USES=		iconv imake:env
21
USE_XORG=	ice sm x11 xaw xext xmu xt
21
USE_XORG=	ice sm x11 xaw xext xmu xt
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS+=	--with-fontdir=${PREFIX}/lib/X11/fonts/local --disable-dbcs
23
CONFIGURE_ARGS+=	--with-fontdir=${PREFIX}/lib/X11/fonts/${PORTNAME} \
24
			--disable-dbcs
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
CPPFLAGS+=	-I${LOCALBASE}/include
25
LIBS+=		-L${LOCALBASE}/lib
26
LIBS+=		-L${LOCALBASE}/lib
26
.if defined(WITHOUT_OPENSSL)
27
.if defined(WITHOUT_OPENSSL)
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (x3270-3.3.13ga7-src.tgz) = a8c6bc9d410e9aa837a2a427f978597fdba135abef0e300cc4531aed6ca45a94
1
SHA256 (x3270-3.3.15ga7-src.tgz) = 0914f5c360faf72eb5a5a764ddcbaf0ba4b195d1c166a65a057126f5f7b945c9
2
SIZE (x3270-3.3.13ga7-src.tgz) = 1354917
2
SIZE (x3270-3.3.15ga7-src.tgz) = 1367615
(-)pkg-plist (-24 / +18 lines)
Lines 1-31 Link Here
1
bin/x3270
1
bin/x3270
2
bin/x3270if
2
bin/x3270if
3
etc/x3270/ibm_hosts
3
etc/x3270/ibm_hosts
4
lib/X11/fonts/local/3270-12.pcf.gz
4
lib/X11/fonts/x3270/3270-12.pcf.gz
5
lib/X11/fonts/local/3270-12b.pcf.gz
5
lib/X11/fonts/x3270/3270-12b.pcf.gz
6
lib/X11/fonts/local/3270-20.pcf.gz
6
lib/X11/fonts/x3270/3270-20.pcf.gz
7
lib/X11/fonts/local/3270-20b.pcf.gz
7
lib/X11/fonts/x3270/3270-20b.pcf.gz
8
lib/X11/fonts/local/3270.pcf.gz
8
lib/X11/fonts/x3270/3270.pcf.gz
9
lib/X11/fonts/local/3270b.pcf.gz
9
lib/X11/fonts/x3270/3270b.pcf.gz
10
lib/X11/fonts/local/3270gr.pcf.gz
10
lib/X11/fonts/x3270/3270gr.pcf.gz
11
lib/X11/fonts/local/3270gt12.pcf.gz
11
lib/X11/fonts/x3270/3270gt12.pcf.gz
12
lib/X11/fonts/local/3270gt12b.pcf.gz
12
lib/X11/fonts/x3270/3270gt12b.pcf.gz
13
lib/X11/fonts/local/3270gt16.pcf.gz
13
lib/X11/fonts/x3270/3270gt16.pcf.gz
14
lib/X11/fonts/local/3270gt16b.pcf.gz
14
lib/X11/fonts/x3270/3270gt16b.pcf.gz
15
lib/X11/fonts/local/3270gt24.pcf.gz
15
lib/X11/fonts/x3270/3270gt24.pcf.gz
16
lib/X11/fonts/local/3270gt24b.pcf.gz
16
lib/X11/fonts/x3270/3270gt24b.pcf.gz
17
lib/X11/fonts/local/3270gt32.pcf.gz
17
lib/X11/fonts/x3270/3270gt32.pcf.gz
18
lib/X11/fonts/local/3270gt32b.pcf.gz
18
lib/X11/fonts/x3270/3270gt32b.pcf.gz
19
lib/X11/fonts/local/3270gt8.pcf.gz
19
lib/X11/fonts/x3270/3270gt8.pcf.gz
20
lib/X11/fonts/local/3270h.pcf.gz
20
lib/X11/fonts/x3270/3270h.pcf.gz
21
man/man1/x3270-script.man.gz
21
man/man1/x3270-script.man.gz
22
man/man1/x3270.man.gz
22
man/man1/x3270.man.gz
23
man/man1/x3270if.man.gz
23
man/man1/x3270if.man.gz
24
man/man5/ibm_hosts.man.gz
24
man/man5/ibm_hosts.man.gz
25
@exec /bin/chmod u+w %D/lib/X11/fonts/local %D/lib/X11/fonts/local/fonts.dir
25
@fontsdir lib/X11/fonts/x3270
26
@exec %D/bin/mkfontdir %D/lib/X11/fonts/local
27
@exec /bin/chmod u=rwx,go=rx %D/lib/X11/fonts/local
28
@exec /bin/chmod a=r %D/lib/X11/fonts/local/fonts.dir
29
@unexec %D/bin/mkfontdir %D/lib/X11/fonts/local
30
@unexec if [ `wc -c %D/lib/X11/fonts/local/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/lib/X11/fonts/local/fonts.dir; fi
31
@dirrm etc/x3270

Return to bug 196101