Date: Thu, 25 Jul 2002 05:04:26 +0200 (CEST) From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nik@FreeBSD.org Subject: ports/40964: New port: textproc/docproj-jadetex & textproc/docproj-nojadetex Message-ID: <200207250304.g6P34Qkl058606@gits.gits.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 40964 >Category: ports >Synopsis: New port: textproc/docproj-jadetex & textproc/docproj-nojadetex >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 24 20:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.6-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #17: Tue Jul 23 08:29:49 CEST 2002 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386 >Description: The docproj binary package cannot be build because it's interactive unless JADETEX is defined. these sub-ports resolve the problem by defining JADETEX which enable both version (w/ or /wo jadetex) to be put on the CD-ROM #3 :) >How-To-Repeat: cd /usr/ports/textproc/docproj make install >Fix: take care, there is two (2) shell archives. one for docproj-jadetex and one for docproj-nojadetex. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # textproc/docproj-jadetex # textproc/docproj-jadetex/Makefile # echo c - textproc/docproj-jadetex mkdir -p textproc/docproj-jadetex > /dev/null 2>&1 echo x - textproc/docproj-jadetex/Makefile sed 's/^X//' >textproc/docproj-jadetex/Makefile << 'END-of-textproc/docproj-jadetex/Makefile' X# New ports collection makefile for: docproj-jadetex X# Date created: 25 July 2002 X# Whom: Cyrille Lefevre <cyrille.lefevre@laposte.net> X# X# $FreeBSD$ X# X XPKGNAMESUFFIX= -jadetex XJADETEX= yes X XMAINTAINER= cyrille.lefevre@laposte.net X XMASTERDIR= ${.CURDIR}/../docproj X X.include "${MASTERDIR}/Makefile" END-of-textproc/docproj-jadetex/Makefile exit # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # textproc/docproj-nojadetex # textproc/docproj-nojadetex/Makefile # echo c - textproc/docproj-nojadetex mkdir -p textproc/docproj-nojadetex > /dev/null 2>&1 echo x - textproc/docproj-nojadetex/Makefile sed 's/^X//' >textproc/docproj-nojadetex/Makefile << 'END-of-textproc/docproj-nojadetex/Makefile' X# New ports collection makefile for: docproj-nojadetex X# Date created: 25 July 2002 X# Whom: Cyrille Lefevre <cyrille.lefevre@laposte.net> X# X# $FreeBSD$ X# X XPKGNAMESUFFIX= -nojadetex XJADETEX= no X XMAINTAINER= cyrille.lefevre@laposte.net X XMASTERDIR= ${.CURDIR}/../docproj X X.include "${MASTERDIR}/Makefile" END-of-textproc/docproj-nojadetex/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207250304.g6P34Qkl058606>