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

Collapse All | Expand All

(-)editors/asedit/Makefile (-5 / +15 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	asedit
4
PORTNAME=	asedit
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	editors
7
CATEGORIES=	editors
8
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
8
MASTER_SITES=	XCONTRIB/editors
9
MASTER_SITE_SUBDIR=	editors
10
EXTRACT_SUFX=	.tar.Z
9
EXTRACT_SUFX=	.tar.Z
11
10
12
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
Lines 15-21 Link Here
15
USES=		imake:notall motif
14
USES=		imake:notall motif
16
USE_XORG=	ice sm x11 xext xmu xp xt
15
USE_XORG=	ice sm x11 xext xmu xp xt
17
16
18
MAN1=		asedit.1
17
PLIST_FILES=	bin/asedit \
18
		lib/X11/app-defaults/Asedit \
19
		lib/X11/app-defaults/Asedit-sgi \
20
		lib/X11/app-defaults/Asedit_em \
21
		lib/X11/app-defaults/Asedit_em-sgi \
22
		lib/X11/asedit.hlp \
23
		lib/X11/asedit_em.hlp \
24
		man/man1/asedit.1.gz
25
26
post-patch:
27
	@${REINPLACE_CMD} -e \
28
		'/^XMLIB/s|-lPW|| ; \
29
		 /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile
19
30
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)editors/asedit/files/patch-aa (-19 lines)
Lines 1-19 Link Here
1
*** Imakefile.orig	Sun Jul 28 21:43:57 1996
2
--- Imakefile	Sun Jul 28 21:44:31 1996
3
***************
4
*** 29,35 ****
5
  
6
  LOCAL_X_LIBDIR =
7
  
8
! XMLIB    = -lXm -lPW
9
  
10
  XCOMM - HP PW setup:  		XMLIB = -lXm -lc -lPW
11
  XCOMM - SUN setup:    		XMLIB = -lXm
12
--- 29,35 ----
13
  
14
  LOCAL_X_LIBDIR =
15
  
16
! XMLIB    = ${MOTIFLIB}
17
  
18
  XCOMM - HP PW setup:  		XMLIB = -lXm -lc -lPW
19
  XCOMM - SUN setup:    		XMLIB = -lXm
(-)editors/asedit/pkg-plist (-7 lines)
Lines 1-7 Link Here
1
bin/asedit
2
lib/X11/app-defaults/Asedit
3
lib/X11/app-defaults/Asedit-sgi
4
lib/X11/app-defaults/Asedit_em
5
lib/X11/app-defaults/Asedit_em-sgi
6
lib/X11/asedit.hlp
7
lib/X11/asedit_em.hlp

Return to bug 181068