Freevo

Andrew Thompson andy at fud.org.nz
Wed Jun 18 11:33:41 PDT 2003


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 {} \;



More information about the freebsd-ports mailing list