ports/66325: [patch] Update www/mathopd to 1.5p3
Simon L. Nielsen
simon at FreeBSD.org
Thu May 6 10:50:18 UTC 2004
>Number: 66325
>Category: ports
>Synopsis: [patch] Update www/mathopd to 1.5p3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu May 06 03:50:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Simon L. Nielsen
>Release: FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD eddie.nitro.dk 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Mar 19 01:06:59 CET 2004 simon at eddie.nitro.dk:/FreeBSD/obj/FreeBSD/5-RELEASE/sys/GENERIC i386
>Description:
Update of www/mathopd to version 1.5p3, which is the latest "stable" version.
The update has been build tested on FreeBSD 4.9 and 5.2.1.
>How-To-Repeat:
>Fix:
--- mathopd-1.5p3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mathopd/Makefile,v
retrieving revision 1.14
diff -u -d -r1.14 Makefile
--- Makefile 5 Dec 2003 00:02:41 -0000 1.14
+++ Makefile 6 May 2004 10:13:23 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= mathopd
-PORTVERSION= 1.4p2
+PORTVERSION= 1.5p3
CATEGORIES= www
MASTER_SITES= http://www.mathopd.org/dist/ \
http://www.tobez.org/download/port-mirrors/www/mathopd/
@@ -14,7 +14,7 @@
MAINTAINER= tobez at FreeBSD.org
COMMENT= A very small, yet very fast HTTP server
-DOCS= CHANGES cgi.txt config.txt processing.txt running.txt sample.cfg syntax.txt
+DOCS= CHANGES cgi.txt config.txt running.txt sample.cfg syntax.txt
post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/sample.cfg ${PREFIX}/etc/mathopd.conf.sample
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mathopd/distinfo,v
retrieving revision 1.8
diff -u -d -r1.8 distinfo
--- distinfo 31 Mar 2004 03:12:13 -0000 1.8
+++ distinfo 6 May 2004 10:09:04 -0000
@@ -1,2 +1,2 @@
-MD5 (mathopd-1.4p2.tar.gz) = 6d319309636e0f5a0149a2599546a18f
-SIZE (mathopd-1.4p2.tar.gz) = 43883
+MD5 (mathopd-1.5p3.tar.gz) = 6e0fea187134cb52509c2f98a8644d11
+SIZE (mathopd-1.5p3.tar.gz) = 58549
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/mathopd/pkg-plist,v
retrieving revision 1.2
diff -u -d -r1.2 pkg-plist
--- pkg-plist 5 Dec 2003 00:02:41 -0000 1.2
+++ pkg-plist 6 May 2004 10:24:36 -0000
@@ -6,7 +6,6 @@
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/cgi.txt
%%PORTDOCS%%%%DOCSDIR%%/config.txt
-%%PORTDOCS%%%%DOCSDIR%%/processing.txt
%%PORTDOCS%%%%DOCSDIR%%/running.txt
%%PORTDOCS%%%%DOCSDIR%%/sample.cfg
%%PORTDOCS%%%%DOCSDIR%%/syntax.txt
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/www/mathopd/files/patch-aa,v
retrieving revision 1.3
diff -u -d -r1.3 patch-aa
--- files/patch-aa 5 Dec 2003 00:02:41 -0000 1.3
+++ files/patch-aa 6 May 2004 10:17:48 -0000
@@ -1,6 +1,6 @@
---- src/Makefile.orig Fri Dec 5 00:20:58 2003
-+++ src/Makefile Fri Dec 5 00:23:13 2003
-@@ -1,38 +1,8 @@
+--- src/Makefile.orig Sun Dec 14 20:37:51 2003
++++ src/Makefile Thu May 6 12:16:48 2004
+@@ -1,49 +1,8 @@
-BIN = mathopd
-CC = gcc
-CFLAGS = -O -Wall
@@ -11,7 +11,7 @@
-SBINDIR = $(PREFIX)/sbin
+PROG= mathopd
+SRCS= base64.c cgi.c config.c core.c dump.c imap.c log.c \
-+ main.c redirect.c request.c util.c
++ main.c redirect.c request.c util.c stub.c
+BINDIR?=${PREFIX}/sbin
+NOMAN= yes
+LDADD= -lcrypt
@@ -24,7 +24,7 @@
-# CPPFLAGS = -DHAVE_CRYPT_H
-
-OBJS = base64.o cgi.o config.o core.o dump.o imap.o log.o main.o \
-- redirect.o request.o util.o
+- redirect.o request.o util.o stub.o
-DEPENDS = mathopd.h Makefile
-
-# Uncomment the following if your system does not support the poll() function
@@ -33,6 +33,17 @@
-
-# Uncomment the following if your system does not have the socklen_t type
-# CPPFLAGS += -DNEED_SOCKLEN_T
+-
+-# Unomment the following if your system has a working vfork() function
+-# CPPFLAGS += -DHAVE_VFORK
+-
+-# Currently, sendfile support is available in two flavours: Linux and FreeBSD
+-# Uncomment one of the following two to enable sendfile() support
+-# CPPFLAGS += -DLINUX_SENDFILE
+-# CPPFLAGS += -DFREEBSD_SENDFILE
+-# If you define any of the SENDFILE conditionals, make sure to uncomment
+-# the next line as well.
+-# OBJS += sendfile.o
-
-all: $(BIN)
-install: $(BIN)
--- mathopd-1.5p3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list