From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 11:33:41 2003 Return-Path: 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 60A3737B401 for ; Wed, 18 Jun 2003 11:33:41 -0700 (PDT) Received: from smtp-3.paradise.net.nz (smtp-3b.paradise.net.nz [202.0.32.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DC843F3F for ; Wed, 18 Jun 2003 11:33:40 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: from [192.168.10.254] (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id 32830AE67D; Thu, 19 Jun 2003 06:33:39 +1200 (NZST) From: Andrew Thompson To: CARTER Anthony In-Reply-To: <200306181416.54588.a.carter@intrasoft.lu> References: <200306181416.54588.a.carter@intrasoft.lu> Content-Type: text/plain Message-Id: <1055961569.45819.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 19 Jun 2003 06:39:30 +1200 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 18:33:41 -0000 On Thu, 2003-06-19 at 00:16, CARTER Anthony wrote: > Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you > can download work with FreeBSD... I managed to get it working with this patch, the fbcon subdir contains linux-only programs that are not needed. --- Makefile.orig Thu Jun 19 06:33:32 2003 +++ Makefile Thu Jun 19 06:34:24 2003 @@ -69,7 +69,6 @@ -L/usr/X11R6/lib64 -lX11 XINC = -I/usr/X11R6/include -I/usr/X11/include -I/usr/openwin/include -SUBDIRS = fbcon OPTIMIZE = 0 PREFIX = /usr/local/freevo @@ -77,7 +76,7 @@ CACHEDIR = /var/cache/freevo -.PHONY: all subdirs x11 osd_x1 $(SUBDIRS) clean realclean release install +.PHONY: all subdirs x11 osd_x1 clean realclean release install all: subdirs runapp freevo_xwin @@ -90,11 +89,6 @@ freevo_xwin: freevo_xwin.c $(CC) $(CFLAGS) -o freevo_xwin freevo_xwin.c $(XINC) $(XLIBS) - -subdirs: $(SUBDIRS) - -$(SUBDIRS): - $(MAKE) -C $@ clean: find . -name "*.pyo" -exec rm {} \;