[csw-devel] SF.net SVN: gar:[19364] csw/mgar/pkg/nmh/trunk
opk at users.sourceforge.net
opk at users.sourceforge.net
Tue Oct 2 18:33:57 CEST 2012
Revision: 19364
http://gar.svn.sourceforge.net/gar/?rev=19364&view=rev
Author: opk
Date: 2012-10-02 16:33:57 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
nmh/trunk: correct nmh patches
Modified Paths:
--------------
csw/mgar/pkg/nmh/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch
Modified: csw/mgar/pkg/nmh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nmh/trunk/Makefile 2012-10-02 15:54:45 UTC (rev 19363)
+++ csw/mgar/pkg/nmh/trunk/Makefile 2012-10-02 16:33:57 UTC (rev 19364)
@@ -22,6 +22,8 @@
LICENSE = COPYRIGHT
PRESERVECONF = /etc/opt/csw/nmh/mts.conf
+PATCHFILES += 0001-use-csw-locations.patch
+
CONFIGURE_ARGS = --enable-pop --enable-masquerade='' --with-mts=sendmail \
--prefix=$(prefix) --mandir=$(mandir) --datadir=$(datadir)/nmh \
--libdir=$(libdir)/nmh --sysconfdir=$(sysconfdir)/nmh
Deleted: csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch
===================================================================
--- csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch 2012-10-02 15:54:45 UTC (rev 19363)
+++ csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch 2012-10-02 16:33:57 UTC (rev 19364)
@@ -1,29 +0,0 @@
-From db3d12ec17a80fad52a5a463ad42bfbc6d70ad91 Mon Sep 17 00:00:00 2001
-From: Oliver Kiddle <opk at opencsw.org>
-Date: Mon, 25 Oct 2010 12:52:51 +0200
-Subject: [PATCH] skip chgrp of inc
-
----
- uip/Makefile.in | 6 +-----
- 1 files changed, 1 insertions(+), 5 deletions(-)
-
-diff --git a/uip/Makefile.in b/uip/Makefile.in
-index b3c6717..2919bb9 100644
---- a/uip/Makefile.in
-+++ b/uip/Makefile.in
-@@ -282,11 +282,7 @@ install-misc:
-
- # install commands with special installation needs (thus no $(SCMDS) use here)
- install-scmds:
-- if test x$(SETGID_MAIL) != x; then \
-- $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(DESTDIR)$(bindir)/$$cmd; \
-- else \
-- $(INSTALL_PROGRAM) inc $(DESTDIR)$(bindir)/$$cmd; \
-- fi
-+ $(INSTALL_PROGRAM) inc $(DESTDIR)$(bindir)/$$cmd
-
- uninstall:
- for cmd in $(CMDS); do \
---
-1.7.3
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list