ports/184980: [patch] www/xombrero remove advertisement

Kenta S. kentas at hush.com
Thu Dec 19 01:40:01 UTC 2013


>Number:         184980
>Category:       ports
>Synopsis:       [patch] www/xombrero remove advertisement
>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 Dec 19 01:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kenta S.
>Release:        9.2-RELEASE
>Organization:
>Environment:
>Description:
The www/xombrero port includes an advertisement to a backup company.
I'm not interested in seeing their website when I use this program.
I replaced it with www.freebsd.org, but would prefer it was just blank.
>How-To-Repeat:

>Fix:
Apply patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 336862)
+++ Makefile	(working copy)
@@ -48,6 +48,9 @@
 		-e 's|# ssl_ca_file|ssl_ca_file|' \
 		-e 's|/etc/ssl/cert.pem|${LOCALBASE}/share/certs/ca-root-nss.crt|' \
 			unix.c xombrero.conf
+	@cd ${WRKSRC}; 	${REINPLACE_CMD} -e \
+		's|https://www.cyphertite.com|https://www.freebsd.org|g' \
+			xombrero.c xombrero.conf xombrero.h
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/xombrero ${STAGEDIR}${PREFIX}/bin/xombrero
 	${INSTALL_PROGRAM} ${WRKSRC}/freebsd/xombrero ${STAGEDIR}${PREFIX}/bin/xombrero-bin


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


More information about the freebsd-ports-bugs mailing list