pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXtst Fix .so usage. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/647270c465aa
branches:  trunk
changeset: 635771:647270c465aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 10 19:50:11 2014 +0000

description:
Fix .so usage. Bump PKGREVISION.

diffstat:

 x11/libXtst/Makefile |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 2106d7107b06 -r 647270c465aa x11/libXtst/Makefile
--- a/x11/libXtst/Makefile      Tue Jun 10 19:45:29 2014 +0000
+++ b/x11/libXtst/Makefile      Tue Jun 10 19:50:11 2014 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/05/31 08:30:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/06/10 19:50:11 wiz Exp $
 
 DISTNAME=              libXtst-1.2.2
+PKGREVISION=           1
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
@@ -17,6 +18,21 @@
 
 CONFIGURE_ENV+=                ac_cv_path_XMLTO=       # empty
 
+SUBST_CLASSES+=                sofix
+SUBST_SED.sofix+=      -e 's,^.so ,.so man3/,'
+SUBST_FILES.sofix+=    man/XTestSetGContextOfGC.man
+SUBST_FILES.sofix+=    man/XTestFakeButtonEvent.man
+SUBST_FILES.sofix+=    man/XTestFakeKeyEvent.man
+SUBST_FILES.sofix+=    man/XTestSetVisualIDOfVisual.man
+SUBST_FILES.sofix+=    man/XTestFakeRelativeMotionEvent.man
+SUBST_FILES.sofix+=    man/XTestDiscard.man
+SUBST_FILES.sofix+=    man/XTestCompareCurrentCursorWithWindow.man
+SUBST_FILES.sofix+=    man/XTestGrabControl.man
+SUBST_FILES.sofix+=    man/XTestFakeMotionEvent.man
+SUBST_FILES.sofix+=    man/XTestCompareCursorWithWindow.man
+SUBST_STAGE.sofix=     post-configure
+SUBST_MESSAGE.sofix=   Fix .so arguments.
+
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 
 .include "../../x11/inputproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index