Index: branches/2016Q1/www/mini_httpd/Makefile =================================================================== --- branches/2016Q1/www/mini_httpd/Makefile (revision 405214) +++ branches/2016Q1/www/mini_httpd/Makefile (revision 405215) @@ -1,37 +1,37 @@ # Created by: se # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/mini_httpd/ MAINTAINER= ports@FreeBSD.org COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6 LICENSE= BSD2CLAUSE USES= cpe CPE_VENDOR= acme MAKE_ARGS= SSL_TREE="${OPENSSLBASE}" USE_OPENSSL= yes post-patch: @${REINPLACE_CMD} -e 's/htpasswd/${PORTNAME}-htpasswd/g' ${WRKSRC}/htpasswd.1 @${REINPLACE_CMD} -e 's/\(htpasswd(1)\)/${PORTNAME}-\1/g' ${WRKSRC}/${PORTNAME}.8 @${REINPLACE_CMD} \ -e '/^CFLAGS =/s|=|= ${CFLAGS}|' \ -e '/^LDFLAGS =/s|=|= ${LDFLAGS}|' ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_PROGRAM} ${WRKSRC}/mini_httpd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/htpasswd ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}-htpasswd ${INSTALL_SCRIPT} ${WRKSRC}/scripts/500.mini_httpd-rotate ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd_wrapper ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd.sh ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/htpasswd.1 ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}-htpasswd.1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/mini_httpd.cnf ${STAGEDIR}${PREFIX}/etc/mini_httpd.cnf.sample .include Index: branches/2016Q1/www/mini_httpd/distinfo =================================================================== --- branches/2016Q1/www/mini_httpd/distinfo (revision 405214) +++ branches/2016Q1/www/mini_httpd/distinfo (revision 405215) @@ -1,2 +1,2 @@ -SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325 -SIZE (mini_httpd-1.22.tar.gz) = 43619 +SHA256 (mini_httpd-1.23.tar.gz) = bcc8c88392a4baeba5fa3ca8b924e9558c3dcb3018989b228d4f621acc8fffca +SIZE (mini_httpd-1.23.tar.gz) = 43322 Index: branches/2016Q1/www/mini_httpd/files/patch-Makefile =================================================================== --- branches/2016Q1/www/mini_httpd/files/patch-Makefile (revision 405214) +++ branches/2016Q1/www/mini_httpd/files/patch-Makefile (revision 405215) @@ -1,23 +1,25 @@ ---- Makefile.orig 2014-08-11 21:13:49.000000000 +0200 -+++ Makefile 2014-08-15 13:12:30.099236617 +0200 -@@ -15,16 +15,16 @@ +--- Makefile.orig 2014-10-19 06:33:43 UTC ++++ Makefile +@@ -15,17 +15,17 @@ CRYPT_LIB = -lcrypt # tree with your OpenSSL installation - depending on how you installed it, # it may be in /usr/local instead of /usr/local/ssl. #SSL_TREE = /usr/local/ssl -#SSL_DEFS = -DUSE_SSL -#SSL_INC = -I$(SSL_TREE)/include -#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto +SSL_DEFS = -DUSE_SSL +SSL_INC = -I$(SSL_TREE)/include +SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto BINDIR = /usr/local/sbin MANDIR = /usr/local/man CC = cc CDEFS = $(SSL_DEFS) $(SSL_INC) -CFLAGS = -O $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long -+CFLAGS = $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long - LDFLAGS = -s +-LDFLAGS = -s ++CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long ++LDFLAGS = -Wl,-rpath,/usr/local/lib -fstack-protector -s LDLIBS = $(CRYPT_LIB) $(SSL_LIBS) $(SYSV_LIBS) + all: mini_httpd htpasswd Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 405214) +++ branches/2016Q1 (revision 405215) Property changes on: branches/2016Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r405201