1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 1.4.0.2.

This commit is contained in:
Maxim Sobolev 2001-08-03 12:45:54 +00:00
parent 1a6b09a4e5
commit 9260af5d27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45772
24 changed files with 516 additions and 2799 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnomeapplets
PORTVERSION= 1.4.0.1
PORTREVISION= 1
PORTVERSION= 1.4.0.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-applets
@ -15,19 +14,22 @@ DISTNAME= gnome-applets-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LIBS="-L${LOCALBASE}/lib" \
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

View File

@ -1 +1 @@
MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f
MD5 (gnome-applets-1.4.0.2.tar.gz) = d3bed5216d3c02958cfa67640f30baa5

View File

@ -8,13 +8,3 @@
#include <regex.h>
#include <config.h>
#include <gnome.h>
--- gweather/weather.c.orig Thu Mar 16 16:26:51 2000
+++ gweather/weather.c Sat May 27 13:05:07 2000
@@ -21,6 +21,7 @@
#include <ctype.h>
#include <math.h>
+#include <sys/types.h>
#include <regex.h>
#include <time.h>
#include <unistd.h>

View File

@ -1,20 +0,0 @@
--- fifteen/fifteen.c.orig Thu May 4 07:23:57 2000
+++ fifteen/fifteen.c Wed Aug 2 09:18:24 2000
@@ -225,7 +225,7 @@
int dir;
int x, y;
- srand (time (NULL));
+ srandom (time (NULL));
canvas = gtk_object_get_user_data (data);
board = gtk_object_get_user_data (GTK_OBJECT (canvas));
@@ -241,7 +241,7 @@
for (i = 0; i < SCRAMBLE_MOVES; i++) {
/* retry_scramble: */
/* Yuck ;) --Tom. */
- dir = rand () % 4;
+ dir = random () % 4;
x = y = 0;

View File

@ -1,7 +0,0 @@
--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001
+++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001
@@ -159,3 +159,3 @@
applet = mixer
-lang = es
+lang = es
sgml_ents = $(applet).sgml

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/23 09:45:58 1.1
+++ ltmain.sh 2001/07/23 09:46:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- po/Makefile.in.in 2001/08/03 10:53:37 1.1
+++ po/Makefile.in.in 2001/08/03 10:53:57
@@ -106,7 +106,7 @@
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then \

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnomeapplets
PORTVERSION= 1.4.0.1
PORTREVISION= 1
PORTVERSION= 1.4.0.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-applets
@ -15,19 +14,22 @@ DISTNAME= gnome-applets-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LIBS="-L${LOCALBASE}/lib" \
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

View File

@ -1 +1 @@
MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f
MD5 (gnome-applets-1.4.0.2.tar.gz) = d3bed5216d3c02958cfa67640f30baa5

View File

@ -8,13 +8,3 @@
#include <regex.h>
#include <config.h>
#include <gnome.h>
--- gweather/weather.c.orig Thu Mar 16 16:26:51 2000
+++ gweather/weather.c Sat May 27 13:05:07 2000
@@ -21,6 +21,7 @@
#include <ctype.h>
#include <math.h>
+#include <sys/types.h>
#include <regex.h>
#include <time.h>
#include <unistd.h>

View File

@ -1,20 +0,0 @@
--- fifteen/fifteen.c.orig Thu May 4 07:23:57 2000
+++ fifteen/fifteen.c Wed Aug 2 09:18:24 2000
@@ -225,7 +225,7 @@
int dir;
int x, y;
- srand (time (NULL));
+ srandom (time (NULL));
canvas = gtk_object_get_user_data (data);
board = gtk_object_get_user_data (GTK_OBJECT (canvas));
@@ -241,7 +241,7 @@
for (i = 0; i < SCRAMBLE_MOVES; i++) {
/* retry_scramble: */
/* Yuck ;) --Tom. */
- dir = rand () % 4;
+ dir = random () % 4;
x = y = 0;

View File

@ -1,7 +0,0 @@
--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001
+++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001
@@ -159,3 +159,3 @@
applet = mixer
-lang = es
+lang = es
sgml_ents = $(applet).sgml

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/23 09:45:58 1.1
+++ ltmain.sh 2001/07/23 09:46:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- po/Makefile.in.in 2001/08/03 10:53:37 1.1
+++ po/Makefile.in.in 2001/08/03 10:53:57
@@ -106,7 +106,7 @@
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then \

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnomeapplets
PORTVERSION= 1.4.0.1
PORTREVISION= 1
PORTVERSION= 1.4.0.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-applets
@ -15,19 +14,22 @@ DISTNAME= gnome-applets-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LIBS="-L${LOCALBASE}/lib" \
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

View File

@ -1 +1 @@
MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f
MD5 (gnome-applets-1.4.0.2.tar.gz) = d3bed5216d3c02958cfa67640f30baa5

View File

@ -8,13 +8,3 @@
#include <regex.h>
#include <config.h>
#include <gnome.h>
--- gweather/weather.c.orig Thu Mar 16 16:26:51 2000
+++ gweather/weather.c Sat May 27 13:05:07 2000
@@ -21,6 +21,7 @@
#include <ctype.h>
#include <math.h>
+#include <sys/types.h>
#include <regex.h>
#include <time.h>
#include <unistd.h>

View File

@ -1,20 +0,0 @@
--- fifteen/fifteen.c.orig Thu May 4 07:23:57 2000
+++ fifteen/fifteen.c Wed Aug 2 09:18:24 2000
@@ -225,7 +225,7 @@
int dir;
int x, y;
- srand (time (NULL));
+ srandom (time (NULL));
canvas = gtk_object_get_user_data (data);
board = gtk_object_get_user_data (GTK_OBJECT (canvas));
@@ -241,7 +241,7 @@
for (i = 0; i < SCRAMBLE_MOVES; i++) {
/* retry_scramble: */
/* Yuck ;) --Tom. */
- dir = rand () % 4;
+ dir = random () % 4;
x = y = 0;

View File

@ -1,7 +0,0 @@
--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001
+++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001
@@ -159,3 +159,3 @@
applet = mixer
-lang = es
+lang = es
sgml_ents = $(applet).sgml

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/23 09:45:58 1.1
+++ ltmain.sh 2001/07/23 09:46:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- po/Makefile.in.in 2001/08/03 10:53:37 1.1
+++ po/Makefile.in.in 2001/08/03 10:53:57
@@ -106,7 +106,7 @@
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then \

File diff suppressed because it is too large Load Diff