diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 20:49:20 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 20:49:20 +0000 |
commit | 239ccf532808987fc39b25dc284239f1a792e394 (patch) | |
tree | f6a7269b76624d2b8ffceb3524b13129fb1761c4 /devel | |
parent | 78f0cef3fcd3b9f665af9a2e70577b33efdb9099 (diff) | |
download | ports-239ccf532808987fc39b25dc284239f1a792e394.tar.gz ports-239ccf532808987fc39b25dc284239f1a792e394.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xwpe/Makefile | 14 | ||||
-rw-r--r-- | devel/xwpe/distinfo | 2 | ||||
-rw-r--r-- | devel/xwpe/files/patch-09 | 28 | ||||
-rw-r--r-- | devel/xwpe/pkg-plist | 3 |
4 files changed, 22 insertions, 25 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile index ec51f67f8f28..cf628ac4e640 100644 --- a/devel/xwpe/Makefile +++ b/devel/xwpe/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: xwpe -# Version required: 1.6.2 +# Version required: 1.5.18a # Date created: Fri Jan 24, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.7 1998/11/10 03:11:22 obrien Exp $ +# $Id: Makefile,v 1.8 1999/02/28 10:00:07 obrien Exp $ # -DISTNAME= xwpe-1.5.16a +DISTNAME= xwpe-1.5.18a CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.rpi.edu/~payned/xwpe/ \ - ftp://identical.stu.rpi.edu/pub/linux/xwpe/ + ftp://identicalsoftware.com/pub/linux/xwpe/ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= obrien@FreeBSD.org @@ -25,11 +25,11 @@ CONFIGURE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib" USE_GMAKE= yes ALL_TARGET= MAN1= xwpe.1 +MLINKS= xwpe.1 xwe.1 \ + xwpe.1 wpe.1 \ + xwpe.1 we.1 post-install: @strip ${PREFIX}/bin/xwpe - @(cd ${PREFIX}/man/man1 ; \ - for mp in xwe.1 wpe.1 we.1 ; \ - do ${RM} -f $$mp ; ln -sf xwpe.1.gz $$mp.gz ; done ) .include <bsd.port.mk> diff --git a/devel/xwpe/distinfo b/devel/xwpe/distinfo index 3fe33acb099b..4975ec574f5b 100644 --- a/devel/xwpe/distinfo +++ b/devel/xwpe/distinfo @@ -1 +1 @@ -MD5 (xwpe-1.5.16a.tar.gz) = 5cc917b3d3ca46d0cd5bb9a3478f15e8 +MD5 (xwpe-1.5.18a.tar.gz) = 2f8e32152c41fa33c4cb26a1f3d1c87a diff --git a/devel/xwpe/files/patch-09 b/devel/xwpe/files/patch-09 index 7326044f4c9e..daa5c6922caf 100644 --- a/devel/xwpe/files/patch-09 +++ b/devel/xwpe/files/patch-09 @@ -1,5 +1,5 @@ ---- we_fl_unix.c.orig Wed May 6 11:03:13 1998 -+++ we_fl_unix.c Fri May 8 10:25:34 1998 +--- we_fl_unix.c.orig Fri May 7 22:34:29 1999 ++++ we_fl_unix.c Fri May 7 22:38:00 1999 @@ -14,6 +14,10 @@ #include <sys/stat.h> #include <errno.h> @@ -8,21 +8,21 @@ +#include <sys/param.h> +#endif + - struct dirfile *e_make_win_list(FENSTER *f); - int e_s_sys_ini(void); - int e_s_sys_end(void); -@@ -1929,7 +1933,13 @@ - dout->name = NULL; - manpath[0] = '\0'; - if (getenv("MANPATH")) strcpy(manpath, getenv("MANPATH")); -- if (manpath[0] == '\0') strcpy(manpath, "/usr/man:/usr/local/man"); -+ if (manpath[0] == '\0') strcpy(manpath, + struct dirfile *e_make_win_list(FENSTER * f); + extern char *e_tmp_dir; + extern int (*e_u_system) (char *exe); +@@ -3549,7 +3553,13 @@ + if(getenv("MANPATH")) + strcpy(manpath, getenv("MANPATH")); + if(manpath[0] == '\0') +- strcpy(manpath, "/usr/man:/usr/local/man"); ++ strcpy(manpath, +#if (defined(BSD) && (BSD >= 199306)) || (defined(sun) && defined(__svr4__)) + "/usr/share/man:/usr/local/man"); +#else + "/usr/man:/usr/local/man"); +#endif + - while (manpath[i]) - { - for (n = 0; (subpath[n] = manpath[i]) && manpath[i] != PTHD; i++, n++); + while(manpath[i]) + { + for(n = 0; (subpath[n] = manpath[i]) && manpath[i] != PTHD; i++, n++); diff --git a/devel/xwpe/pkg-plist b/devel/xwpe/pkg-plist index 04c61ffd9332..f85cdfef98d3 100644 --- a/devel/xwpe/pkg-plist +++ b/devel/xwpe/pkg-plist @@ -2,9 +2,6 @@ bin/we bin/wpe bin/xwe bin/xwpe -man/man1/xwe.1.gz -man/man1/wpe.1.gz -man/man1/we.1.gz share/xwpe/help.key share/xwpe/help.xwpe share/xwpe/syntax_def |