svn commit: r404125 - in head/japanese/mailman: . files

Mathieu Arnold mat at FreeBSD.org
Mon Dec 21 16:04:33 UTC 2015


Author: mat
Date: Mon Dec 21 16:04:31 2015
New Revision: 404125
URL: https://svnweb.freebsd.org/changeset/ports/404125

Log:
  Make build as a user.
  
  Sponsored by:	Absolight

Added:
  head/japanese/mailman/files/patch-Makefile.in   (contents, props changed)
  head/japanese/mailman/files/patch-messages_Makefile.in   (contents, props changed)
  head/japanese/mailman/files/patch-src_Makefile.in   (contents, props changed)
Modified:
  head/japanese/mailman/pkg-plist

Added: head/japanese/mailman/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/mailman/files/patch-Makefile.in	Mon Dec 21 16:04:31 2015	(r404125)
@@ -0,0 +1,26 @@
+--- Makefile.in.orig	2011-12-11 07:56:23 UTC
++++ Makefile.in
+@@ -92,7 +92,6 @@ doinstall: $(SUBDIRS)
+ 		echo "Creating directory hierarchy $$dir"; \
+ 		$(srcdir)/mkinstalldirs $$dir; \
+ 		chmod $(DIRMODE) $$dir; \
+-		$(DIRSETGID) $$dir; \
+ 	    else true; \
+ 	    fi; \
+ 	done
+@@ -104,7 +103,6 @@ doinstall: $(SUBDIRS)
+ 		echo "Creating directory hierarchy $$dir"; \
+ 		$(srcdir)/mkinstalldirs $$dir; \
+ 		chmod $(DIRMODE) $$dir; \
+-		$(DIRSETGID) $$dir; \
+ 	    else true; \
+ 	    fi; \
+ 	done
+@@ -116,7 +114,6 @@ doinstall: $(SUBDIRS)
+ 		echo "Creating directory hierarchy $$dir"; \
+ 		$(srcdir)/mkinstalldirs $$dir; \
+ 		chmod $(DIRMODE) $$dir; \
+-		$(DIRSETGID) $$dir; \
+ 	    else true; \
+ 	    fi; \
+ 	done

Added: head/japanese/mailman/files/patch-messages_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/mailman/files/patch-messages_Makefile.in	Mon Dec 21 16:04:31 2015	(r404125)
@@ -0,0 +1,10 @@
+--- messages/Makefile.in.orig	2015-12-21 15:57:50 UTC
++++ messages/Makefile.in
+@@ -96,7 +96,6 @@ doinstall: mofiles
+ 	    echo "Creating language directory $$dir"; \
+ 	    $(srcdir)/../mkinstalldirs $$dir; \
+ 	    chmod $(DIRMODE) $$dir; \
+-	    $(DIRSETGID) $$dir; \
+ 	done
+ 	@for d in $(LANGUAGES); \
+ 	do \

Added: head/japanese/mailman/files/patch-src_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/mailman/files/patch-src_Makefile.in	Mon Dec 21 16:04:31 2015	(r404125)
@@ -0,0 +1,15 @@
+--- src/Makefile.in.orig	2011-12-11 07:56:23 UTC
++++ src/Makefile.in
+@@ -110,12 +110,10 @@ install: all
+ 	do \
+ 	    exe=$(DESTDIR)$(CGIDIR)/$$f$(CGIEXT); \
+ 	    $(INSTALL_PROGRAM) $$f $$exe; \
+-	    $(DIRSETGID) $$exe; \
+ 	done
+ 	for f in $(MAIL_PROGS); \
+ 	do \
+ 	    $(INSTALL_PROGRAM) $$f $(DESTDIR)$(MAILDIR); \
+-	    $(DIRSETGID) $(DESTDIR)$(MAILDIR)/$$f; \
+ 	done
+ 
+ finish:

Modified: head/japanese/mailman/pkg-plist
==============================================================================
--- head/japanese/mailman/pkg-plist	Mon Dec 21 16:02:55 2015	(r404124)
+++ head/japanese/mailman/pkg-plist	Mon Dec 21 16:04:31 2015	(r404125)
@@ -321,11 +321,14 @@
 %%MMDIR%%/bin/clone_member
 %%MMDIR%%/bin/config_list
 %%MMDIR%%/bin/convert.py
+%%MMDIR%%/bin/convert.pyc
 %%MMDIR%%/bin/discard
 %%MMDIR%%/bin/dumpdb
 %%MMDIR%%/bin/export.py
+%%MMDIR%%/bin/export.pyc
 %%MMDIR%%/bin/find_member
 %%MMDIR%%/bin/fix_url.py
+%%MMDIR%%/bin/fix_url.pyc
 %%MMDIR%%/bin/genaliases
 %%MMDIR%%/bin/inject
 %%MMDIR%%/bin/list_admins
@@ -335,6 +338,7 @@
 %%MMDIR%%/bin/mailmanctl
 %%MMDIR%%/bin/mmsitepass
 %%MMDIR%%/bin/msgfmt.py
+%%MMDIR%%/bin/msgfmt.pyc
 %%MMDIR%%/bin/newlist
 %%MMDIR%%/bin/paths.py
 %%MMDIR%%/bin/paths.pyc
@@ -342,6 +346,7 @@
 %%MMDIR%%/bin/rb-archfix
 %%MMDIR%%/bin/remove_members
 %%MMDIR%%/bin/reset_pw.py
+%%MMDIR%%/bin/reset_pw.pyc
 %%MMDIR%%/bin/rmlist
 %%MMDIR%%/bin/show_qfiles
 %%MMDIR%%/bin/sync_members


More information about the svn-ports-all mailing list