Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 19:51:40 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329370 - in head/x11/xlogout: . files
Message-ID:  <201310041951.r94Jpe2i019697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Fri Oct  4 19:51:40 2013
New Revision: 329370
URL: http://svnweb.freebsd.org/changeset/ports/329370

Log:
  Stagify.

Added:
  head/x11/xlogout/files/patch-Imakefile
     - copied unchanged from r329294, head/x11/xlogout/files/patch-aa
Deleted:
  head/x11/xlogout/files/patch-aa
Modified:
  head/x11/xlogout/Makefile

Modified: head/x11/xlogout/Makefile
==============================================================================
--- head/x11/xlogout/Makefile	Fri Oct  4 19:47:15 2013	(r329369)
+++ head/x11/xlogout/Makefile	Fri Oct  4 19:51:40 2013	(r329370)
@@ -13,10 +13,9 @@ COMMENT=	Simple logout button
 USES=		imake
 WRKSRC=		${WRKDIR}/xlogout
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
-MAN1=		xlogout.1
 
 PLIST_FILES=	bin/xlogout \
-		lib/X11/app-defaults/XLogout
+		lib/X11/app-defaults/XLogout \
+		man/man1/xlogout.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Copied: head/x11/xlogout/files/patch-Imakefile (from r329294, head/x11/xlogout/files/patch-aa)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xlogout/files/patch-Imakefile	Fri Oct  4 19:51:40 2013	(r329370, copy of r329294, head/x11/xlogout/files/patch-aa)
@@ -0,0 +1,9 @@
+--- Imakefile.orig	1989-11-30 00:29:33.000000000 +0100
++++ Imakefile	2009-03-27 18:58:05.000000000 +0100
+@@ -1,5 +1,5 @@
+         DEPLIBS = XawClientDepLibs
+-LOCAL_LIBRARIES = XawClientsLibs
++LOCAL_LIBRARIES = XawClientLibs
+            SRCS = xlogout.c 
+            OBJS = xlogout.o 
+ 



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