Bug 186322 - stagify japanese/mikachan-ttfonts
Summary: stagify japanese/mikachan-ttfonts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 04:30 UTC by TsurutaniNaoki
Modified: 2014-02-02 14:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.55 KB, patch)
2014-02-01 04:30 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-02-01 04:30:00 UTC
	stagify.
	also fix LEGAL statement, just to fit to ports/LEGAL file.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 14:17:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-02 14:27:45 UTC
Author: pawel
Date: Sun Feb  2 14:27:37 2014
New Revision: 342298
URL: http://svnweb.freebsd.org/changeset/ports/342298
QAT: https://qat.redports.org/buildarchive/r342298/

Log:
  - Stage support
  - Fix legal statement, xorg.conf path
  
  PR:		ports/186322
  Submitted by:	maintainer

Modified:
  head/japanese/mikachan-ttfonts/Makefile
  head/japanese/mikachan-ttfonts/pkg-install

Modified: head/japanese/mikachan-ttfonts/Makefile
==============================================================================
--- head/japanese/mikachan-ttfonts/Makefile	Sun Feb  2 14:09:50 2014	(r342297)
+++ head/japanese/mikachan-ttfonts/Makefile	Sun Feb  2 14:27:37 2014	(r342298)
@@ -13,7 +13,7 @@ COMMENT=	Handwritten Japanese TrueType f
 
 EXTRACT_DEPENDS=	lha:${PORTSDIR}/archivers/lha
 
-NO_CDROM=	Don't sell distfile
+NO_CDROM=	Do not sell distfile
 EXTRACT_CMD=	lha
 EXTRACT_BEFORE_ARGS=	pq
 EXTRACT_AFTER_ARGS=	> ${WRKSRC}/mika.ttf
@@ -25,12 +25,11 @@ PLIST_SUB=	FONTSDIR=${FONTSDIR}
 
 FONTSDIR=	lib/X11/fonts/TrueType
 
-NO_STAGE=	yes
 do-install:
-	${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+	${SETENV} PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 	${INSTALL_DATA} \
 		${WRKDIR}/mika.ttf ${FILESDIR}/fonts.dir.mika \
-		${PREFIX}/${FONTSDIR}
-	${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+		${STAGEDIR}${PREFIX}/${FONTSDIR}
+	${SETENV} PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.mk>

Modified: head/japanese/mikachan-ttfonts/pkg-install
==============================================================================
--- head/japanese/mikachan-ttfonts/pkg-install	Sun Feb  2 14:09:50 2014	(r342297)
+++ head/japanese/mikachan-ttfonts/pkg-install	Sun Feb  2 14:27:37 2014	(r342298)
@@ -4,7 +4,7 @@ if [ "$2" = "PRE-INSTALL" ]; then
   if [ ! -d ${FONTDIR} ]; then
     echo "*********************************************************"
     echo "Please add ${FONTDIR} to your font path"
-    echo "and load 'xtt' module in /etc/XF86Config."
+    echo "and load 'xtt' module in /etc/X11/xorg.conf ."
     echo "*********************************************************"
     mkdir $FONTDIR
   fi
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 14:27:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!