ports/110207: audio/gxmms2 build fails

Denis Eremenko <moonshade@pnhz.kz> moonshade at pnhz.kz
Mon Mar 12 05:40:03 UTC 2007


>Number:         110207
>Category:       ports
>Synopsis:       audio/gxmms2 build fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 12 05:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Denis Eremenko <moonshade at pnhz.kz>
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Sun Mar 11 10:24:29 ALMT 2007
    root at abyss.pnhz.kz:/usr/obj/data/os/FreeBSD/src/6/src/sys/ABYSS-6



>Description:


make fails to find some *.o


>How-To-Repeat:





>Fix:


Looks like audio/gxmms2's Makefile is gmake one.

Fix: USE_GMAKE or patch below

--- patch-Makefile-aa begins here ---
--- Makefile.orig	Mon Mar 12 11:25:50 2007
+++ Makefile	Mon Mar 12 11:26:29 2007
@@ -38,7 +38,7 @@
 clean:
 	rm -f $(OBJS) $(KRELLOBJS) core *.so* *.bak *~ gxmms2
 
-%.o: %.c
+.c.o:
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 install:
--- patch-Makefile-aa ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list