diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-01 16:15:13 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-01 16:15:13 +0000 |
commit | 712f887db2d975cf52dadd87576c3993adaf803d (patch) | |
tree | 2a852b78074884b5d8bb564d487b498f0930514c /x11 | |
parent | 32265c2b868f607b87ddcc3dbd67f3032ce42a53 (diff) | |
download | ports-712f887db2d975cf52dadd87576c3993adaf803d.tar.gz ports-712f887db2d975cf52dadd87576c3993adaf803d.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 7 | ||||
-rw-r--r-- | x11/xautolock/distinfo | 4 | ||||
-rw-r--r-- | x11/xautolock/files/patch-aa | 48 |
3 files changed, 13 insertions, 46 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 457edb078304..bed57cf08042 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xautolock -PORTVERSION= 1.15 +PORTVERSION= 2.1 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications -DISTNAME= ${PORTNAME}-pl15 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/screensavers EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/x11/xautolock/distinfo b/x11/xautolock/distinfo index f62fe74b3eb4..a151c3f00a27 100644 --- a/x11/xautolock/distinfo +++ b/x11/xautolock/distinfo @@ -1,2 +1,2 @@ -MD5 (xautolock-pl15.tgz) = 927c6dcbec6fa3c38dac359bd4ba41f4 -SIZE (xautolock-pl15.tgz) = 39240 +MD5 (xautolock-2.1.tgz) = 35c22fd9748f872fdb3ce8d861951704 +SIZE (xautolock-2.1.tgz) = 33789 diff --git a/x11/xautolock/files/patch-aa b/x11/xautolock/files/patch-aa index b19b5fb7d003..c5857566f5eb 100644 --- a/x11/xautolock/files/patch-aa +++ b/x11/xautolock/files/patch-aa @@ -1,45 +1,13 @@ - -$FreeBSD$ - ---- xautolock.c.orig Thu Mar 11 23:43:25 1999 -+++ xautolock.c Sun Aug 22 17:45:10 2004 -@@ -297,6 +297,8 @@ - * with vroot.h, because it needs to know the real root window. - */ - -+#include <sys/param.h> -+ - #if defined(hpux) || defined (__hpux) - #ifndef _HPUX_SOURCE - #define _HPUX_SOURCE -@@ -368,7 +370,9 @@ - #endif /* !NOSTDHDRS */ - - #if !defined (apollo) && !defined (VMS) -+#if !defined (BSD) - #include <malloc.h> -+#endif /* !BSD */ - #include <unistd.h> - #endif /* !apollo && !VMS */ - -@@ -1970,7 +1974,8 @@ - #ifdef __GNUC__ - default: /* Makes gcc -Wall shut up. */ - #endif /* __GNUC__ */ -- } -+ break; -+ } - } - } - else -@@ -2028,7 +2033,9 @@ +--- src/engine.c.orig Tue Nov 1 16:57:31 2005 ++++ src/engine.c Tue Nov 1 17:11:51 2005 +@@ -209,7 +209,9 @@ #else /* VMS */ - if (locker_pid) + if (lockerPid) { --#if !defined (UTEKV) && !defined (SYSV) && !defined(SVR4) -+#if defined (BSD) -+ int status; -+#elif !defined (UTEKV) && !defined (SYSV) && !defined(SVR4) +-#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) ++#if defined (__FreeBSD__) ++ int status; ++#elif !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) union wait status; /* childs process status */ #else /* !UTEKV && !SYSV && !SVR4 */ int status = 0; /* childs process status */ |