1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 1.2.2.

This commit is contained in:
Maxim Sobolev 2002-05-24 11:22:10 +00:00
parent 52bb583e9d
commit fb8d17a9f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59882
6 changed files with 40 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= galeon
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.2.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (galeon-1.2.1.tar.gz) = 4d058f47f0f626dac3fda70c1c332052
MD5 (galeon-1.2.2.tar.gz) = 487fffb2713ff767c012065961e62e15

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:52:44 1.1
+++ src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:53:41
@@ -16,7 +16,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
#include <gtk/gtk.h>
#include "ExternalProtocolService.h"

View File

@ -6,8 +6,7 @@
#
PORTNAME= galeon
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.2.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (galeon-1.2.1.tar.gz) = 4d058f47f0f626dac3fda70c1c332052
MD5 (galeon-1.2.2.tar.gz) = 487fffb2713ff767c012065961e62e15

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:52:44 1.1
+++ src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:53:41
@@ -16,7 +16,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
#include <gtk/gtk.h>
#include "ExternalProtocolService.h"