[Midnightbsd-cvs] mports: Makefile: Remove xfree support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 14 14:27:13 EDT 2008


Log Message:
-----------
Remove xfree support

Modified Files:
--------------
    mports/x11-drivers/synaptics:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/synaptics/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-drivers/synaptics/Makefile -L x11-drivers/synaptics/Makefile -u -r1.1 -r1.2
--- x11-drivers/synaptics/Makefile
+++ x11-drivers/synaptics/Makefile
@@ -31,8 +31,6 @@
 X11VERSION!=	${MAKE} -C `${MAKE} -f bsd.port.mk -VX_SERVER_PORT` \
 			-VPORTVERSION
 
-.if	${X_WINDOW_SYSTEM:L} == xorg
-
 MASTER_SITES+=	ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/:x11 \
                 http://xorg.freedesktop.org/releases/individual/xserver/:x11
 DIST_SUBDIR=	xorg/xserver
@@ -44,20 +42,6 @@
 	@${REINPLACE_CMD} 's|\(ALLINCLUDES = -I.\)|\1 -I${LOCALBASE}/include -I${LOCALBASE}/include/pixman-1|' \
 		${WRKSRC}/Makefile
 
-.elif	${X_WINDOW_SYSTEM:L} == xfree86-4
-
-MASTER_SITES+=	${MASTER_SITE_XFREE:C/$/:x11/}
-MASTER_SITE_SUBDIR=	${X11VERSION}/:x11
-DIST_SUBDIR=	xc
-X_DISTFILES=	XFree86-${X11VERSION}-src-3.tgz
-PLIST_SUB+=	XORG="@comment " XFREE86=""
-
-.else
-
-BROKEN=		no support yet
-
-.endif
-
 MAKE_ENV=	TOP=${WRKDIR}/xc CFLAGSCLIENT="${CFLAGS}"
 
 MAN1=		synclient.1 # syndaemon.1


More information about the Midnightbsd-cvs mailing list