summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-11-21 17:31:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-11-21 17:31:10 +0000
commit711754561f15db66e69d243aa0e5ea52d8ecd8fd (patch)
tree7f6698acbc1833868f0fcb421f5d775946f79060 /x11
parentUnbreak the build on PowerPC by using modern compiler (GCC). The problem (diff)
x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20
PR: 204288 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: alexander.pohoyda@gmx.net (maintainer timeout)
Notes
Notes: svn path=/head/; revision=402170
Diffstat (limited to 'x11')
-rw-r--r--x11/xxkb/Makefile8
-rw-r--r--x11/xxkb/distinfo4
-rw-r--r--x11/xxkb/files/patch-Imakefile8
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile
index f4bfd2eeb7a2..b983f8e46d9b 100644
--- a/x11/xxkb/Makefile
+++ b/x11/xxkb/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= xxkb
-PORTVERSION= 1.11
-PORTREVISION= 1
+PORTVERSION= 1.11.1
CATEGORIES= x11
MASTER_SITES= SF
+MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= alexander.pohoyda@gmx.net
@@ -14,8 +14,8 @@ COMMENT= XKB keyboard layout indicator and switcher
LICENSE= ART10
USES= iconv imake pkgconfig
-USE_XORG= xpm
-WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_XORG= xext xpm xt
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= README CHANGES.ru README.ru
diff --git a/x11/xxkb/distinfo b/x11/xxkb/distinfo
index c9f55946c9ee..1302ac13528f 100644
--- a/x11/xxkb/distinfo
+++ b/x11/xxkb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xxkb-1.11-src.tar.gz) = 596d465bd39b2b660c1d19390a82cc5515cbf8f7e9600e82135564469e11bd3c
-SIZE (xxkb-1.11-src.tar.gz) = 37262
+SHA256 (xxkb-1.11.1-src.tar.gz) = ceaa33bed81d8ae5bf77e89787d0736f7564c3de047c35a57bcbf6f4d1888142
+SIZE (xxkb-1.11.1-src.tar.gz) = 38123
diff --git a/x11/xxkb/files/patch-Imakefile b/x11/xxkb/files/patch-Imakefile
index f0bf52ddc7c7..5a5e3173dd34 100644
--- a/x11/xxkb/files/patch-Imakefile
+++ b/x11/xxkb/files/patch-Imakefile
@@ -1,11 +1,11 @@
---- Imakefile.orig Sun Jun 17 02:29:38 2007
-+++ Imakefile Sun Jun 17 02:30:03 2007
+--- Imakefile.orig 2015-11-03 11:23:19 UTC
++++ Imakefile
@@ -3,7 +3,7 @@
BASEDIR = $(PROJECTROOT)
BINDIR = $(BASEDIR)/bin
PIXMAPDIR = $(BASEDIR)/share/xxkb
--LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt
-+LOCAL_LIBRARIES = $(XLIB) $(XTOOLLIB) $(XPMLIB)
+-LOCAL_LIBRARIES = $(XONLYLIB) -lXext -lXpm -lXt
++LOCAL_LIBRARIES = $(XLIB) $(XEXTLIB) $(XTOOLLIB) $(XPMLIB)
OBJS = xxkb.o resource.o wlist.o
PIXMAPS = pixmaps/by15.xpm pixmaps/by48.xpm \