From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 11 05:10:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D04E216A4CF for ; Wed, 11 Aug 2004 05:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A421343D5D for ; Wed, 11 Aug 2004 05:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7B5AWNv033345 for ; Wed, 11 Aug 2004 05:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7B5AWVE033344; Wed, 11 Aug 2004 05:10:32 GMT (envelope-from gnats) Resent-Date: Wed, 11 Aug 2004 05:10:32 GMT Resent-Message-Id: <200408110510.i7B5AWVE033344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Chvostek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62EE16A4CE for ; Wed, 11 Aug 2004 05:07:34 +0000 (GMT) Received: from kanar.it.ca (rogue.playpal.ca [205.233.216.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2D243D41 for ; Wed, 11 Aug 2004 05:07:34 +0000 (GMT) (envelope-from paul@kanar.it.ca) Received: from kanar.it.ca (localhost.it.ca [127.0.0.1]) by kanar.it.ca (8.12.10/8.12.9) with ESMTP id i7B57XMY058051; Wed, 11 Aug 2004 01:07:33 -0400 (EDT) (envelope-from paul@kanar.it.ca) Received: (from paul@localhost) by kanar.it.ca (8.12.10/8.12.9/Submit) id i7B57X3U058050; Wed, 11 Aug 2004 01:07:33 -0400 (EDT) Message-Id: <200408110507.i7B57X3U058050@kanar.it.ca> Date: Wed, 11 Aug 2004 01:07:33 -0400 (EDT) From: Paul Chvostek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Paul Chvostek cc: freebsd@jdc.parodius.com Subject: ports/70286: [update] www/suphp: Makefile error - can't compile object files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Chvostek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 05:10:33 -0000 >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@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: