summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-13 14:00:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-13 14:00:43 +0800
commitafab84a0848ce7e4f7a594d8d357364306fab11f (patch)
treeb6d4ae9d50e3bf360ec1bcec2036470c0a2d2ec4 /x11
parent70a7316332704f391d57cbe5f20e720f55da975f (diff)
downloadmarcuscom-ports-afab84a0848ce7e4f7a594d8d357364306fab11f.tar.gz
marcuscom-ports-afab84a0848ce7e4f7a594d8d357364306fab11f.tar.zst
marcuscom-ports-afab84a0848ce7e4f7a594d8d357364306fab11f.zip
Update to 1.13.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/libxklavier/Makefile2
-rw-r--r--x11/libxklavier/distinfo4
-rw-r--r--x11/libxklavier/files/patch-configure33
3 files changed, 36 insertions, 3 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 10d679eed..d6932822e 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxklavier
-PORTVERSION= 1.12
+PORTVERSION= 1.13
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/x11/libxklavier/distinfo b/x11/libxklavier/distinfo
index ac3f922c6..9d363a1cc 100644
--- a/x11/libxklavier/distinfo
+++ b/x11/libxklavier/distinfo
@@ -1,2 +1,2 @@
-MD5 (libxklavier-1.12.tar.gz) = 05b51045ba969a20e24d1b93bc8925f7
-SIZE (libxklavier-1.12.tar.gz) = 432989
+MD5 (libxklavier-1.13.tar.gz) = d7ef912a67e64851c76d29dcf7fcd731
+SIZE (libxklavier-1.13.tar.gz) = 434008
diff --git a/x11/libxklavier/files/patch-configure b/x11/libxklavier/files/patch-configure
new file mode 100644
index 000000000..4de85e181
--- /dev/null
+++ b/x11/libxklavier/files/patch-configure
@@ -0,0 +1,33 @@
+--- configure.orig Mon Dec 13 00:57:33 2004
++++ configure Mon Dec 13 00:58:14 2004
+@@ -20135,9 +20135,9 @@
+
+ echo "$as_me:$LINENO: checking whether at least one libxklavier backend is enabled" >&5
+ echo $ECHO_N "checking whether at least one libxklavier backend is enabled... $ECHO_C" >&6
+-if test \( "$enable_xkb_support" == "yes" -a \
+- "$xkb_headers_present" == "yes" \) -o \
+- "$enable_xmm_support" == "yes" ; then
++if test \( "$enable_xkb_support" = "yes" -a \
++ "$xkb_headers_present" = "yes" \) -o \
++ "$enable_xmm_support" = "yes" ; then
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ else
+@@ -21744,14 +21744,14 @@
+
+ echo '**********************************************************'
+ echo ' Libxklavier is configured with the following backends:'
+-if test "$enable_xkb_support" == "yes" ; then
+- if test "$xkb_headers_present" == "yes" ; then
++if test "$enable_xkb_support" = "yes" ; then
++ if test "$xkb_headers_present" = "yes" ; then
+ echo ' XKB (libxkbfile headers are present)'
+ else
+ echo ' XKB (but libxkbfile headers are NOT present)'
+ fi
+ fi
+-if test "$enable_xmm_support" == "yes" ; then
++if test "$enable_xmm_support" = "yes" ; then
+ echo ' xmodmap'
+ fi
+ echo '**********************************************************'