Date: Fri, 22 Jan 2016 11:43:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206490] www/obhttpd Message-ID: <bug-206490-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206490 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@FreeBSD.org Reporter: s.adaszewski@gmail.com CC: koue@chaosophia.net CC: koue@chaosophia.net Flags: maintainer-feedback?(koue@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 discu= ssed here: https://groups.google.com/forum/#!topic/mailing.openbsd.tech/-Jbyrb58= 42E --- 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=3D=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/src/usr.sbin/${GH_PROJECT} +OPTIONS_DEFINE=3D URL_REWRITE + USE_GITHUB=3D yes +.if defined(PACKAGE_BUILDING) +GH_ACCOUNT=3D koue sadaszewski:sadaszewski +GH_PROJECT=3D httpd httpd:sadaszewski +.else GH_ACCOUNT=3D koue +URL_REWRITE_GH_ACCOUNT=3D sadaszewski GH_PROJECT=3D httpd +.endif + USE_OPENSSL=3D yes USE_RC_SUBR=3D obhttpd --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206490-13>