svn commit: r432694 - in head/mail/xpbiff: . files

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Sun Jan 29 00:15:32 UTC 2017


Author: sanpei (src committer)
Date: Sun Jan 29 00:15:30 2017
New Revision: 432694
URL: https://svnweb.freebsd.org/changeset/ports/432694

Log:
  use system clang.
  
  PR:		15665

Modified:
  head/mail/xpbiff/Makefile
  head/mail/xpbiff/files/patch-config.h

Modified: head/mail/xpbiff/Makefile
==============================================================================
--- head/mail/xpbiff/Makefile	Sat Jan 28 22:59:53 2017	(r432693)
+++ head/mail/xpbiff/Makefile	Sun Jan 29 00:15:30 2017	(r432694)
@@ -10,11 +10,10 @@ MASTER_SITES=	LOCAL/sanpei
 DISTNAME=	xpbiff
 DISTFILES=	xpbiff-1.27-with-YOUBIN.tar.gz.uu
 
-MAINTAINER?=	ports at FreeBSD.org
+MAINTAINER?=	sanpei at FreeBSD.org
 COMMENT?=	Replacement for xbiff that handles popup window with mail header
 
 USES=		imake:noman
-USE_GCC=	any
 USE_XORG=	xpm xaw xmu
 PLIST_FILES=	bin/xpbiff
 WRKSRC=		${WRKDIR}/xpbiff

Modified: head/mail/xpbiff/files/patch-config.h
==============================================================================
--- head/mail/xpbiff/files/patch-config.h	Sat Jan 28 22:59:53 2017	(r432693)
+++ head/mail/xpbiff/files/patch-config.h	Sun Jan 29 00:15:30 2017	(r432694)
@@ -1,5 +1,5 @@
---- config.h.orig	Wed Oct 19 06:56:25 1994
-+++ config.h	Fri Dec 12 13:16:55 2003
+--- config.h.orig	1994-10-19 14:56:25.000000000 +0900
++++ config.h	2016-12-28 17:42:39.753535000 +0900
 @@ -8,7 +8,7 @@
  /*
   *	For X11R6
@@ -9,6 +9,15 @@
  
  /*
   *	For System V
+@@ -19,7 +19,7 @@
+  *	For Solaris
+  */
+ #undef SOLARIS
+-#undef UcbLibDir	-L/usr/ucblib
++#undef UcbLibDir
+ 
+ /*
+  *	For slow work station
 @@ -33,6 +33,12 @@
  #undef NO_CUSERID
  
@@ -22,7 +31,7 @@
   *	For MH scan users
   */
  
-@@ -42,12 +48,12 @@
+@@ -42,55 +48,82 @@
   *	For Shape Extension
   */
  
@@ -37,7 +46,10 @@
  
  /*
   *	Set Local Spool pathname
-@@ -57,30 +63,47 @@
+  */
+-#undef SPOOLPATH	"/usr/mail"
++#undef SPOOLPATH
+ 
  /*
   *	For X pixmap
   */
@@ -91,17 +103,18 @@
  
  /*
   *	For SUN Audio
-@@ -88,9 +111,19 @@
+  */
  #undef SUN_AUDIO
- #undef AudioIncDir /usr/demo/SOUND
- 
+-#undef AudioIncDir /usr/demo/SOUND
++#undef AudioIncDir
++
 +/*
 + * For BSD Audio (FreeBSD)
 + */
 +#ifndef __alpha
 +#define BSD_AUDIO
 +#endif
-+
+ 
  /* 
   * For YOUBIN Service
  */


More information about the svn-ports-all mailing list