Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 01:34:06 GMT
From:      "Kenta S." <kentas@hush.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184980: [patch] www/xombrero remove advertisement
Message-ID:  <201312190134.rBJ1Y64S018643@oldred.freebsd.org>
Resent-Message-ID: <201312190140.rBJ1e0El018861@freefall.freebsd.org>

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

>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:



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