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

Collapse All | Expand All

(-)x11-toolkits/lesstif/Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	lesstif
4
PORTNAME=	lesstif
5
PORTVERSION=	0.95.2
5
PORTVERSION=	0.95.2
6
PORTREVISION=	6
6
PORTREVISION=	7
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	x11-toolkits
8
CATEGORIES=	x11-toolkits
9
MASTER_SITES=	SF
9
MASTER_SITES=	SF
Lines 18-25 Link Here
18
18
19
CONFLICTS?=	open-motif-*
19
CONFLICTS?=	open-motif-*
20
20
21
USES=		tar:bzip2 libtool
21
USES=		tar:bzip2 libtool xorg
22
USE_XORG=	sm ice xt xp xext x11 xorgproto xrender xft
22
USE_XORG=	sm ice xt xext x11 xorgproto xrender xft
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--enable-static --enable-shared --enable-production \
25
CONFIGURE_ARGS=	--enable-static --enable-shared --enable-production \
Lines 26-31 Link Here
26
		--disable-maintainer-mode \
26
		--disable-maintainer-mode \
27
		--with-fontconfig-lib=${LOCALBASE}/lib \
27
		--with-fontconfig-lib=${LOCALBASE}/lib \
28
		--with-freetype-lib=${LOCALBASE}/lib
28
		--with-freetype-lib=${LOCALBASE}/lib
29
INSTALL_TARGET=	install-strip
29
30
30
post-patch:
31
post-patch:
31
	@${REINPLACE_CMD} 's,freetype/freetype.h,freetype.h,' \
32
	@${REINPLACE_CMD} 's,freetype/freetype.h,freetype.h,' \
(-)x11-toolkits/lesstif/pkg-plist (-5 lines)
Lines 153-159 Link Here
153
bin/mxmkmf
153
bin/mxmkmf
154
bin/uil
154
bin/uil
155
bin/xmbind
155
bin/xmbind
156
include/Dt/Print.h
157
include/Mrm/MrmAppl.h
156
include/Mrm/MrmAppl.h
158
include/Mrm/MrmDecls.h
157
include/Mrm/MrmDecls.h
159
include/Mrm/MrmPrivate.h
158
include/Mrm/MrmPrivate.h
Lines 331-340 Link Here
331
lib/X11/mwm/README
330
lib/X11/mwm/README
332
lib/X11/mwm/alt.map
331
lib/X11/mwm/alt.map
333
lib/X11/mwm/system.mwmrc
332
lib/X11/mwm/system.mwmrc
334
lib/libDtPrint.a
335
lib/libDtPrint.so
336
lib/libDtPrint.so.1
337
lib/libDtPrint.so.1.0.0
338
lib/libMrm.a
333
lib/libMrm.a
339
lib/libMrm.so
334
lib/libMrm.so
340
lib/libMrm.so.2
335
lib/libMrm.so.2

Return to bug 240923