[Bug 206490] www/obhttpd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 22 11:43:46 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206490

            Bug ID: 206490
           Summary: www/obhttpd
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: s.adaszewski at gmail.com
                CC: koue at chaosophia.net
                CC: koue at chaosophia.net
             Flags: maintainer-feedback?(koue at chaosophia.net)

Added option URL_REWRITE which allows to build the port with URL rewriting
support as implemented here: https://github.com/sadaszewski/httpd and discussed
here: https://groups.google.com/forum/#!topic/mailing.openbsd.tech/-Jbyrb5842E

--- Makefile    2015-12-14 18:16:54.000000000 +0100
+++ /tmp/Makefile.new   2016-01-22 12:34:18.015568000 +0100
@@ -11,9 +11,18 @@

 WRKSRC=               
${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/src/usr.sbin/${GH_PROJECT}

+OPTIONS_DEFINE= URL_REWRITE
+
 USE_GITHUB=    yes
+.if defined(PACKAGE_BUILDING)
+GH_ACCOUNT=    koue sadaszewski:sadaszewski
+GH_PROJECT=     httpd httpd:sadaszewski
+.else
 GH_ACCOUNT=    koue
+URL_REWRITE_GH_ACCOUNT= sadaszewski
 GH_PROJECT=    httpd
+.endif
+

 USE_OPENSSL=   yes
 USE_RC_SUBR=   obhttpd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list