update to 3.1

This commit is contained in:
form 1998-11-10 05:06:35 +00:00
parent e6fb48740e
commit 7c4ea1f82d
3 changed files with 4 additions and 25 deletions

View File

@ -3,11 +3,11 @@
# Date created: 11 Aug 1998
# Whom: Oleg Safiullin <form@OpenBSD.ORG>
#
# $OpenBSD: Makefile,v 1.2 1998/10/20 08:39:49 form Exp $
# $OpenBSD: Makefile,v 1.3 1998/11/10 05:06:35 form Exp $
#
DISTNAME= analog3.0
PKGNAME= analog-3.0
DISTNAME= analog3.1
PKGNAME= analog-3.1
CATEGORIES= www
MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \
http://www.lightside.net/analog/ \

View File

@ -1 +1 @@
MD5 (analog3.0.tar.gz) = 871fce16c7029ffac42c77b645bb489c
MD5 (analog3.1.tar.gz) = 151b1cb561f3a7bb4089de5ea61948a0

View File

@ -1,21 +0,0 @@
*** anlgform.c.orig Tue Aug 11 15:44:56 1998
--- anlgform.c Tue Aug 11 15:45:21 1998
***************
*** 1,7 ****
/* anlgform.c 3.0 -- a cgi front end for analog */
/* You must uncomment the next line, and put where the analog executable is */
! /* #define ANALOG "/usr/local/etc/httpd/analog/analog" */
#include <string.h>
#include <ctype.h>
--- 1,9 ----
/* anlgform.c 3.0 -- a cgi front end for analog */
/* You must uncomment the next line, and put where the analog executable is */
! #ifndef ANALOG
! #define ANALOG "/usr/local/bin/analog"
! #endif
#include <string.h>
#include <ctype.h>