Update to 1.8.9

PR:		28903
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Dmitry Sivachenko 2001-07-12 20:15:55 +00:00
parent e0184cb08d
commit 03b00b389d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45081
4 changed files with 7 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= afterstep
PORTVERSION= 1.8.8
PORTVERSION= 1.8.9
CATEGORIES= x11-wm afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= stable

View File

@ -1 +1 @@
MD5 (AfterStep-1.8.8.tar.bz2) = ce5e49fe20e59551c4fe9ec7f834bb90
MD5 (AfterStep-1.8.9.tar.bz2) = e745f5d7ac2923faba8e9c3c5d4425be

View File

@ -1,11 +1,11 @@
--- afterstep/wharf.in.orig Wed Mar 17 03:40:15 1999
+++ afterstep/wharf.in Mon Sep 27 11:58:51 1999
@@ -105,7 +105,7 @@
--- afterstep/wharf.in.orig Wed Jul 11 22:00:23 2001
+++ afterstep/wharf.in Wed Jul 11 22:01:09 2001
@@ -99,7 +99,7 @@
#
*Wharf Applications FileFolders.xpm,3_dots.xpm Folders
#*Wharf Files Computer.xpm Exec "-" Files &
- *Wharf xiterm linux-penguin.xpm Exec "-" xiterm -sl 500 -vb -fn 10x20 &
+ *Wharf xterm monitor_bsd.xpm Exec "-" xterm -sl 500 -vb -fn 10x20 &
- *Wharf xterm linux-penguin.xpm Exec "-" (exec aterm) || (exec xterm) &
+ *Wharf xterm monitor_bsd.xpm Exec "-" (exec aterm) || (exec xterm) &
*Wharf Helpme Info.xpm,3_dots.xpm Folders
*Wharf xman Bookshelf.xpm Exec "-" xman &

View File

@ -1,11 +0,0 @@
--- src/afterstep/configure.c.orig Fri Oct 20 05:27:57 2000
+++ src/afterstep/configure.c Sun Dec 31 13:55:16 2000
@@ -2201,7 +2201,7 @@
sprintf (errMsg, "ReadPipeConfig (%d)", semaCounter);
- if (tmpnam (tmpFileName) == NULL)
+ if (mkstemp (tmpFileName) == NULL)
{
afterstep_err (errMsg, "cannot tmpnam", NULL, NULL);
semaCounter--;