diff options
| author | Mark Felder <feld@FreeBSD.org> | 2014-07-30 13:07:22 +0000 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2014-07-30 13:07:22 +0000 |
| commit | 1c7c233776462a5639f81f53bf7a293cc6e131a8 (patch) | |
| tree | 61cd41b5cf0b3bb5f20460204fdb8e9ae8a5184d /mail/archiveopteryx-devel/files/patch-Jamfile | |
| parent | Clear up a dangling modifier. (diff) | |
Copy archiveopteryx to -devel to make it easy to track development
progress.
Historically aox development is very reliable, but please be aware that
this port does not track stable releases.
Diffstat (limited to 'mail/archiveopteryx-devel/files/patch-Jamfile')
| -rw-r--r-- | mail/archiveopteryx-devel/files/patch-Jamfile | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-Jamfile b/mail/archiveopteryx-devel/files/patch-Jamfile new file mode 100644 index 000000000000..ffece5428ecb --- /dev/null +++ b/mail/archiveopteryx-devel/files/patch-Jamfile @@ -0,0 +1,47 @@ +$FreeBSD$ + +--- Jamfile.orig 2013-11-27 03:31:12.000000000 -0600 ++++ Jamfile 2013-11-28 11:35:43.262503298 -0600 +@@ -47,10 +47,10 @@ + } + + +-Prepare $(INSTALLROOT)$(JAILDIR) ; +-Prepare $(INSTALLROOT)$(JAILDIR)/var/run ; +-Prepare $(INSTALLROOT)$(MESSAGEDIR) ; +-Prepare $(INSTALLROOT)$(PIDFILEDIR) ; ++#Prepare $(INSTALLROOT)$(JAILDIR) ; ++#Prepare $(INSTALLROOT)$(JAILDIR)/var/run ; ++#Prepare $(INSTALLROOT)$(MESSAGEDIR) ; ++#Prepare $(INSTALLROOT)$(PIDFILEDIR) ; + Prepare $(INSTALLROOT)$(CONFIGDIR) ; + Prepare $(INSTALLROOT)$(LIBDIR)/contrib ; + if ( $(LOGFILE:D) != "" && $(LOGFILE:D) != "syslog" ) { +@@ -59,14 +59,14 @@ + + + # if we make JAILDIR, we should chmod it so noone can read it: +-MODE on $(INSTALLROOT)$(JAILDIR) = 701 ; +-Chmod $(INSTALLROOT)$(JAILDIR) ; ++#MODE on $(INSTALLROOT)$(JAILDIR) = 701 ; ++#Chmod $(INSTALLROOT)$(JAILDIR) ; + + # if we make MESSAGEDIR, we should chmod it similarly. AOXUSER needs to + # be able to write to it, but we can't chown here, because the user may + # not exist yet. +-MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ; +-Chmod $(INSTALLROOT)$(MESSAGEDIR) ; ++#MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ; ++#Chmod $(INSTALLROOT)$(MESSAGEDIR) ; + + + actions Message { +@@ -90,7 +90,7 @@ + EOM + } + +-Message install ; ++#Message install ; + + + if $(BUILDDOC) { |
