From fe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 12 Dec 2001 04:53:52 +0000 Subject: [PATCH] Add missed #include "support.h" into uploadWizard.c, so that there is no undefined reference to screem_show_warning() function. Prompted by: John Merryweather Cooper --- www/screem-devel/Makefile | 2 +- .../patch-plugins::uploadWizard::uploadWizard.c | 13 +++++++++++++ www/screem/Makefile | 2 +- .../patch-plugins::uploadWizard::uploadWizard.c | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c create mode 100644 www/screem/files/patch-plugins::uploadWizard::uploadWizard.c diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site, diff --git a/www/screem/Makefile b/www/screem/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site,