1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 1.0.8.

This commit is contained in:
Maxim Sobolev 2001-07-27 13:11:08 +00:00
parent 85dd7cba40
commit 087b3199ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45530
5 changed files with 12 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= glimmer
PORTVERSION= 1.0.6
PORTVERSION= 1.0.8
CATEGORIES= editors gnome python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (glimmer-1.0.6.tar.gz) = c263a6618e29b3bcd8499fbc7aec1b6c
MD5 (glimmer-1.0.8.tar.gz) = 4504d63f5ca196c5de19ae13804ebacd

View File

@ -1,11 +0,0 @@
--- src/build.c 2000/08/21 07:37:15 1.1
+++ src/build.c 2000/08/21 07:37:26
@@ -2,7 +2,7 @@
#include <sys/types.h>
#include <unistd.h>
-#ifdef __NetBSD__
+#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <sys/wait.h>
#else
#include <sched.h>

View File

@ -1,11 +1,14 @@
--- src/macro-language.c 2000/09/23 17:27:54 1.1
+++ src/macro-language.c 2000/09/23 17:28:19
@@ -100,7 +100,7 @@
$FreeBSD$
--- src/macro-language.c.orig Fri Jul 27 05:16:16 2001
+++ src/macro-language.c Fri Jul 27 15:59:02 2001
@@ -174,7 +174,7 @@
void build_scripts_menu(void)
{
gchar path[384];
- g_snprintf(path, sizeof(path), PREFIX "/share/" PACKAGE "/scripts");
+ g_snprintf(path, sizeof(path), PREFIX "/share/gnome/" PACKAGE "/scripts");
build_menu_from_scripts_dir(path, scriptsmenu);
build_menu_from_scripts_dir(path, "_Scripts/");
g_snprintf(path, sizeof(path), "%s/." PACKAGE "/scripts", getenv("HOME"));
build_menu_from_scripts_dir(path, scriptsmenu);
build_menu_from_scripts_dir(path, "_Scripts/");

View File

@ -55,7 +55,9 @@ share/gnome/help/glimmer/C/properties.html
share/gnome/help/glimmer/C/sessions.html
share/gnome/help/glimmer/C/topic.dat
share/gnome/pixmaps/glimmer-icon.png
share/gnome/pixmaps/glimmer-splash.png
share/gnome/pixmaps/glimmer-title.png
share/locale/es/LC_MESSAGES/glimmer.mo
share/locale/ja/LC_MESSAGES/glimmer.mo
share/locale/sv/LC_MESSAGES/glimmer.mo
@dirrm share/gnome/help/glimmer/C