Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145961562
D28217.id83868.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28217.id83868.diff
View Options
Index: www/apache24/Makefile
===================================================================
--- www/apache24/Makefile
+++ www/apache24/Makefile
@@ -2,7 +2,7 @@
PORTNAME= apache24
PORTVERSION= 2.4.46
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
@@ -173,6 +173,7 @@
CONFIGURE_ARGS+= --enable-maintainer-mode
WITH_EXCEPTION_HOOK= yes
.else
+CONFIGURE_ENV+= INSTALL_PROG_FLAGS="-s"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-server_buildmark.c
.endif
.if defined(WITH_EXCEPTION_HOOK)
@@ -220,12 +221,10 @@
post-install:
@${MKDIR} ${ETC_SUBDIRS:S|^|${STAGEDIR}${ETCDIR}/|}
${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/
-# place for 3rd party module configuration
${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}${ETCDIR}/modules.d/
-# strip returns an error for non binary files, but we have a big mix
- -${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* 2>/dev/null
- -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
-${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/apache24/mod_*.so
+ # Remove files left behind by strip
+ ${RM} ${STAGEDIR}${DATADIR}/build/ecp.???????? 2>/dev/null
post-install-LOG_FORENSIC-on:
${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 1:55 PM (8 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29032018
Default Alt Text
D28217.id83868.diff (1 KB)
Attached To
Mode
D28217: www/apache24: resolve plist error and strip issue, pet poudriere warnings
Attached
Detach File
Event Timeline
Log In to Comment