Bug 66940 - sysutls/kkbswitch port updating up to version 1.4
Summary: sysutls/kkbswitch port updating up to version 1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 14:30 UTC by Rashid N. Achilov
Modified: 2004-05-24 12:33 UTC (History)
0 users

See Also:


Attachments
file.diff (170 bytes, patch)
2004-05-20 14:30 UTC, Rashid N. Achilov
no flags Details | Diff
file.diff (2.11 KB, patch)
2004-05-20 14:30 UTC, Rashid N. Achilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rashid N. Achilov 2004-05-20 14:30:22 UTC
Update port sysutils/kkbswitch up to version 1.4. This is a feature release, with
addition some new features.

Fix: PORTNAME=		kkbswitch
-PORTVERSION=		1.3.1
-PORTREVISION=	2
+PORTVERSION=		1.4
 CATEGORIES=		sysutils kde
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	kkbswitch
@@ -25,7 +24,22 @@

 CONFIGURE_TARGET=

+DOCSDIR=		share/doc/HTML/en/${PORTNAME}
+
+OPTIONS=		RU_UA_LAYOUT	"With additional RU_UA keyboard layout" on
+
 PLIST_SUB=		PREFIX=${PREFIX} \
-			X11BASE=${X11BASE}
+			X11BASE=${X11BASE} \
+			DOCSDIR=${DOCSDIR}
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_RU_UA_LAYOUT)
+PLIST_SUB+=		LAYOUT=""
+.else
+CONFIGURE_ARGS+=	--disable-ru-ua-layout
+PLIST_SUB+=		LAYOUT="@comment "
+.endif

-.include <bsd.port.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-05-24 12:33:29 UTC
State Changed
From-To: open->closed

Committed, thanks!