Date: Tue, 24 Jun 2014 07:54:13 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359055 - in head/x11/xkeyboard-config: . files Message-ID: <201406240754.s5O7sD6v064171@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jun 24 07:54:12 2014 New Revision: 359055 URL: http://svnweb.freebsd.org/changeset/ports/359055 QAT: https://qat.redports.org/buildarchive/r359055/ Log: - Reapply r331937 that got somehow lost back - Convert USE_BZIP2 to USES while here Pointy hat to: zeising Added: head/x11/xkeyboard-config/files/ - copied from r331937, head/x11/xkeyboard-config/files/ Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Tue Jun 24 07:47:01 2014 (r359054) +++ head/x11/xkeyboard-config/Makefile Tue Jun 24 07:54:12 2014 (r359055) @@ -3,19 +3,18 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.11 CATEGORIES= x11 +MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} MAINTAINER= x11@FreeBSD.org COMMENT= X Keyboard Configuration Database -MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} LICENSE= MIT BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= data -USE_BZIP2= yes +USES= gmake pathfix perl5 tar:bzip2 USE_GNOME= intlhack libxslt:build -USES= gmake pathfix perl5 USE_PERL5= build GNU_CONFIGURE= yes @@ -24,6 +23,10 @@ CONFIGURE_ARGS= --with-xkb-base=${PREFIX CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= ETERSOFT +ETERSOFT_DESC= Add pre-1918 Russian letters to typographic layout +ETERSOFT_EXTRA_PATCHES= ${FILESDIR}/etersoft-patch-symbols-typo + .include <bsd.port.options.mk> # !nls case doesn't work correctly, comment it out.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240754.s5O7sD6v064171>