forked from Lainports/freebsd-ports
- Update to 1.12
- Unbreak PR: ports/77632 Submitted by: Johan van Selst <johans@stack.nl>
This commit is contained in:
parent
61f47b838c
commit
7bc45a6b4c
5 changed files with 46 additions and 23 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= prayer
|
||||
PORTVERSION= 1.0.10
|
||||
PORTVERSION= 1.0.12
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/
|
||||
# ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/prayer-1.0.8.tar.gz
|
||||
|
|
@ -16,18 +16,16 @@ COMMENT= Prayer Webmail System
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libc-client4.a:${PORTSDIR}/mail/cclient
|
||||
.if !defined(PRAYER_WITHOUT_SESSION_CACHE)
|
||||
LIB_DEPENDS+= ${BERKLEYDB_LIB}:${PORTSDIR}/${BERKLEYDB_PORT}
|
||||
LIB_DEPENDS+= ${BERKELEYDB_LIB}:${PORTSDIR}/${BERKELEYDB_PORT}
|
||||
.endif
|
||||
|
||||
BROKEN= Does not fetch
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
MAKE_ENV+= PORTCFLAGS="${CFLAGS}"
|
||||
BERKLEYDB_PORT?= databases/db3
|
||||
BERKLEYDB_LIB?= db3.3
|
||||
BERKELEYDB_PORT?= databases/db42
|
||||
BERKELEYDB_LIB?= db-4.2
|
||||
|
||||
DOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \
|
||||
INSTALL LOGS NOTICE README ROADMAP SECURITY TODO URL_OPTIONS
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (prayer-1.0.10.tar.gz) = a78f802a8ac365a993645fa923f14cb3
|
||||
SIZE (prayer-1.0.10.tar.gz) = 525342
|
||||
MD5 (prayer-1.0.12.tar.gz) = e2bb8fb3ccc54ab1719896bb4cc226db
|
||||
SIZE (prayer-1.0.12.tar.gz) = 544239
|
||||
|
|
|
|||
|
|
@ -1,15 +1,6 @@
|
|||
--- Config.orig Thu May 29 11:49:38 2003
|
||||
+++ Config Tue Jan 6 10:20:40 2004
|
||||
@@ -8,7 +8,7 @@
|
||||
# Conventional Configure file.
|
||||
|
||||
SSL_ENABLE = true # SSL requires OpenSSL
|
||||
-SESSION_CACHE_ENABLE = true # SSL session cache Requires Berkeley DB 3 or 4
|
||||
+SESSION_CACHE_ENABLE = false # SSL session cache Requires Berkeley DB 3 or 4
|
||||
GZIP_ENABLE = true # Enable on the fly compression of pages
|
||||
FENCE_ENABLE = false # Use Electric Fence to catch malloc problems
|
||||
DIRECT_ENABLE = false # Experimental. Leave this switched off...
|
||||
@@ -26,7 +26,7 @@
|
||||
--- Config.orig Thu Feb 17 12:18:46 2005
|
||||
+++ Config Thu Feb 17 12:23:25 2005
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
############################################################################
|
||||
# Location of compiler
|
||||
|
|
@ -18,7 +9,7 @@
|
|||
# Location of make program (GNU make required)
|
||||
MAKE = gmake
|
||||
# Location of install program (GNU install or compatible required)
|
||||
@@ -35,7 +35,8 @@
|
||||
@@ -36,7 +36,8 @@
|
||||
# Base Compiler options for GCC.
|
||||
#BASECFLAGS = -Wall -g
|
||||
#BASELDFLAGS = -g
|
||||
|
|
@ -28,7 +19,7 @@
|
|||
BASELDFLAGS = -g -O2
|
||||
BASE_LIBS = -lcrypt
|
||||
|
||||
@@ -56,9 +57,9 @@
|
||||
@@ -57,9 +58,9 @@
|
||||
# which points to ../../imap/c-client. This just reduces the amount of
|
||||
# noise output on each line when building the package.
|
||||
#
|
||||
|
|
@ -41,7 +32,7 @@
|
|||
CCLIENT_SSL_ENABLE = true
|
||||
|
||||
#
|
||||
@@ -78,12 +79,14 @@
|
||||
@@ -79,12 +80,14 @@
|
||||
# Following works with the mail/cclient port from FreeBSD
|
||||
#
|
||||
#CCLIENT_INCLUDE = -I/usr/local/include/c-client
|
||||
|
|
@ -57,3 +48,20 @@
|
|||
#CCLIENT_KERB_ENABLE = true
|
||||
|
||||
############################################################################
|
||||
@@ -123,12 +126,12 @@
|
||||
# DB definitions (required if SESSION_CACHE_ENABLE set)
|
||||
#
|
||||
# Following suitable for Redhat Linux which has DB 3 preinstalled
|
||||
-DB_INCLUDE=
|
||||
-DB_LIBS=-ldb
|
||||
+#DB_INCLUDE=
|
||||
+#DB_LIBS=-ldb
|
||||
|
||||
# Following suitable for FreeBSD with DB 4 package installed
|
||||
-#DB_INCLUDE=-I/usr/local/include/db4
|
||||
-#DB_LIBS=-L/usr/local/lib -ldb4
|
||||
+DB_INCLUDE=-I/usr/local/include/db42
|
||||
+DB_LIBS=-L/usr/local/lib -ldb-4.2
|
||||
|
||||
############################################################################
|
||||
|
||||
|
|
|
|||
16
mail/prayer/files/patch-prayer-mydb.c
Normal file
16
mail/prayer/files/patch-prayer-mydb.c
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- prayer/mydb.c.orig Thu Feb 17 23:09:40 2005
|
||||
+++ prayer/mydb.c Thu Feb 17 23:06:11 2005
|
||||
@@ -49,12 +49,12 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <netdb.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <syslog.h>
|
||||
-#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
@ -98,6 +98,7 @@ prayer/etc/welcome.html
|
|||
prayer/sbin/prayer
|
||||
prayer/sbin/prayer-session
|
||||
prayer/sbin/prayer-ssl-prune
|
||||
prayer/sbin/prayer-sem-prune
|
||||
prayer/sbin/prayer-cyclog
|
||||
@dirrm prayer/help/CVS
|
||||
@dirrm prayer/help/compose/CVS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue