gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7500: update artanis to 0.5


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7500: update artanis to 0.5
Date: Sun, 18 Apr 2021 00:24:46 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7500
revision-id: carlhansen@gnu.org-20210418042442-703e9tn49o6ed8j1
parent: carlhansen@gnu.org-20210418025444-m6qk26zszwsjg7st
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sat 2021-04-17 21:24:42 -0700
message:
  update artanis to 0.5
modified:
  pkg/gnu/artanis/Makefile       makefile-20160617014725-uokjfnggs70iry9h-410
  pkg/gnu/artanis/gpg-keyring    gpgkeyring-20160617014725-uokjfnggs70iry9h-415
=== modified file 'pkg/gnu/artanis/Makefile'
--- a/pkg/gnu/artanis/Makefile  2021-03-05 03:31:20 +0000
+++ b/pkg/gnu/artanis/Makefile  2021-04-18 04:24:42 +0000
@@ -44,8 +44,11 @@
 SIGFILES  = $(DISTNAME).tar.bz2.sig
 INFO_FILES = $(GARNAME).info
 
+CONFIGURE-SCRIPTS = 
 # bugs: artanis.info not installing correctly..
 # Some bug about source ... bash_completion but not there
+BUILD_SCRIPTS = my
+INSTALL_SCRIPTS = myinst
 
 BUILDDEPS = 
 LIBDEPS =
@@ -53,14 +56,26 @@
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk 
+#include ../../../gar/gar.lib/info.mk 
+# till fixed
 include config.mk
 
-# not working yet.... missing texinfo
-#post-build:
-#      (cd $(WORKSRC); $(MAKE)  docs )
-#      $(MAKECOOKIE)
-
-
+MAKE_ARGS += V=
+
+# docs not working yet.... missing texinfo
+# etc DESTDIR needs work
+build-my:
+       echo building
+       (cd $(WORKSRC) &&  VERBOSE=1  $(MAKE)   )
+       (cd $(WORKSRC) &&  VERBOSE=1  $(MAKE) scripts   )
+       #(cd $(WORKSRC) &&  VERBOSE=1  $(MAKE) -k docs   )
+       $(MAKECOOKIE)
+
+# not installing bin/art for some reason.. FIXME
+install-myinst:
+       ( DESTDIR=$(packageDESTDIR) cd $(WORKSRC) &&  VERBOSE=1 
DESTDIR=$(packageDESTDIR) $(MAKE) -k install   )
+
+
+# to fix       (cd $(WORKSRC); $(MAKE)  docs )
 
 

=== modified file 'pkg/gnu/artanis/gpg-keyring'
Binary files a/pkg/gnu/artanis/gpg-keyring      2021-03-05 03:31:20 +0000 and 
b/pkg/gnu/artanis/gpg-keyring     2021-04-18 04:24:42 +0000 differ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]