Date: Mon, 7 Jul 2014 14:42:09 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361092 - in head/deskutils/xcalendar: . files Message-ID: <201407071442.s67Eg94P018878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071442.s67Eg94P018878>