Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2006 00:45:07 GMT
From:      Ryan Wehler <mindflux98@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/102411: twhttpd source package changed distdir, this went unnoticed on last update
Message-ID:  <200608230045.k7N0j7d3001635@www.freebsd.org>
Resent-Message-ID: <200608230050.k7N0oHIr037774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102411
>Category:       ports
>Synopsis:       twhttpd source package changed distdir, this went unnoticed on last update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 00:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Wehler
>Release:        6.1-RELEASE
>Organization:
>Environment:
FreeBSD switch.ma.dl.cox.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Source maintainer changed package to extract to dir other than 'twhttpd'.  Appended WRKSRC variable to Makefile to correct the build problem.

Many apologies for last committ without noticing.

>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/www/twhttpd/Makefile twhttpd/Makefile
--- /usr/ports/www/twhttpd/Makefile     Tue Aug 22 19:40:06 2006
+++ twhttpd/Makefile    Tue Aug 22 19:39:17 2006
@@ -14,14 +14,13 @@
 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       Secure HTTP Proxy

-BROKEN=                Unfetchable
-
 USE_GMAKE=     yes
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= LIBS="-lmd"

 SUB_FILES=     pkg-message
 SUB_LIST=      PREFIX=${PREFIX}
+WRKSRC=                ${WRKDIR}/twhttpd-1.01

 post-patch:
        @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608230045.k7N0j7d3001635>