aboutsummaryrefslogtreecommitdiff
path: root/mail/ecartis/files
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 20:06:21 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 20:06:21 +0000
commit599fe3313c538b0b280563e51ea6734de042ee5e (patch)
tree67b9e686d9e78bd1a9756401c22712a53c9077d2 /mail/ecartis/files
parent58b19967499d586b4c610ba956f7a5364040f4c2 (diff)
downloadports-599fe3313c538b0b280563e51ea6734de042ee5e.tar.gz
ports-599fe3313c538b0b280563e51ea6734de042ee5e.zip
mail/ecartis: support stage
- Add UID/GID for this port - Update MASTER_SITES - Remove IS_INTERACTIVE PR: 190753 Submitted by: fullermd over-yonder net Approved by: maintainer
Notes
Notes: svn path=/head/; revision=358634
Diffstat (limited to 'mail/ecartis/files')
-rw-r--r--mail/ecartis/files/patch-Makefile (renamed from mail/ecartis/files/patch-aa)31
-rw-r--r--mail/ecartis/files/pkg-message.in7
2 files changed, 14 insertions, 24 deletions
diff --git a/mail/ecartis/files/patch-aa b/mail/ecartis/files/patch-Makefile
index e986673cdd6d..2b69c1456a48 100644
--- a/mail/ecartis/files/patch-aa
+++ b/mail/ecartis/files/patch-Makefile
@@ -1,17 +1,17 @@
---- Makefile.dist Sat Apr 27 02:26:56 2002
-+++ Makefile Sat Apr 27 09:35:52 2002
+--- Makefile.dist 2006-08-13 03:50:15.000000000 -0500
++++ Makefile 2014-05-19 20:04:56.636909101 -0500
@@ -6,8 +6,8 @@
# they should be set. All of them are conditional on options set in this
# file, so it should be relatively easy to determine which branch is correct
-BINDIR = ..
-MODDIR = ../modules
-+BINDIR = ${PREFIX}/ecartis
-+MODDIR = ${PREFIX}/ecartis/modules
++BINDIR = ${DESTDIR}${PREFIX}/ecartis
++MODDIR = ${BINDIR}/modules
# First things first we need to set up some various options since OS's aren't
# as nice about things are they could be.
-@@ -38,7 +38,7 @@
+@@ -33,7 +33,7 @@
# Uncomment this if you are on a BSD system AND you want dynamic modules
# SunOS (4 and 5 both) also needs this setting.
#
@@ -20,16 +20,7 @@
# Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1)
#OBSDMOD = 1
-@@ -60,7 +60,7 @@
- # Uncomment this if you have the GNU strftime() function. This version
- # of the function understands %z to return the numerical offset. It's better
- # to use that if it's available for RFC822 date headers
--GNU_STRFTIME=-DGNU_STRFTIME
-+#GNU_STRFTIME=-DGNU_STRFTIME
-
- # Uncomment this if you are on a machine that doesn't have strerror()
- #
-@@ -125,7 +125,6 @@
+@@ -120,7 +120,6 @@
ifdef BSDIMOD
CC=shlicc
else
@@ -37,7 +28,7 @@
endif
# Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK.
-@@ -134,9 +133,7 @@
+@@ -129,9 +128,7 @@
#
# It appears that IRIX is also rather stupid, and may require this
# to be removed.
@@ -48,11 +39,3 @@
# Now set up the initial command line. SUNOS_5 makes this a bit wierd.
ifndef SUNOS_5
-@@ -327,6 +324,7 @@
- install: targets
- cp build/ecartis ${BINDIR}
- chmod ug+s ${BINDIR}/ecartis
-+ chown -R ecartis:ecartis ${BINDIR}
- ifdef DYNMOD
- @for dir in ${MODULES}; do \
- cp build/$${dir}.lpm ${MODDIR}/$${dir}.lpm; \
diff --git a/mail/ecartis/files/pkg-message.in b/mail/ecartis/files/pkg-message.in
new file mode 100644
index 000000000000..ef5ea57e9f38
--- /dev/null
+++ b/mail/ecartis/files/pkg-message.in
@@ -0,0 +1,7 @@
+Thank You for installing the Ecartis Listserver package. Please
+read the documentation located in %%PREFIX%%/ecartis/
+or online at:
+
+http://www.ecartis.net/
+
+-- The Ecartis Developers