Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 May 1999 22:58:27 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11570: Update: devel/xwpe
Message-ID:  <19990508055827.E40221485@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11570
>Category:       ports
>Synopsis:       Update: devel/xwpe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May  7 23:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update to 1.5.17a, and use MLINKS.
Also remove dead master site and add a new one.

>How-To-Repeat:


>Fix:
	
Index: xwpe/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/xwpe/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	1999/02/28 10:00:07	1.8
+++ Makefile	1999/05/08 05:55:37
@@ -1,17 +1,17 @@
 # ex:ts=8
 # Ports collection makefile for:  xwpe
-# Version required:     	  1.6.2
+# Version required:     	  1.5.17a
 # Date created:			  Fri Jan 24, 1997
 # Whom:				  David O'Brien (obrien@FreeBSD.org)
 #
 # $Id: Makefile,v 1.8 1999/02/28 10:00:07 obrien Exp $
 #
 
-DISTNAME=	xwpe-1.5.16a
+DISTNAME=	xwpe-1.5.17a
 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 @@
 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>
Index: xwpe/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/xwpe/files/md5,v
retrieving revision 1.5
diff -u -r1.5 md5
--- md5	1999/02/28 10:00:07	1.5
+++ md5	1999/05/08 05:32:09
@@ -1 +1 @@
-MD5 (xwpe-1.5.16a.tar.gz) = 5cc917b3d3ca46d0cd5bb9a3478f15e8
+MD5 (xwpe-1.5.17a.tar.gz) = d331980b39fd1329a19cfc516920d572
Index: xwpe/patches/patch-09
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/xwpe/patches/patch-09,v
retrieving revision 1.1
diff -u -r1.1 patch-09
--- patch-09	1998/05/09 18:52:42	1.1
+++ patch-09	1999/05/08 05:39:34
@@ -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>
@@ -9,20 +9,20 @@
 +#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, 
+ extern char *e_tmp_dir;
+ extern int (*e_u_system)(char *exe);
+@@ -3050,7 +3054,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++);
Index: xwpe/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/xwpe/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	1998/08/12 01:55:30	1.4
+++ PLIST	1999/05/08 05:51:30
@@ -2,9 +2,6 @@
 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 

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990508055827.E40221485>