ports/70286: [update] www/suphp: Makefile error - can't compile object files

Paul Chvostek paul+fbsd at it.ca
Wed Aug 11 05:10:33 UTC 2004


>Number:         70286
>Category:       ports
>Synopsis:       [update] www/suphp: Makefile error - can't compile object files
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 05:10:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Paul Chvostek
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD kanar.it.ca 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #3: Thu Apr 15 18:58:14 EDT 2004 paul at kanar.it.ca:/usr/obj/usr/src/sys/kanar i386

>Description:
 This port probably wasn't test-compiled before its last commit.  It sure
 works alot better when you compile the .c files instead of the .o files.

 Note that ports/69662 is still pending.  Applying this patch before
 69662 will require further updates to 69662, but since the older patch
 needs updating anyway, this will at least get the port functional until
 the maintainer has a chance to clean everything else up.

>How-To-Repeat:
	n/a
>Fix:

diff -ruN /usr/ports/www/suphp/Makefile ./Makefile
--- /usr/ports/www/suphp/Makefile	Wed Aug  4 15:53:59 2004
+++ ./Makefile	Wed Aug 11 00:47:41 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	suphp
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.suphp.org/download/
 
diff -ruN /usr/ports/www/suphp/files/patch-src::Makefile.in ./files/patch-src::Makefile.in
--- /usr/ports/www/suphp/files/patch-src::Makefile.in	Sat Jul 17 17:19:54 2004
+++ ./files/patch-src::Makefile.in	Wed Aug 11 00:46:17 2004
@@ -13,7 +13,7 @@
 -	$(CC) $(LDFLAGS) $(DEFS) -o suphp \
 -	 suphp.o filesystem.o check.o error.o log.o compat.o
 +suphp: ${OBJS}
-+	$(CC) $(LDFLAGS) $(DEFS) -o suphp ${OBJS}
++	$(CC) $(LDFLAGS) $(DEFS) -o suphp ${SRCS}
  
  suphp.mod:
  	@if test "$(APXS)" != "/notfound/"; then \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list