Update to 0.12

This commit is contained in:
Ade Lovett 2001-05-08 16:39:18 +00:00
parent 0edb567e67
commit 47c65a959e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42416
3 changed files with 4 additions and 18 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= xalf
PORTVERSION= 0.11
PORTVERSION= 0.12
CATEGORIES= x11 gnome
MASTER_SITES= http://www.lovett.com/~ade/gnome/
#MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ \
# http://www.lysator.liu.se/~astrand/projects/xalf/old/
MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ \
http://www.lysator.liu.se/~astrand/projects/xalf/old/
EXTRACT_SUFX= .tgz
MAINTAINER= ade@FreeBSD.org

View File

@ -1 +1 @@
MD5 (xalf-0.11.tgz) = ec353578fb14de37e9946d558e48f4d9
MD5 (xalf-0.12.tgz) = 301cd4481dfb4a4a3b1e5291e15c32fc

View File

@ -1,13 +0,0 @@
--- lib/xalflaunch.c.orig Sun Apr 1 03:19:25 2001
+++ lib/xalflaunch.c Sun Apr 1 03:20:36 2001
@@ -38,6 +38,10 @@
static void restore_env();
static long int launch_pid = 0;
+#ifdef __FreeBSD__
+static void _init(void) __attribute__ ((section (".init")));
+#endif
+
void
_init () {
char *pid_string;