From owner-freebsd-ports Sun Jul 7 14:20: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E5537B400; Sun, 7 Jul 2002 14:19:57 -0700 (PDT) Received: from devil.stderror.at (chello212186175010.4.14.vie.surfer.at [212.186.175.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF1F43E42; Sun, 7 Jul 2002 14:19:56 -0700 (PDT) (envelope-from pinhead@stderror.at) Received: by devil.stderror.at (Postfix, from userid 1000) id B64E015620; Sun, 7 Jul 2002 23:30:25 +0000 (GMT) Date: Sun, 7 Jul 2002 23:30:25 +0000 From: Toni Schmidbauer To: Georg Wagner Cc: dirk@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: lyx-1.1.6.4 Message-ID: <20020707233025.GB53627@devil.stderror.at> Reply-To: toni@stderror.at References: <3D28624D.7060504@datacomm.ch> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="R+My9LyyhiUvIEro" Content-Disposition: inline In-Reply-To: <3D28624D.7060504@datacomm.ch> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --R+My9LyyhiUvIEro Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 07, 2002 at 05:46:21PM +0200, Georg Wagner wrote: > Do you know whether somebody is already working on a port of the new lyx= =20 > 1.2? hi, i am currently trying to get lyx 1.2.0 into the ports-system. this is my first try to create a port... lyx 1.2.0 compiles out of the box, my only problem is the Makefile in /usr/ports/print/lyx. but i think this is because its my first try :-) the problem is in work/lyx-1.2.0/lib/reLyX/Makefile. when i try a=20 "make package PREFIX=3D/var/tmp/lyx" INSTALL is set to "../../" which=20 is _wrong_. HAS_CONFIGURE is set, and in bsd.port.mk INSTALL _should_ be set to "/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}". but this doesn't work. find attached my /usr/port/print/lyx/Makefile. the patches from the old port aren't necessary.=20 any help would be appreciated. greetings toni --=20 Toni Schmidbauer "es gibt 2 dinge die sind unendlich - das universum und die menschliche dummheit. beim universum bin ich mir noch nicht ganz sicher." - a. einstein --R+My9LyyhiUvIEro Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # New ports collection makefile for: lyx # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm # # $FreeBSD: ports/print/lyx/Makefile,v 1.61 2002/07/04 09:31:36 mikeh Exp $ # PORTNAME= lyx PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ DISTNAME= lyx-1.2.0 MAINTAINER= dirk@FreeBSD.org BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif LIB_DEPENDS= forms:${PORTSDIR}/x11-toolkits/xforms \ #USE_XPM= yes #USE_PERL5= yes #GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOCONF= yes USE_XPM= yes USE_NEWGCC= yes USE_PERL5= yes USE_LIBTOOL= yes MAN1= lyx.1 reLyX.1 .if !defined(WITH_ISPELL) pre-fetch: @${ECHO_MSG} "If you want this port built with spell checker support, use" @${ECHO_MSG} "make WITH_ISPELL=yes" .endif post-install: strip ${PREFIX}/bin/lyx .include --R+My9LyyhiUvIEro-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message