pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gambas3-runtime: Add gb.gui.base component



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Thu Sep 6 23:26:50 2018 +0200
Changeset:	64b8b1ea61643662e9a57ed635db233545dbf7f2

Modified Files:
	gambas3-runtime/Makefile
	gambas3-runtime/PLIST
	gambas3/Makefile.common

Log Message:
gambas3-runtime: Add gb.gui.base component

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64b8b1ea61643662e9a57ed635db233545dbf7f2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gambas3-runtime/Makefile | 2 +-
 gambas3-runtime/PLIST    | 4 ++++
 gambas3/Makefile.common  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/gambas3-runtime/Makefile b/gambas3-runtime/Makefile
index 9fbf1cbdb0..9e1d7fd387 100644
--- a/gambas3-runtime/Makefile
+++ b/gambas3-runtime/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-BUILD_DIRS=	main
+BUILD_DIRS=	main comp
 .include "../../wip/gambas3/Makefile.common"
 
 PKGNAME=	gambas3-runtime-${GB_VERSION}
diff --git a/gambas3-runtime/PLIST b/gambas3-runtime/PLIST
index 6496c1e373..3c9ebc9b43 100644
--- a/gambas3-runtime/PLIST
+++ b/gambas3-runtime/PLIST
@@ -12,6 +12,8 @@ lib/gambas3/gb.eval.la
 lib/gambas3/gb.geom.la
 lib/gambas3/gb.gui.component
 lib/gambas3/gb.gui.la
+lib/gambas3/gb.gui.base.component
+lib/gambas3/gb.gui.base.gambas
 lib/gambas3/gb.gui.opengl.component
 lib/gambas3/gb.gui.opengl.la
 lib/gambas3/gb.gui.qt.component
@@ -29,6 +31,8 @@ share/gambas3/info/gb.eval.info
 share/gambas3/info/gb.eval.list
 share/gambas3/info/gb.gui.info
 share/gambas3/info/gb.gui.list
+share/gambas3/info/gb.gui.base.info
+share/gambas3/info/gb.gui.base.list
 share/gambas3/info/gb.gui.opengl.info
 share/gambas3/info/gb.gui.opengl.list
 share/gambas3/info/gb.gui.qt.info
diff --git a/gambas3/Makefile.common b/gambas3/Makefile.common
index 3db9fce53a..63ebb756e3 100644
--- a/gambas3/Makefile.common
+++ b/gambas3/Makefile.common
@@ -22,7 +22,7 @@ USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		autoreconf automake aclocal pkg-config
-CONFIGURE_DIRS!=	echo ${BUILD_DIRS} | cut -d/ -f1
+CONFIGURE_DIRS!=	for d in ${BUILD_DIRS}; do echo $$d | cut -d/ -f1; done
 
 .if "${BUILD_DIRS}" != "main/gbc"
 BUILD_DEPENDS+=		gambas3-devel-${GB_VERSION}:../../wip/gambas3-devel


Home | Main Index | Thread Index | Old Index