Bug 58711 - www/apache2 build fail
Summary: www/apache2 build fail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 08:50 UTC by yusmat
Modified: 2003-10-30 09:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yusmat 2003-10-30 08:50:14 UTC
	
melchior@/usr/ports/www/apache2# make

  To see all available knobs, type make show-options

===>  Extracting for apache-2.0.48

Fix: Apply this patch.




post-extract:
-       @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
+       @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif

 post-patch:
        @cd ${WRKSRC}/docs/docroot && \--GLYWgtxKwDjTSIyI3Tu83dmM1LkrgDpRzH6Ot8j86VRWIhZg
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- www/apache2/Makefile.orig       Thu Oct 30 11:04:28 2003
+++ www/apache2/Makefile    Thu Oct 30 17:24:34 2003
@@ -192,7 +192,7 @@
        @${ECHO_MSG}    ""
How-To-Repeat: 	
cd /usr/ports/www/apache2
make
Comment 1 Clement Laforet 2003-10-30 09:15:00 UTC
> --- www/apache2/Makefile.orig       Thu Oct 30 11:04:28 2003
> +++ www/apache2/Makefile    Thu Oct 30 17:24:34 2003
> @@ -192,7 +192,7 @@
>         @${ECHO_MSG}    ""
> 
>  post-extract:
> -       @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
> +       @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
> 
>  post-patch:
>         @cd ${WRKSRC}/docs/docroot && \
> 

Trevor forgot to add my follow-up patch :-)
Can a committer apply this patch please ?

regards,
clem
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2003-10-30 09:37:43 UTC
State Changed
From-To: open->closed

Fixed.