From 5407014b2a69fe9c3c354ffadb8ac1ee79af64d1 Mon Sep 17 00:00:00 2001 From: bland Date: Fri, 17 Oct 2003 09:19:48 +0000 Subject: - Add Python dependency (required by "new project" plugin). - Quick fix for crash in "new project" plugin. - Add gnome-common run-time dependency. Still a lot of things to do here. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1284 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/scaffold/Makefile | 3 +++ ...ns::gnome-project-types::scaffold-gnome-application-type.c | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c (limited to 'devel') diff --git a/devel/scaffold/Makefile b/devel/scaffold/Makefile index 0da07fa33..02ff30dbc 100644 --- a/devel/scaffold/Makefile +++ b/devel/scaffold/Makefile @@ -7,6 +7,7 @@ PORTNAME= scaffold PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -15,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME-based development environment LIB_DEPENDS= gbf-1.0:${PORTSDIR}/devel/gnomebuild +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -23,6 +25,7 @@ INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnomeprefix gnometarget libbonoboui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +USE_PYTHON= yes MAN1= scaffold.1 diff --git a/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c b/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c new file mode 100644 index 000000000..6e9adabcc --- /dev/null +++ b/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c @@ -0,0 +1,11 @@ +--- plugins/gnome-project-types/scaffold-gnome-application-type.c.orig Fri Oct 17 17:33:07 2003 ++++ plugins/gnome-project-types/scaffold-gnome-application-type.c Fri Oct 17 17:33:41 2003 +@@ -79,7 +79,7 @@ + g_message ("create_project_impl"); + + args = g_new0 (char *, 7); +- args[0] = g_strdup ("/usr/bin/python"); ++ args[0] = g_strdup ("/usr/local/bin/python"); + args[1] = g_strdup ("scaffold-gnome-application-create.py"); + args[2] = g_strdup (info->name); + args[3] = g_strdup (info->package); -- cgit v1.2.3