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

(-)x11-servers/x2x/Makefile (-5 / +19 lines)
Lines 3-19 Link Here
3
3
4
PORTNAME=	x2x
4
PORTNAME=	x2x
5
PORTVERSION=	1.27
5
PORTVERSION=	1.27
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	x11-servers
7
CATEGORIES=	x11-servers
8
MASTER_SITES=	http://cloud.github.com/downloads/dottedmag/x2x/
8
MASTER_SITES=	GHC
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Program to link multiple X servers together
11
COMMENT=	Program to link multiple X servers together
12
12
13
LICENSE=	MIT
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	dottedmag
17
18
WRKSRC=		${WRKDIR}/${DISTNAME}
19
13
USES=		imake
20
USES=		imake
14
USE_XORG=	x11 xext xtst
21
USE_XORG=	x11 xext xtst
15
MAN1=		x2x.1
16
PLIST_FILES=	bin/x2x
17
22
18
NO_STAGE=	yes
23
PLIST_FILES=	bin/x2x man/man1/x2x.1.gz
24
25
post-extract:
26
	@${LN} -sf x2x.1 ${WRKSRC}/x2x.man
27
28
post-patch:
29
	@${REINPLACE_CMD} -e \
30
		'/CC =/s|^|XCOMM| ; \
31
		 /CDEBUGFLAGS =/s|^|XCOMM|' ${WRKSRC}/Imakefile
32
19
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)x11-servers/x2x/files/patch-aa (-10 lines)
Lines 1-10 Link Here
1
--- Imakefile~	Thu Aug 21 01:44:52 1997
2
+++ Imakefile	Sun Sep  3 16:44:47 2000
3
@@ -10,3 +10,7 @@
4
     CDEBUGFLAGS = -O
5
 
6
 ComplexProgramTarget(x2x)
7
+# Added by Greg Lehey <grog@FreeBSD.org> for FreeBSD port
8
+x2x.man:	x2x.1
9
+	rm -f x2x.man
10
+	ln x2x.1 x2x.man

Return to bug 184875