mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 1.4.1.1.
This commit is contained in:
parent
3d1f077b65
commit
1055acf937
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50412
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.4.1.1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
|
||||
@ -39,8 +39,5 @@ pre-patch:
|
||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
.for file in log_repaint.c logrtns.h
|
||||
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/logview/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-utils-1.4.1.tar.gz) = e58cd560f58867f9ca7ce0d063848755
|
||||
MD5 (gnome-utils-1.4.1.1.tar.gz) = 9e8a004bf2e6aec7175e9cab8263d609
|
||||
|
15
deskutils/gnome-utils/files/patch-logview::log_repaint.c
Normal file
15
deskutils/gnome-utils/files/patch-logview::log_repaint.c
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/log_repaint.c 2001/11/23 16:01:55 1.1
|
||||
+++ logview/log_repaint.c 2001/11/23 16:02:30
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include <gnome.h>
|
||||
#include "logview.h"
|
15
deskutils/gnome-utils/files/patch-logview::logrtns.h
Normal file
15
deskutils/gnome-utils/files/patch-logview::logrtns.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/logrtns.h 2001/11/23 16:04:00 1.1
|
||||
+++ logview/logrtns.h 2001/11/23 16:04:14
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include "logview.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.4.1.1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
|
||||
@ -39,8 +39,5 @@ pre-patch:
|
||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
.for file in log_repaint.c logrtns.h
|
||||
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/logview/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-utils-1.4.1.tar.gz) = e58cd560f58867f9ca7ce0d063848755
|
||||
MD5 (gnome-utils-1.4.1.1.tar.gz) = 9e8a004bf2e6aec7175e9cab8263d609
|
||||
|
15
deskutils/gnomeutils2/files/patch-logview::log_repaint.c
Normal file
15
deskutils/gnomeutils2/files/patch-logview::log_repaint.c
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/log_repaint.c 2001/11/23 16:01:55 1.1
|
||||
+++ logview/log_repaint.c 2001/11/23 16:02:30
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include <gnome.h>
|
||||
#include "logview.h"
|
15
deskutils/gnomeutils2/files/patch-logview::logrtns.h
Normal file
15
deskutils/gnomeutils2/files/patch-logview::logrtns.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/logrtns.h 2001/11/23 16:04:00 1.1
|
||||
+++ logview/logrtns.h 2001/11/23 16:04:14
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include "logview.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.4.1.1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
|
||||
@ -39,8 +39,5 @@ pre-patch:
|
||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
.for file in log_repaint.c logrtns.h
|
||||
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/logview/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-utils-1.4.1.tar.gz) = e58cd560f58867f9ca7ce0d063848755
|
||||
MD5 (gnome-utils-1.4.1.1.tar.gz) = 9e8a004bf2e6aec7175e9cab8263d609
|
||||
|
15
misc/gnomeutils/files/patch-logview::log_repaint.c
Normal file
15
misc/gnomeutils/files/patch-logview::log_repaint.c
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/log_repaint.c 2001/11/23 16:01:55 1.1
|
||||
+++ logview/log_repaint.c 2001/11/23 16:02:30
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include <gnome.h>
|
||||
#include "logview.h"
|
15
misc/gnomeutils/files/patch-logview::logrtns.h
Normal file
15
misc/gnomeutils/files/patch-logview::logrtns.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/logrtns.h 2001/11/23 16:04:00 1.1
|
||||
+++ logview/logrtns.h 2001/11/23 16:04:14
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include "logview.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.4.1.1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
|
||||
@ -39,8 +39,5 @@ pre-patch:
|
||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
.for file in log_repaint.c logrtns.h
|
||||
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/logview/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-utils-1.4.1.tar.gz) = e58cd560f58867f9ca7ce0d063848755
|
||||
MD5 (gnome-utils-1.4.1.1.tar.gz) = 9e8a004bf2e6aec7175e9cab8263d609
|
||||
|
15
misc/gnomeutils2/files/patch-logview::log_repaint.c
Normal file
15
misc/gnomeutils2/files/patch-logview::log_repaint.c
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/log_repaint.c 2001/11/23 16:01:55 1.1
|
||||
+++ logview/log_repaint.c 2001/11/23 16:02:30
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include <gnome.h>
|
||||
#include "logview.h"
|
15
misc/gnomeutils2/files/patch-logview::logrtns.h
Normal file
15
misc/gnomeutils2/files/patch-logview::logrtns.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- logview/logrtns.h 2001/11/23 16:04:00 1.1
|
||||
+++ logview/logrtns.h 2001/11/23 16:04:14
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
#include "logview.h"
|
||||
|
Loading…
Reference in New Issue
Block a user