summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-08 19:31:05 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-08 19:31:05 +0800
commit45da8a47386df4cddf4229eadcb8227f6c97ad62 (patch)
tree7efff7de30cc6d1fb3ab7445922cc5c06d47a69b
parentdd68fe99648f6bb3784639bcd042dcab756cef7d (diff)
downloadxorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar.gz
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar.bz2
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar.lz
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar.xz
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.tar.zst
xorg-devel-ports-45da8a47386df4cddf4229eadcb8227f6c97ad62.zip
Move xshmemfence to x11 category, most other x11 libraries live here.
Hook it up in bsd.xorg.mk git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1296 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.xorg.mk2
-rw-r--r--x11/libxshmfence/Makefile (renamed from devel/libxshmfence/Makefile)2
-rw-r--r--x11/libxshmfence/distinfo (renamed from devel/libxshmfence/distinfo)0
-rw-r--r--x11/libxshmfence/files/patch-config.h.in (renamed from devel/libxshmfence/files/patch-config.h.in)0
-rw-r--r--x11/libxshmfence/files/patch-configure (renamed from devel/libxshmfence/files/patch-configure)0
-rw-r--r--x11/libxshmfence/files/patch-src__xshmfence_futex.h (renamed from devel/libxshmfence/files/patch-src__xshmfence_futex.h)0
-rw-r--r--x11/libxshmfence/pkg-descr (renamed from devel/libxshmfence/pkg-descr)0
-rw-r--r--x11/libxshmfence/pkg-plist (renamed from devel/libxshmfence/pkg-plist)0
8 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 9b279cf..a4775fb 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -234,6 +234,7 @@ XORG_MODULES= bigreqsproto \
xrender \
xres \
xscrnsaver \
+ xshmemfence \
xt \
xtrans \
xtrap \
@@ -320,6 +321,7 @@ xrender_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x
xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres
xscrnsaver_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver
xt_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt
+xshmfence_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xshmfence.pc:${PORTSDIR}/x11/libxshmfence
xtrans_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans
xtrap_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap
xtst_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst
diff --git a/devel/libxshmfence/Makefile b/x11/libxshmfence/Makefile
index 96e420e..dd0b6db 100644
--- a/devel/libxshmfence/Makefile
+++ b/x11/libxshmfence/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libxshmfence
PORTVERSION= 1.1
-CATEGORIES= devel
+CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Shared memory 'SyncFence' synchronization primitive
diff --git a/devel/libxshmfence/distinfo b/x11/libxshmfence/distinfo
index 3b5cd87..3b5cd87 100644
--- a/devel/libxshmfence/distinfo
+++ b/x11/libxshmfence/distinfo
diff --git a/devel/libxshmfence/files/patch-config.h.in b/x11/libxshmfence/files/patch-config.h.in
index ea96db2..ea96db2 100644
--- a/devel/libxshmfence/files/patch-config.h.in
+++ b/x11/libxshmfence/files/patch-config.h.in
diff --git a/devel/libxshmfence/files/patch-configure b/x11/libxshmfence/files/patch-configure
index 16697e3..16697e3 100644
--- a/devel/libxshmfence/files/patch-configure
+++ b/x11/libxshmfence/files/patch-configure
diff --git a/devel/libxshmfence/files/patch-src__xshmfence_futex.h b/x11/libxshmfence/files/patch-src__xshmfence_futex.h
index 32deb6a..32deb6a 100644
--- a/devel/libxshmfence/files/patch-src__xshmfence_futex.h
+++ b/x11/libxshmfence/files/patch-src__xshmfence_futex.h
diff --git a/devel/libxshmfence/pkg-descr b/x11/libxshmfence/pkg-descr
index fdc1a01..fdc1a01 100644
--- a/devel/libxshmfence/pkg-descr
+++ b/x11/libxshmfence/pkg-descr
diff --git a/devel/libxshmfence/pkg-plist b/x11/libxshmfence/pkg-plist
index 462fda0..462fda0 100644
--- a/devel/libxshmfence/pkg-plist
+++ b/x11/libxshmfence/pkg-plist