pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-video-chips



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  8 12:58:34 UTC 2018

Modified Files:
        pkgsrc/x11/xf86-video-chips: Makefile
Removed Files:
        pkgsrc/x11/xf86-video-chips/files: iopl.h

Log Message:
xf86-video-chips: remove obsolete workaround for missing file in distfile.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xf86-video-chips/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xf86-video-chips/files/iopl.h

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-video-chips/Makefile
diff -u pkgsrc/x11/xf86-video-chips/Makefile:1.19 pkgsrc/x11/xf86-video-chips/Makefile:1.20
--- pkgsrc/x11/xf86-video-chips/Makefile:1.19   Wed Mar  7 11:57:42 2018
+++ pkgsrc/x11/xf86-video-chips/Makefile        Thu Mar  8 12:58:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/03/07 11:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/03/08 12:58:33 wiz Exp $
 
 DISTNAME=      xf86-video-chips-1.2.7
 PKGREVISION=   1
@@ -16,14 +16,6 @@ USE_TOOLS+=  pkg-config
 
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
-#
-# it appears the 1.2.5 tarball forgot something
-#
-post-extract:
-.if !exists(${WRKSRC}/util/iopl.h)
-       ${CP} ${FILESDIR}/iopl.h ${WRKSRC}/util/
-.endif
-
 .include "../../x11/modular-xorg-server/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 BUILDLINK_DEPMETHOD.libXext?=  build



Home | Main Index | Thread Index | Old Index