pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xf86-input-joystick



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri May 12 03:18:03 UTC 2017

Modified Files:
        pkgsrc/x11/xf86-input-joystick: Makefile

Log Message:
xf86-input-joystick: workaround dflybsd placing usbhid headers
in a different location.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xf86-input-joystick/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-input-joystick/Makefile
diff -u pkgsrc/x11/xf86-input-joystick/Makefile:1.4 pkgsrc/x11/xf86-input-joystick/Makefile:1.5
--- pkgsrc/x11/xf86-input-joystick/Makefile:1.4 Fri Nov 18 08:10:24 2016
+++ pkgsrc/x11/xf86-input-joystick/Makefile     Fri May 12 03:18:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/11/18 08:10:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/12 03:18:03 maya Exp $
 
 DISTNAME=      xf86-input-joystick-1.6.3
 CATEGORIES=    x11
@@ -18,6 +18,13 @@ PKGCONFIG_OVERRIDE+= xorg-joystick.pc.in
 
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
+SUBST_CLASSES.DragonFly+=      usbhid
+SUBST_STAGE.usbhid=            post-patch
+SUBST_FILES.usbhid=            configure
+SUBST_FILES.usbhid+=           src/backend_bsd.c
+SUBST_SED.usbhid=              -e 's,dev/usb/,bus/u4b/,g'
+SUBST_MESSAGE.usbhid=          Correct usbhid include paths
+
 .include "../../x11/kbproto/buildlink3.mk"
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index