Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 23:30:25 +0000
From:      Toni Schmidbauer <toni@stderror.at>
To:        Georg Wagner <g.wagner@datacomm.ch>
Cc:        dirk@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: lyx-1.1.6.4
Message-ID:  <20020707233025.GB53627@devil.stderror.at>
In-Reply-To: <3D28624D.7060504@datacomm.ch>
References:  <3D28624D.7060504@datacomm.ch>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <toni@stderror.at>
"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 <andreas@klemm.gtn.com>
#
# $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 <bsd.port.mk>

--R+My9LyyhiUvIEro--

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?20020707233025.GB53627>