pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q1] pkgsrc/mail/mess822



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Apr  4 16:11:32 UTC 2017

Modified Files:
        pkgsrc/mail/mess822 [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5237 - requested by sevan
mail/mess822: remove restriction

Revisions pulled up:
- mail/mess822/Makefile                                         1.25

---
   Module Name:    pkgsrc
   Committed By:   schmonz
   Date:           Tue Apr  4 07:32:12 UTC 2017

   Modified Files:
           pkgsrc/mail/mess822: Makefile

   Log Message:
   DJB_RESTRICTED=NO. From https://cr.yp.to/distributors.html:

   2011.02.05: I hereby place the mess822 package (in particular, mess822-
   0.58.tar.gz, with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into
   the public domain. The package is no longer copyrighted.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.2.1 pkgsrc/mail/mess822/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mess822/Makefile
diff -u pkgsrc/mail/mess822/Makefile:1.24 pkgsrc/mail/mess822/Makefile:1.24.2.1
--- pkgsrc/mail/mess822/Makefile:1.24   Sat Jan 14 20:49:07 2017
+++ pkgsrc/mail/mess822/Makefile        Tue Apr  4 16:11:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/01/14 20:49:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2017/04/04 16:11:32 bsiegert Exp $
 #
 
 DISTNAME=              mess822-0.58
@@ -15,11 +15,7 @@ DEPENDS+=            qmail>=1.03nb7:../../mail/qma
 
 USE_TOOLS+=            nroff
 
-# We change conf-home from the default "/usr/local" and don't
-# provide compatibilbity symlinks. We also patch hier.c to respect
-# PKG_SYSCONFDIR and set reasonable modes on directories under
-# ${PREFIX}, and patch strerr_sys.c to build on Mac OS X.
-DJB_RESTRICTED=                YES
+DJB_RESTRICTED=                no
 
 EGDIR=                 ${PREFIX}/share/examples/mess822
 CFLAGS+=               -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""



Home | Main Index | Thread Index | Old Index