From owner-svn-ports-all@FreeBSD.ORG Thu May 8 10:56:18 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 7F4704CF; Thu, 8 May 2014 10:56:18 +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 60707D8C; Thu, 8 May 2014 10:56:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48AuIOG051053; Thu, 8 May 2014 10:56:18 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48AuIVY051051; Thu, 8 May 2014 10:56:18 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201405081056.s48AuIVY051051@svn.freebsd.org> From: Pawel Pekala Date: Thu, 8 May 2014 10:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353287 - head/editors/thoteditor 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: Thu, 08 May 2014 10:56:18 -0000 Author: pawel Date: Thu May 8 10:56:17 2014 New Revision: 353287 URL: http://svnweb.freebsd.org/changeset/ports/353287 QAT: https://qat.redports.org/buildarchive/r353287/ Log: Complete previous commit, missed some files Modified: head/editors/thoteditor/Makefile head/editors/thoteditor/pkg-plist Modified: head/editors/thoteditor/Makefile ============================================================================== --- head/editors/thoteditor/Makefile Thu May 8 10:54:32 2014 (r353286) +++ head/editors/thoteditor/Makefile Thu May 8 10:56:17 2014 (r353287) @@ -17,32 +17,35 @@ THOT_SUBDIR= Target USES= gmake motif WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya --disable-java --disable-intr --disable-jit --disable-math --disable-ilu +CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya \ + --disable-java --disable-intr --disable-jit --disable-math \ + --disable-ilu ALL_TARGET= all schemas +SUB_FILES= thoteditor MAKE_JOBS_UNSAFE= yes -MAN1= cextract.1 -MAN5= cextrc.5 -NO_STAGE= yes -.include +post-extract: + @${MKDIR} ${WRKSRC} + +post-patch: + @${REINPLACE_CMD} 's|-g -O|${CFLAGS}|' \ + ${WRKDIR}/Thot/configure + @${REINPLACE_CMD} 's|%%MOTIFLIB%%|${MOTIFLIB}|' \ + ${WRKDIR}/Thot/thot/Makefile.in + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ + ${WRKDIR}/Thot/thotlib/base/registry.c + @${REINPLACE_CMD} 's|/usr/wsrc/|/usr/tmp/|' \ + ${WRKDIR}/Thot/thotlib/include/sysdep.h do-configure: - $(CP) $(WRKSRC)/../thot/Makefile.in $(WRKSRC)/../thot/Makefile.in.patched - $(SED) -e "s&%%MOTIFLIB%%&$(MOTIFLIB)&" <$(WRKSRC)/../thot/Makefile.in.patched >$(WRKSRC)/../thot/Makefile.in (cd $(WRKSRC);../configure $(CONFIGURE_ARGS)) -post-configure: - $(CP) $(WRKSRC)/../thotlib/base/registry.c $(WRKSRC)/../thotlib/base/registry.c.orig - $(SED) -e "s&%%PREFIX%%&$(PREFIX)&" <$(WRKSRC)/../thotlib/base/registry.c.orig >$(WRKSRC)/../thotlib/base/registry.c - -post-extract: - (cd $(WRKDIR)/Thot;$(MKDIR) $(THOT_SUBDIR)) - post-install: - ${MKDIR} ${PREFIX}/share/thot/doc - $(SED) -e "s&%%PREFIX%%&$(PREFIX)&" < $(FILESDIR)/thoteditor > $(WRKDIR)/thoteditor - $(INSTALL_SCRIPT) $(WRKDIR)/thoteditor $(PREFIX)/bin - $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextrc.5 $(PREFIX)/man/man5 - $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.man $(PREFIX)/man/man1/cextract.1 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/thot/doc + ${INSTALL_SCRIPT} ${WRKDIR}/thoteditor ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextract.man \ + ${STAGEDIR}${PREFIX}/man/man1/cextract.1 + ${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextrc.5 \ + ${STAGEDIR}${PREFIX}/man/man5 -.include +.include Modified: head/editors/thoteditor/pkg-plist ============================================================================== --- head/editors/thoteditor/pkg-plist Thu May 8 10:54:32 2014 (r353286) +++ head/editors/thoteditor/pkg-plist Thu May 8 10:56:17 2014 (r353287) @@ -8,6 +8,8 @@ bin/print bin/prs bin/thot bin/thoteditor +man/man1/cextract.1.gz +man/man5/cextrc.5.gz share/thot/batch/APP.GRM share/thot/batch/PRESEN.GRM share/thot/batch/STRUCT.GRM