summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-12-09 16:11:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-12-09 16:11:18 +0000
commit145d1015ac1346c8772e54e3895021f27c083d6b (patch)
treef7c1ffbb942770fc8d86be19b7816ef20350a252 /x11-drivers/synaptics/files
parentAdd postinst note about setting it as login shell. (diff)
downloadhistorical-145d1015ac1346c8772e54e3895021f27c083d6b.tar.gz
historical-145d1015ac1346c8772e54e3895021f27c083d6b.tar.bz2
historical-145d1015ac1346c8772e54e3895021f27c083d6b.zip
move to x11-drivers from x11-misc
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-drivers/synaptics/files')
-rw-r--r--x11-drivers/synaptics/files/digest-synaptics-0.14.21
-rw-r--r--x11-drivers/synaptics/files/digest-synaptics-0.14.31
-rw-r--r--x11-drivers/synaptics/files/digest-synaptics-0.14.41
-rw-r--r--x11-drivers/synaptics/files/rc.conf8
-rw-r--r--x11-drivers/synaptics/files/rc.init20
-rw-r--r--x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch30
-rw-r--r--x11-drivers/synaptics/files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch16
7 files changed, 77 insertions, 0 deletions
diff --git a/x11-drivers/synaptics/files/digest-synaptics-0.14.2 b/x11-drivers/synaptics/files/digest-synaptics-0.14.2
new file mode 100644
index 000000000000..cedab874961d
--- /dev/null
+++ b/x11-drivers/synaptics/files/digest-synaptics-0.14.2
@@ -0,0 +1 @@
+MD5 2058ade25ed47b15d7772d1b3c628222 synaptics-0.14.2.tar.bz2 122336
diff --git a/x11-drivers/synaptics/files/digest-synaptics-0.14.3 b/x11-drivers/synaptics/files/digest-synaptics-0.14.3
new file mode 100644
index 000000000000..e3719436c1ca
--- /dev/null
+++ b/x11-drivers/synaptics/files/digest-synaptics-0.14.3
@@ -0,0 +1 @@
+MD5 ba4096adb3c62437cfde64d8490bf94f synaptics-0.14.3.tar.bz2 124189
diff --git a/x11-drivers/synaptics/files/digest-synaptics-0.14.4 b/x11-drivers/synaptics/files/digest-synaptics-0.14.4
new file mode 100644
index 000000000000..e4c6cde43e5b
--- /dev/null
+++ b/x11-drivers/synaptics/files/digest-synaptics-0.14.4
@@ -0,0 +1 @@
+MD5 ae9aef7a146346fbfc7edfdd63cdd273 synaptics-0.14.4.tar.bz2 125524
diff --git a/x11-drivers/synaptics/files/rc.conf b/x11-drivers/synaptics/files/rc.conf
new file mode 100644
index 000000000000..34ad81d878c7
--- /dev/null
+++ b/x11-drivers/synaptics/files/rc.conf
@@ -0,0 +1,8 @@
+# Copyright 1999-2003 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/files/rc.conf,v 1.1 2005/12/09 16:11:18 seemant Exp $
+
+# Config file for /etc/init.d/syndaemon
+
+# run `syndaemon --help` for valid cmdline options
+#SYNDAEMON_OPTS=""
diff --git a/x11-drivers/synaptics/files/rc.init b/x11-drivers/synaptics/files/rc.init
new file mode 100644
index 000000000000..c3888f846f19
--- /dev/null
+++ b/x11-drivers/synaptics/files/rc.init
@@ -0,0 +1,20 @@
+#!/sbin/runscript
+# Copyright 1999-2002 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/files/rc.init,v 1.1 2005/12/09 16:11:18 seemant Exp $
+
+depend() {
+ use localmount
+}
+
+start() {
+ ebegin "Starting syndaemon"
+ /usr/X11R6/bin/syndaemon ${SYNDAEMON_OPTS}
+ eend $?
+}
+
+stop() {
+ ebegin "Stopping syndaemon"
+ kill `cat /var/run/syndaemon.pid`
+ eend $?
+}
diff --git a/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch b/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch
new file mode 100644
index 000000000000..0ea0adc9980a
--- /dev/null
+++ b/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch
@@ -0,0 +1,30 @@
+--- Makefile.orig 2005-12-09 10:14:00.000000000 -0500
++++ Makefile 2005-12-09 10:14:44.000000000 -0500
+@@ -7,10 +7,10 @@
+ # Define the TOP variable to build using include files from a local source tree.
+ #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc
+
+-INSTALLED_X = $(DESTDIR)/usr/X11R6
++INSTALLED_X = $(DESTDIR)/usr
+ LOCAL_X = Xincludes/usr/X11R6
+-BINDIR = $(DESTDIR)/usr/local/bin
+-MANDIR = $(DESTDIR)/usr/local/man
++BINDIR = $(DESTDIR)/usr/bin
++MANDIR = $(DESTDIR)/usr/share/man
+
+ ifeq ($(ARCH),)
+ ARCH = $(shell /bin/arch)
+@@ -62,10 +62,10 @@
+
+ CCOPTIONS := -pedantic -Wall -Wpointer-arith
+ CCOPTIONS += $(call check_gcc,-fno-merge-constants,)
+-CCOPTIONS += $(call check_gcc,-fno-pic,)
++CCOPTIONS += $(call check_gcc,)
+ CDEBUGFLAGS = -O2
+-CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)"
+-CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include
++CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -fPIC
++CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include -fno-pic
+
+ CC = gcc
+
diff --git a/x11-drivers/synaptics/files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch b/x11-drivers/synaptics/files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch
new file mode 100644
index 000000000000..c8d34ef6ebfb
--- /dev/null
+++ b/x11-drivers/synaptics/files/synaptics-0.14.x-gcc4-the-sentinels-have-attacked.patch
@@ -0,0 +1,16 @@
+--- Xincludes/usr/X11R6/include/X11/Xfuncproto.h.orig 2005-07-02 12:50:40.000000000 +0200
++++ Xincludes/usr/X11R6/include/X11/Xfuncproto.h 2005-07-25 08:13:46.000000000 +0200
+@@ -69,4 +69,12 @@
+ #endif
+ #endif /* _XFUNCPROTOBEGIN */
+
++#if defined(__GNUC__) && (__GNUC__ >= 4)
++# define _X_SENTINEL(x) __attribute__ ((__sentinel__(x)))
++# define _X_ATTRIBUTE_PRINTF(x,y) __attribute__((__format__(__printf__,x,y)))
++#else
++# define _X_SENTINEL(x)
++# define _X_ATTRIBUTE_PRINTF(x,y)
++#endif /* GNUC >= 4 */
++
+ #endif /* _XFUNCPROTO_H_ */
+