Date: Sun, 29 Jan 2017 00:15:31 +0000 (UTC) From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432694 - in head/mail/xpbiff: . files Message-ID: <201701290015.v0T0FVII064012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER?= sanpei@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701290015.v0T0FVII064012>