FreeBSD Bugzilla – Attachment 42016 Details for
Bug 65575
[maintainer update] fix broken mail/mess822
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.15 KB, created by
drs
on 2004-04-15 14:20:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
drs
Created:
2004-04-15 14:20:12 UTC
Size:
2.15 KB
patch
obsolete
>diff -urN mess822.orig/Makefile mess822/Makefile >--- mess822.orig/Makefile Thu Apr 15 14:53:06 2004 >+++ mess822/Makefile Thu Apr 15 14:56:39 2004 >@@ -18,8 +18,6 @@ > > RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail > >-BROKEN= "Changes permissions of system directories" >- > NO_PACKAGE= Violates djb\'s license > USE_REINPLACE= yes > >diff -urN mess822.orig/files/patch-aa mess822/files/patch-aa >--- mess822.orig/files/patch-aa Mon Feb 5 09:23:54 2001 >+++ mess822/files/patch-aa Thu Apr 15 15:01:54 2004 >@@ -1,10 +1,20 @@ >-*** hier.c.orig Sun Feb 4 16:12:16 2001 >---- hier.c Sun Feb 4 16:13:07 2001 >+*** hier.c.orig Sat Sep 5 04:33:37 1998 >+--- hier.c Thu Apr 15 12:55:16 2004 > *************** >-*** 12,21 **** >- d(auto_home,"man/man3",-1,-1,02755); >- d(auto_home,"man/man5",-1,-1,02755); >- d(auto_home,"man/man8",-1,-1,02755); >+*** 2,21 **** >+ >+ void hier() >+ { >+! h(auto_home,-1,-1,02755); >+ >+! d(auto_home,"bin",-1,-1,02755); >+! d(auto_home,"lib",-1,-1,02755); >+! d(auto_home,"include",-1,-1,02755); >+! d(auto_home,"man",-1,-1,02755); >+! d(auto_home,"man/man1",-1,-1,02755); >+! d(auto_home,"man/man3",-1,-1,02755); >+! d(auto_home,"man/man5",-1,-1,02755); >+! d(auto_home,"man/man8",-1,-1,02755); > ! d(auto_home,"man/cat1",-1,-1,02755); > ! d(auto_home,"man/cat3",-1,-1,02755); > ! d(auto_home,"man/cat5",-1,-1,02755); >@@ -12,11 +22,21 @@ > > c(auto_home,"lib","mess822.a",-1,-1,0644); > c(auto_home,"include","mess822.h",-1,-1,0644); >---- 12,18 ---- >- d(auto_home,"man/man3",-1,-1,02755); >- d(auto_home,"man/man5",-1,-1,02755); >- d(auto_home,"man/man8",-1,-1,02755); >-! d(auto_home,"etc",-1,-1,02755); >+--- 2,18 ---- >+ >+ void hier() >+ { >+! h(auto_home,-1,-1,0755); >+ >+! d(auto_home,"bin",-1,-1,0755); >+! d(auto_home,"lib",-1,-1,0755); >+! d(auto_home,"include",-1,-1,0755); >+! d(auto_home,"man",-1,-1,0755); >+! d(auto_home,"man/man1",-1,-1,0755); >+! d(auto_home,"man/man3",-1,-1,0755); >+! d(auto_home,"man/man5",-1,-1,0755); >+! d(auto_home,"man/man8",-1,-1,0755); >+! d(auto_home,"etc",-1,-1,0755); > > c(auto_home,"lib","mess822.a",-1,-1,0644); > c(auto_home,"include","mess822.h",-1,-1,0644);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65575
: 42016