Index: head/security/shishi/files/patch-Makefile.in =================================================================== --- head/security/shishi/files/patch-Makefile.in (nonexistent) +++ head/security/shishi/files/patch-Makefile.in (revision 363080) @@ -0,0 +1,24 @@ +--- Makefile.in-orig 2014-07-27 15:08:30.000000000 +0200 ++++ Makefile.in 2014-07-27 15:09:35.000000000 +0200 +@@ -1808,19 +1808,10 @@ + + + install-data-hook: +- @echo Initializing database and creating host key... ++ @echo Initializing database... + if test ! -d $(DESTDIR)$(DBDIR); then \ + if mkdir -m 0700 -p $(DESTDIR)$(DBDIR); then \ +- if test ! -f $(DESTDIR)$(KEYDIR)/shishi.keys; then \ +- if $(DESTDIR)$(bindir)/shisa$(EXEEXT) -a > \ +- $(DESTDIR)$(KEYDIR)/shishi.keys; then \ +- echo Successfully created database and host key.; \ +- else \ +- echo Unable to create database, see $(DESTDIR)$(KEYDIR)/shishi.keys.; \ +- fi; \ +- else \ +- echo Key file $(DESTDIR)$(KEYDIR)/shishi.keys already exist.; \ +- fi; \ ++ echo Created directory root$(DESTDIR)$(DBDIR).; \ + else \ + echo Could not create directory root$(DESTDIR)$(DBDIR).; \ + fi; \ Property changes on: head/security/shishi/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/shishi/files/patch-configure =================================================================== --- head/security/shishi/files/patch-configure (nonexistent) +++ head/security/shishi/files/patch-configure (revision 363080) @@ -0,0 +1,11 @@ +--- configure-orig 2014-07-27 15:01:15.000000000 +0200 ++++ configure 2014-07-27 15:01:50.000000000 +0200 +@@ -24494,7 +24494,7 @@ + /* GCRY_MODULE_ID_USER was added in 1.4.4 and gc-libgcrypt.c + will fail on startup if we don't have 1.4.4 or later, so + test for it early. */ +-#if !defined GCRY_MODULE_ID_USER ++#if GCRYPT_VERSION_NUMBER < 0x010404 + error too old libgcrypt + #endif + Property changes on: head/security/shishi/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property