From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:50:08 2013 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 ESMTP id 9407B246; Fri, 20 Sep 2013 19:50:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73E712D82; Fri, 20 Sep 2013 19:50:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJo8cg003885; Fri, 20 Sep 2013 19:50:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJnxxT003741; Fri, 20 Sep 2013 19:49:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201949.r8KJnxxT003741@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327739 - in head/korean: FreeWnn-lib FreeWnn-server acroread8 aleefonts-ttf ami baekmukfonts-bdf baekmukfonts-ttf engdic eterm fcitx-hangul gimp-help gtkcomm h2ps hanyangfonts hcode hm... 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.14 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: Fri, 20 Sep 2013 19:50:08 -0000 Author: bapt Date: Fri Sep 20 19:49:59 2013 New Revision: 327739 URL: http://svnweb.freebsd.org/changeset/ports/327739 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: korean) Modified: head/korean/FreeWnn-lib/Makefile head/korean/FreeWnn-server/Makefile head/korean/acroread8/Makefile head/korean/aleefonts-ttf/Makefile head/korean/ami/Makefile head/korean/baekmukfonts-bdf/Makefile head/korean/baekmukfonts-ttf/Makefile head/korean/engdic/Makefile head/korean/eterm/Makefile head/korean/fcitx-hangul/Makefile head/korean/gimp-help/Makefile head/korean/gtkcomm/Makefile head/korean/h2ps/Makefile head/korean/hanyangfonts/Makefile head/korean/hcode/Makefile head/korean/hmconv/Makefile head/korean/hpscat/Makefile head/korean/hunspell/Makefile head/korean/ibus-hangul/Makefile head/korean/imhangul/Makefile head/korean/kaistfonts/Makefile head/korean/kde4-l10n/Makefile head/korean/ko.TeX-fonts-base/Makefile head/korean/ko.TeX-fonts-extra/Makefile head/korean/ko.TeX/Makefile head/korean/libhangul/Makefile head/korean/libreoffice/Makefile head/korean/man-doc/Makefile head/korean/munhwafonts-cid/Makefile head/korean/nabi/Makefile head/korean/nanumcoding-ttf/Makefile head/korean/nanumfonts-otf/Makefile head/korean/nanumfonts-ttf/Makefile head/korean/nhpf/Makefile head/korean/php_doc/Makefile head/korean/qt4-codecs-kr/Makefile head/korean/scim-hangul/Makefile head/korean/scim-tables/Makefile head/korean/unfonts-core/Makefile head/korean/unfonts-extra/Makefile head/korean/uniksc/Makefile head/korean/unzip/Makefile head/korean/xpdf/Makefile Modified: head/korean/FreeWnn-lib/Makefile ============================================================================== --- head/korean/FreeWnn-lib/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/FreeWnn-lib/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libraries of FreeWnn -# Date created: 00/08/25 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# CATEGORIES= korean PKGNAMESUFFIX= -lib @@ -15,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= KWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/FreeWnn-server/Makefile ============================================================================== --- head/korean/FreeWnn-server/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/FreeWnn-server/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -11,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= KWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/acroread8/Makefile ============================================================================== --- head/korean/acroread8/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/acroread8/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: korean/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= korean print linux @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= KOR +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/aleefonts-ttf/Makefile ============================================================================== --- head/korean/aleefonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/aleefonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: aleefonts-ttf -# Date created: 23 July 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= aleefonts @@ -32,6 +29,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/ami/Makefile ============================================================================== --- head/korean/ami/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ami/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -22,6 +22,7 @@ USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/baekmukfonts-bdf/Makefile ============================================================================== --- head/korean/baekmukfonts-bdf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/baekmukfonts-bdf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -41,6 +41,7 @@ USES= perl5 USE_PERL5= build # manually install hinted fonts +NO_STAGE= yes do-configure: .for FONTNAME in ${FONTLIST_MANUAL} ${GZIP_CMD} -cd ${_DISTDIR}/${FONTNAME}.bdf.gz \ Modified: head/korean/baekmukfonts-ttf/Makefile ============================================================================== --- head/korean/baekmukfonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/baekmukfonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -20,6 +20,7 @@ FONTNAME= baekmuk FONTSDIR= lib/X11/fonts/${FONTNAME}${PKGNAMESUFFIX} PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/${FONTSDIR} Modified: head/korean/engdic/Makefile ============================================================================== --- head/korean/engdic/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/engdic/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/edic bin/engdic PORTDATA= [a-z].dic.gz +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/engdic.h Modified: head/korean/eterm/Makefile ============================================================================== --- head/korean/eterm/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/eterm/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -26,6 +26,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" MAN1= Eterm.1 MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/korean/fcitx-hangul/Makefile ============================================================================== --- head/korean/fcitx-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/fcitx-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -24,4 +24,5 @@ INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl +NO_STAGE= yes .include Modified: head/korean/gimp-help/Makefile ============================================================================== --- head/korean/gimp-help/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/gimp-help/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= korean graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= ko AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/gtkcomm/Makefile ============================================================================== --- head/korean/gtkcomm/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/gtkcomm/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -19,6 +19,7 @@ USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lc_r||; s|DATADIRNAME=lib|DATADIRNAME=share|g' \ ${WRKSRC}/configure Modified: head/korean/h2ps/Makefile ============================================================================== --- head/korean/h2ps/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/h2ps/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -11,6 +11,7 @@ COMMENT= Formats an ASCII file for print PLIST_FILES= bin/h2ps +NO_STAGE= yes pre-build: @(cd ${WRKSRC}; make clean) Modified: head/korean/hanyangfonts/Makefile ============================================================================== --- head/korean/hanyangfonts/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hanyangfonts/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 +NO_STAGE= yes do-build: @cd ${WRKSRC}; \ for fn in ${FONTS}; do \ Modified: head/korean/hcode/Makefile ============================================================================== --- head/korean/hcode/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hcode/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ COMMENT= Hangul code conversion utility PLIST_FILES= bin/hcode +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin Modified: head/korean/hmconv/Makefile ============================================================================== --- head/korean/hmconv/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hmconv/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/korean/hpscat/Makefile ============================================================================== --- head/korean/hpscat/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hpscat/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -33,6 +33,7 @@ SUB_FILES= hpscat.sh pkg-message SUB_LIST= FONTDIR=${FONTDIR} USES= perl5 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin @${INSTALL_SCRIPT} ${WRKDIR}/hpscat.sh ${PREFIX}/bin/hpscat Modified: head/korean/hunspell/Makefile ============================================================================== --- head/korean/hunspell/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hunspell/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -26,6 +26,7 @@ PROJECTHOST= spellcheck-ko MAKE_ENV+= PYTHON=${PYTHON_CMD} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ko.aff ${DATADIR}/ko_KR.aff Modified: head/korean/ibus-hangul/Makefile ============================================================================== --- head/korean/ibus-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ibus-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -23,6 +23,7 @@ USE_GNOME= intltool pygobject3 USE_PYTHON= yes USES= pathfix pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/imhangul/Makefile ============================================================================== --- head/korean/imhangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/imhangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ USES= pkgconfig OPTIONS_DEFINE= GTK3 NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK3} Modified: head/korean/kaistfonts/Makefile ============================================================================== --- head/korean/kaistfonts/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/kaistfonts/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ USE_GMAKE= yes NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" +NO_STAGE= yes do-extract: @${RM} -fr ${WRKDIR} && \ ${MKDIR} ${WRKDIR} && \ Modified: head/korean/kde4-l10n/Makefile ============================================================================== --- head/korean/kde4-l10n/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/kde4-l10n/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -10,5 +10,6 @@ COMMENT= Korean messages and documentati KDE4_L10N= ko +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/korean/ko.TeX-fonts-base/Makefile ============================================================================== --- head/korean/ko.TeX-fonts-base/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX-fonts-base/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX-fonts-base -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX-fonts-base PORTVERSION= 0.1.0.20070927 @@ -32,6 +28,7 @@ PLIST_SUB+= MKTEXLSR=${MKTEXLSR} \ UPDMAP_SYS=${UPDMAP_SYS} DOCS= COPYING LICENSE MANIFEST +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/korean/ko.TeX-fonts-extra/Makefile ============================================================================== --- head/korean/ko.TeX-fonts-extra/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX-fonts-extra/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX-fonts-extra -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX-fonts-extra PORTVERSION= 0.1.0 @@ -31,6 +27,7 @@ UPDMAP_SYS= ${PREFIX}/bin/updmap-sys PLIST_SUB+= MKTEXLSR=${MKTEXLSR} \ UPDMAP_SYS=${UPDMAP_SYS} +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/korean/ko.TeX/Makefile ============================================================================== --- head/korean/ko.TeX/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX PORTVERSION= 0.1.1.20080329 @@ -38,6 +34,7 @@ PLIST_SUB+= TEXHASH=${TEXHASH} DOCS= ChangLog INSTALL LICENSE VERSION manifest.txt news-0.1.0.txt \ news-0.1.1.txt +NO_STAGE= yes do-build: @${MKDIR} ${WRKDIR}/build @${CC} ${CFLAGS} -o ${WRKDIR}/build/hbibtex \ Modified: head/korean/libhangul/Makefile ============================================================================== --- head/korean/libhangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/libhangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/libreoffice/Makefile ============================================================================== --- head/korean/libreoffice/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/libreoffice/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -4,6 +4,7 @@ LO_I18N= ko LO_HAS_HELPPACK= yes CATEGORIES= korean editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/korean/man-doc/Makefile ============================================================================== --- head/korean/man-doc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/man-doc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ko-man-doc -# Date created: 19 November 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= man @@ -19,6 +16,7 @@ COMMENT= Korean online manual pages RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff +NO_STAGE= yes post-patch: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ -e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman Modified: head/korean/munhwafonts-cid/Makefile ============================================================================== --- head/korean/munhwafonts-cid/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/munhwafonts-cid/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ FONTSDIR= share/fonts/CIDFont NO_BUILD= YES PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \ Modified: head/korean/nabi/Makefile ============================================================================== --- head/korean/nabi/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nabi/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -18,6 +18,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= pathfix pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/nanumcoding-ttf/Makefile ============================================================================== --- head/korean/nanumcoding-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumcoding-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -33,6 +33,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes post-extract: @# XXX File names are encoded in EUC-KR. ${MV} ${WRKSRC}/*-Bold.ttf ${WRKSRC}/NanumGothicCoding-Bold.tmp Modified: head/korean/nanumfonts-otf/Makefile ============================================================================== --- head/korean/nanumfonts-otf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumfonts-otf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -55,6 +55,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.${FONTTYP PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/nanumfonts-ttf/Makefile ============================================================================== --- head/korean/nanumfonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumfonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../nanumfonts-otf FONTTYPE= ttf FONTFORMAT= TrueType +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/nhpf/Makefile ============================================================================== --- head/korean/nhpf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nhpf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/korean/php_doc/Makefile ============================================================================== --- head/korean/php_doc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/php_doc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,13 +1,10 @@ -# New ports collection makefile for: kr-php_doc -# Date created: Sun Nov 25 17:56:41 CET 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= korean lang PKGNAMEPREFIX= PHP_LANG= kr MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/qt4-codecs-kr/Makefile ============================================================================== --- head/korean/qt4-codecs-kr/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/qt4-codecs-kr/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= codecs @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/korean/scim-hangul/Makefile ============================================================================== --- head/korean/scim-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/scim-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -20,6 +20,7 @@ USES= pkgconfig OPTIONS_DEFINE= NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/scim-tables/Makefile ============================================================================== --- head/korean/scim-tables/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/scim-tables/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -17,6 +17,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USES= pkgconfig +NO_STAGE= yes .include post-install: Modified: head/korean/unfonts-core/Makefile ============================================================================== --- head/korean/unfonts-core/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unfonts-core/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: unfonts-core-ttf -# Date created: 27 September 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= unfonts @@ -45,6 +42,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/unfonts-extra/Makefile ============================================================================== --- head/korean/unfonts-extra/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unfonts-extra/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: unfonts-extra-ttf -# Date created: 27 September 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTVERSION= 1.0.1 @@ -21,4 +18,5 @@ FONTLIST= UnJamoBatang \ MASTERDIR= ${.CURDIR}/../unfonts-core +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/uniksc/Makefile ============================================================================== --- head/korean/uniksc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/uniksc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -16,4 +16,5 @@ PLIST_FILES= bin/uniksc include/uniksc.h CFLAGS+= "-fPIC" .endif +NO_STAGE= yes .include Modified: head/korean/unzip/Makefile ============================================================================== --- head/korean/unzip/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unzip/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# Ports collection makefile for: ko-unzip -# Date created: 21 May 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ CATEGORIES= korean archivers @@ -14,4 +11,5 @@ CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9 EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../archivers/unzip +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/xpdf/Makefile ============================================================================== --- head/korean/xpdf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/xpdf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -28,6 +28,7 @@ ADOBECMAPDIR= ${LOCALBASE}/share/fonts/a INSTALL_FILES= Adobe-Korea1.cidToUnicode ISO-2022-KR.unicodeMap \ README ../dot.xpdfrc +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/korean cd ${WRKSRC} && \