diff options
author | glewis <glewis@FreeBSD.org> | 2009-08-24 04:57:57 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-08-24 04:57:57 +0800 |
commit | c8cefb1cc82eba341c724a39cc528c2c3a6623e3 (patch) | |
tree | a600273952e4388688d5c293865d112abc9dcac8 /x11-wm/afterstep-stable/files | |
parent | 5ac0b64d49c105397372cdcaa9a7e956cd9daee8 (diff) | |
download | freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.tar.gz freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.tar.zst freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.zip |
. Update to 2.2.9.
. Get the packing list right in both the case where share/gnome/wm-properties
does and doesn't exist.
Diffstat (limited to 'x11-wm/afterstep-stable/files')
5 files changed, 0 insertions, 74 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-configure.h.in b/x11-wm/afterstep-stable/files/patch-configure.h.in deleted file mode 100644 index 969d72780e97..000000000000 --- a/x11-wm/afterstep-stable/files/patch-configure.h.in +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - ---- configure.h.in.orig Thu Jun 22 10:44:12 2006 -+++ configure.h.in Thu Jun 22 10:44:26 2006 -@@ -2,12 +2,7 @@ - - #define AFTERSTEP_INTERNALS - --#ifdef __FreeBSD__ --#include <sys/cdefs.h> --#include <sys/syslimits.h> --#else - #include <limits.h> --#endif - - /* we don't do interhost network communications ! WE use Unix domain sockets! */ - #define SAME_HOST diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase::parse.c b/x11-wm/afterstep-stable/files/patch-libAfterBase::parse.c deleted file mode 100644 index 71dda047d81f..000000000000 --- a/x11-wm/afterstep-stable/files/patch-libAfterBase::parse.c +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- libAfterBase/parse.c.orig Thu Jun 22 11:14:06 2006 -+++ libAfterBase/parse.c Thu Jun 22 11:17:46 2006 -@@ -690,7 +690,7 @@ - char * - tokenskip( const char *ptr, unsigned int n_tokens ) - { -- int tok_no = 0 ; ; -+ int tok_no = 0 ; - register int curr = 0 ; - - if( ptr == NULL ) return NULL ; diff --git a/x11-wm/afterstep-stable/files/patch-libAfterStep::kde.c b/x11-wm/afterstep-stable/files/patch-libAfterStep::kde.c deleted file mode 100644 index bdd2ef6c392d..000000000000 --- a/x11-wm/afterstep-stable/files/patch-libAfterStep::kde.c +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- libAfterStep/kde.c.orig Thu Jun 22 21:30:40 2006 -+++ libAfterStep/kde.c Thu Jun 22 21:31:14 2006 -@@ -115,8 +115,9 @@ - { - if( (tag = make_kde_config_comment_tag()) != NULL ) - { -+ size_t len; - ++i ; -- int len = strlen( &buffer[i] ) ; -+ len = strlen( &buffer[i] ) ; - while( len > 0 && isspace( buffer[i+len-1] ) ) --len ; - if( len > 0 ) - { diff --git a/x11-wm/afterstep-stable/files/patch-libAfterStep::parser.c b/x11-wm/afterstep-stable/files/patch-libAfterStep::parser.c deleted file mode 100644 index 8fd20f0fb0f9..000000000000 --- a/x11-wm/afterstep-stable/files/patch-libAfterStep::parser.c +++ /dev/null @@ -1,14 +0,0 @@ -$FreeBSD$ - ---- libAfterStep/parser.c.orig Thu Jun 22 21:33:08 2006 -+++ libAfterStep/parser.c Thu Jun 22 21:33:46 2006 -@@ -771,8 +771,8 @@ - { - while (GetNextStatement (config, ignore_foreign)) - { /* untill not end of text */ -- flags = 0x00; - TermDef *pterm = NULL ; -+ flags = 0x00; - - #ifdef DEBUG_PARSER - fprintf (stderr, "\nSentence Found:[%.50s ...]\n,\tData=\t[%s]", config->tline, config->current_data); diff --git a/x11-wm/afterstep-stable/files/patch-libAfterStep::screen.c b/x11-wm/afterstep-stable/files/patch-libAfterStep::screen.c deleted file mode 100644 index 8a9456c14949..000000000000 --- a/x11-wm/afterstep-stable/files/patch-libAfterStep::screen.c +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- libAfterStep/screen.c.orig Sat Feb 3 21:34:23 2007 -+++ libAfterStep/screen.c Sat Feb 3 21:34:45 2007 -@@ -135,9 +135,9 @@ - - if ((s = XineramaQueryScreens (dpy, &(scr->xinerama_screens_num))) != NULL) - { -+ static char buf[256] ; - scr->xinerama_screens = safemalloc (sizeof (XRectangle) * scr->xinerama_screens_num); - asxml_var_insert("xroot.xinerama_screens_num", scr->xinerama_screens_num); -- static char buf[256] ; - for (i = 0; i < scr->xinerama_screens_num; ++i) - { - char *append_point = &buf[0]; |