ports/171386: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl"
Hung-te Liang
lhd at cs.nctu.edu.tw
Thu Sep 6 17:40:03 UTC 2012
>Number: 171386
>Category: ports
>Synopsis: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl"
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 06 17:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Hung-te Liang
>Release: FreeBSD 8.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
Remove the unnecessary argument in last change.
Port maintainer (dinoex at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- vsftpd-ssl-3.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/vsftpd/Makefile ./Makefile
--- /usr/ports/ftp/vsftpd/Makefile 2012-09-06 22:29:59.000000000 +0800
+++ ./Makefile 2012-09-07 01:01:55.000000000 +0800
@@ -72,7 +72,7 @@
-e "s|^CC = gcc|CC = ${CC}|" \
-e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \
-e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \
- -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \
+ -e "s|-Wl,-s|${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh
@${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \
--- vsftpd-ssl-3.0.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list