mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.0.
This commit is contained in:
parent
1f21ddd3f7
commit
751fd5aaa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36796
5 changed files with 12 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= spat
|
||||
PORTVERSION= 0.9.9.1
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://spat.codehost.com/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}.src
|
||||
|
@ -21,6 +21,7 @@ USE_GNOME= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-lcompat -L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -28,9 +29,6 @@ pre-patch:
|
|||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
pre-configure:
|
||||
@${RM} -f ${WRKSRC}/config.cache
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/gnome/apps/Applications \
|
||||
${PREFIX}/etc/CORBA/servers
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (spat-0.9.9-1.src.tar.gz) = 4f8674ac49092065fd6675c3ca68d2d6
|
||||
MD5 (spat-1.0.src.tar.gz) = 25b81ab1d7430ea93fef91a9151d0069
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- spatd/prefs.c 2000/10/31 11:30:17 1.1
|
||||
+++ spatd/prefs.c 2000/10/31 11:30:43
|
||||
--- spatd/prefs.c.orig Wed Jan 3 20:42:27 2001
|
||||
+++ spatd/prefs.c Thu Jan 4 13:45:30 2001
|
||||
@@ -16,7 +16,7 @@
|
||||
{
|
||||
struct ifreq ifi;
|
||||
|
@ -10,7 +10,7 @@
|
|||
sock = socket(AF_INET, SOCK_DGRAM, 0);
|
||||
if (sock < 0)
|
||||
@@ -86,7 +86,7 @@
|
||||
printf("Failure to create config. ARG!\n");
|
||||
printf("Failure to create config. ARG!\n"); /* If this happens then somthing serious went down */
|
||||
exit(0);
|
||||
}
|
||||
- fprintf(fp, "interface: eth0\n");
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- spatd/callbacks.c 2000/10/31 11:45:02 1.1
|
||||
+++ spatd/callbacks.c 2000/10/31 11:43:46
|
||||
@@ -129,7 +129,7 @@
|
||||
--- spatd/callbacks.c.orig Wed Jan 3 20:42:27 2001
|
||||
+++ spatd/callbacks.c Thu Jan 4 13:48:04 2001
|
||||
@@ -110,7 +110,7 @@
|
||||
{
|
||||
//exit(0);
|
||||
}
|
||||
- strcpy(command, "/usr/local/bin/spat ");
|
||||
+ strcpy(command, PREFIX "bin/spat ");
|
||||
strcat(command, login);
|
||||
+ strcpy(command, PREFIX "/bin/spat ");
|
||||
strcat(command, remote_login);
|
||||
|
||||
strcat(command, " &");
|
||||
|
|
|
@ -11,4 +11,5 @@ share/gnome/pixmaps/spat/away_with_msg.png
|
|||
share/gnome/pixmaps/spat/gnome-intranet.png
|
||||
share/gnome/pixmaps/spat/ok.png
|
||||
share/gnome/pixmaps/spat/spat.png
|
||||
@dirrm share/gnome/pixmaps/spat
|
||||
@dirrm share/doc/spat
|
||||
|
|
Loading…
Add table
Reference in a new issue