From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 14:42:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4964258D; Mon, 7 Jul 2014 14:42:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 361BE2CF0; Mon, 7 Jul 2014 14:42:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67EgAvf018882; Mon, 7 Jul 2014 14:42:10 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67Eg94P018878; Mon, 7 Jul 2014 14:42:09 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407071442.s67Eg94P018878@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Jul 2014 14:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361092 - in head/deskutils/xcalendar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 14:42:10 -0000 Author: vanilla Date: Mon Jul 7 14:42:09 2014 New Revision: 361092 URL: http://svnweb.freebsd.org/changeset/ports/361092 QAT: https://qat.redports.org/buildarchive/r361092/ Log: Stagify. Approved by: portmgr@ (blanket) Added: head/deskutils/xcalendar/files/patch-Imakefile - copied, changed from r361020, head/deskutils/xcalendar/files/patch-ad Deleted: head/deskutils/xcalendar/files/patch-ad Modified: head/deskutils/xcalendar/Makefile head/deskutils/xcalendar/pkg-plist Modified: head/deskutils/xcalendar/Makefile ============================================================================== --- head/deskutils/xcalendar/Makefile Mon Jul 7 14:19:54 2014 (r361091) +++ head/deskutils/xcalendar/Makefile Mon Jul 7 14:42:09 2014 (r361092) @@ -17,8 +17,5 @@ USES= imake gmake USE_XORG= ice sm x11 xaw xext xmu xt MAKE_ENV= FILESDIR=${FILESDIR} ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man -MAN1= xcalendar.1 -MANLANG= "" ja -NO_STAGE= yes .include Copied and modified: head/deskutils/xcalendar/files/patch-Imakefile (from r361020, head/deskutils/xcalendar/files/patch-ad) ============================================================================== --- head/deskutils/xcalendar/files/patch-ad Mon Jul 7 03:30:17 2014 (r361020, copy source) +++ head/deskutils/xcalendar/files/patch-Imakefile Mon Jul 7 14:42:09 2014 (r361092) @@ -1,5 +1,5 @@ ---- Imakefile.orig Sun Oct 1 12:19:17 1995 -+++ Imakefile Mon Mar 21 14:30:06 2005 +--- Imakefile.orig 1995-10-01 11:19:17.000000000 +0800 ++++ Imakefile 2014-07-07 22:36:26.117769762 +0800 @@ -1,4 +1,6 @@ XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar +XCALENDAR_JP_LIBDIR_EUCJP = $(LIBDIR)/ja_JP.eucJP/xcalendar @@ -7,7 +7,7 @@ LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp # Comment out the following two lines for the Motif version LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -@@ -12,7 +14,7 @@ +@@ -12,7 +14,7 @@ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $( # # for Internationalization # @@ -16,7 +16,7 @@ ##if !SharedLibXwchar # _UseCat($(USRLIBDIR),$(CONTRIBSRC)/lib/Xwchar,/libXwchar.a) # XWCHARLIB = LoaderLibPrefix _Use(-lXwchar,$(DEPXWCHARLIB)) -@@ -40,12 +42,31 @@ +@@ -40,12 +42,31 @@ clean:: # for Internationalization # XCal-uj.ad: XCal-uj.sed @@ -36,19 +36,27 @@ - MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults) - $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar +install:: -+ MakeDir($(XCALENDAR_JP_APPDEFAULTS_EUCJP)) ++ MakeDir($(DESTDIR)$(XCALENDAR_JP_APPDEFAULTS_EUCJP)) + $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad \ -+ $(XCALENDAR_JP_APPDEFAULTS_EUCJP)/XCalendar ++ $(DESTDIR)$(XCALENDAR_JP_APPDEFAULTS_EUCJP)/XCalendar + -+ MakeDir($(XCALENDAR_JP_LIBDIR_EUCJP)) ++ MakeDir($(DESTDIR)$(XCALENDAR_JP_LIBDIR_EUCJP)) + $(INSTALL) -c $(INSTAPPFLAGS) $(FILESDIR)/xcalendar-uj.hol \ -+ $(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hol ++ $(DESTDIR)$(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hol + $(INSTALL) -c $(INSTAPPFLAGS) xcalendar-uj.hlp \ -+ $(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hlp ++ $(DESTDIR)$(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hlp + + $(INSTALL) -c $(INSTMANFLAGS) xcalendar-uj.man \ -+ $(MANPATH)/ja/man1/xcalendar.1 -+ $(COMPRESSMANCMD) $(MANPATH)/ja/man1/xcalendar.1 ++ $(DESTDIR)$(MANPATH)/ja/man1/xcalendar.1 ++ $(COMPRESSMANCMD) $(DESTDIR)$(MANPATH)/ja/man1/xcalendar.1 # MakeDir($(LIBDIR)/ja_JP.ujis/app-defaults) # $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.ujis/app-defaults/XCalendar +@@ -53,5 +74,5 @@ install:: XCal-uj.ad + clean:: + $(RM) XCal-uj.ad + +-MakeDirectories(install, $(XCALENDAR_LIBDIR)) +-InstallMultipleFlags($(LIBFILES), $(XCALENDAR_LIBDIR), $(INSTDATFLAGS)) ++MakeDirectories(install,$(XCALENDAR_LIBDIR)) ++InstallMultipleFlags($(LIBFILES),$(XCALENDAR_LIBDIR), $(INSTDATFLAGS)) Modified: head/deskutils/xcalendar/pkg-plist ============================================================================== --- head/deskutils/xcalendar/pkg-plist Mon Jul 7 14:19:54 2014 (r361091) +++ head/deskutils/xcalendar/pkg-plist Mon Jul 7 14:42:09 2014 (r361092) @@ -8,6 +8,8 @@ lib/X11/xcalendar/qmark.xbm lib/X11/xcalendar/quit.xbm lib/X11/xcalendar/rarrow.xbm lib/X11/xcalendar/xcalendar.hlp +man/ja/man1/xcalendar.1.gz +man/man1/xcalendar.1.gz @dirrm lib/X11/xcalendar @dirrm lib/X11/ja_JP.eucJP/xcalendar @dirrmtry lib/X11/ja_JP.eucJP/app-defaults