gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8491: maybe it is right now


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8491: maybe it is right now
Date: Sun, 24 Jul 2022 13:32:38 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8491
revision-id: carlhansen@gnu.org-20220724173232-snfndoqk1255jarq
parent: carlhansen1234@gmail.com-20220723234931-ibvsndst7s5wyoyt
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sun 2022-07-24 10:32:32 -0700
message:
  maybe it is right now
modified:
  gar/gar.lib.mk                 gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
  pkg/gnu/breezy/Makefile        makefile-20220324061203-sdg7e2yq2e9zswaj-3
  pkg/gnu/config/Makefile        makefile-20170430231231-0lbw966hs16oxlmd-2
  pkg/gnu/epsilon/Makefile       makefile-20220711205825-36zy9s82dj28g69b-3
  pkg/gnu/hello/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1025
=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk    2022-07-11 20:45:11 +0000
+++ b/gar/gar.lib.mk    2022-07-24 17:32:32 +0000
@@ -185,10 +185,6 @@
 
 
 
-
-
-
-
 #      @echo githttp $*
 #      wget $(WGET_OPTS) -O $(DOWNLOADDIR)/$(notdir $*).partial https://$*
 #      mv $(DOWNLOADDIR)/$(notdir $*).partial  $(DOWNLOADDIR)/$(notdir $*) 

=== modified file 'pkg/gnu/breezy/Makefile'
--- a/pkg/gnu/breezy/Makefile   2022-04-04 19:59:45 +0000
+++ b/pkg/gnu/breezy/Makefile   2022-07-24 17:32:32 +0000
@@ -51,7 +51,8 @@
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py
 
 BUILDDEPS =
-LIBDEPS = zlib
+LIBDEPS = 
+#zlib
 
 ######################################################################
 

=== modified file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile   2022-07-11 20:45:11 +0000
+++ b/pkg/gnu/config/Makefile   2022-07-24 17:32:32 +0000
@@ -47,7 +47,6 @@
 CONFIGURE_SCRIPTS = 
 BUILD_SCRIPTS = my
 INSTALL_SCRIPTS = my
-GIT_REVISION = master
 
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
 
@@ -56,7 +55,6 @@
 
 include ../../../gar/gar.mk
 include config.mk
-# no download directory
 
 .PHONY: manpages check gitpull fetch-my build-my pre-install-my  install-my
 

=== modified file 'pkg/gnu/epsilon/Makefile'
--- a/pkg/gnu/epsilon/Makefile  2022-07-12 00:09:10 +0000
+++ b/pkg/gnu/epsilon/Makefile  2022-07-24 17:32:32 +0000
@@ -38,32 +38,32 @@
 MASTER_SUBDIR = git/
 GIT_REVISION = master  
 GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+#DISTFILES = $(DISTNAME).tar.gz
 NOCHECKSUM = $(DISTFILES)
 SIGFILES =
 
 BUILDDEPS =
 LIBDEPS =
 
-WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC = $(DOWNLOADDIRGIT)/$(DISTNAME)
 WORKOBJ = $(WORKDIR)/$(DISTNAME)
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
+
 .PHONY: fetch-my
 
-gitpull:
-       (cd $(WORKSRC)  &&  git pull)
-
-fetch-my:  
-       if [ -d $(WORKSRC)/.git ]; then    $(MAKE) gitpull ;  else  \
-         (cd $(DOWNLOADDIRGIT) &&  git clone 
https://git.savannah.gnu.org/git/$(GARNAME).git  && \
-             ( cd $(WORKSRC) &&  git checkout $(GIT_REVISION) ) );  fi 
+fetch-my:
+       @echo gitting it
+       cd $(DOWNLOADDIRGIT) && \
+               git clone $(GIT_PATH) $(DISTNAME) && \
+               (cd $(DISTNAME) && git checkout $(GIT_REVISION)) 
        $(MAKECOOKIE)
- 
 
 pre-configure: fetch-my
        cd $(WORKSRC) &&  ./autogen.sh
        $(MAKECOOKIE)
 
+       

=== modified file 'pkg/gnu/hello/Makefile'
--- a/pkg/gnu/hello/Makefile    2022-05-30 23:28:46 +0000
+++ b/pkg/gnu/hello/Makefile    2022-07-24 17:32:32 +0000
@@ -40,7 +40,7 @@
 
 BUILDDEPS =
 LIBDEPS =
-
+WORKOBJ = $(WORKDIR)/$(DISTNAME).build
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk


reply via email to

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