gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8619: bzr make


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8619: bzr make
Date: Mon, 3 Oct 2022 02:55:25 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8619
revision-id: carlhansen1234@gmail.com-20221003065517-474n4fn2p08c9s44
parent: carlhansen1234@gmail.com-20221003043312-dsnp3pv3fe0fz9g0
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-10-02 23:55:17 -0700
message:
  bzr make
modified:
  pkg/gnu/bzr/Makefile           makefile-20160617014725-uokjfnggs70iry9h-468
  pkg/gnu/units/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1931
=== modified file 'pkg/gnu/bzr/Makefile'
--- a/pkg/gnu/bzr/Makefile      2022-10-03 00:04:52 +0000
+++ b/pkg/gnu/bzr/Makefile      2022-10-03 06:55:17 +0000
@@ -22,7 +22,7 @@
 HOME_URL = http://www.gnu.org/software/bzr
 DESCRIPTION = The GNU distributed version control system
 define BLURB
-The GNU distributed version control system. Do not confuse this
+The GNU distributed version control system, using python2. Do not confuse this
 with another program on savannah.gnu.org also called "bazaar"
 endef
 
@@ -39,11 +39,13 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = $(WORKSRC)/setup.py
-INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+#BUILD_SCRIPTS = $(WORKSRC)/setup.py
+BUILD_SCRIPTS =  it
+#INSTALL_SCRIPTS = it
 
 BUILDDEPS =
-LIBDEPS = zlib
+LIBDEPS = 
+#zlib
 
 ######################################################################
 
@@ -53,4 +55,10 @@
 #  python2 ./setup.py install build_ext --allow-python-fallback
 #  this seems to work
 #
-# //????
+build-it:
+       #cd $(WORKSRC) &&  python2 ./setup.py build build_ext 
--allow-python-fallback
+       @echo just do "make install" , ignore imperfection
+
+pre-install:
+       cd $(WORKSRC) &&  python2 ./setup.py install build_ext 
--allow-python-fallback
+       $(MAKECOOKIE)

=== modified file 'pkg/gnu/units/Makefile'
--- a/pkg/gnu/units/Makefile    2022-10-03 00:04:52 +0000
+++ b/pkg/gnu/units/Makefile    2022-10-03 06:55:17 +0000
@@ -47,9 +47,11 @@
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
+#include ../../../gar/gar.lib/info.mk
 include config.mk
 
-post-install:
-       $(INSTALL_INFO) $(WORKSRC)/units.info
+pre-install:
+       echo -------------------------------ws $(WORKSRC)
+       ls  $(WORKSRC)
+       cp  $(WORKSRC)/units.info  $(WORKOBJ)
 


reply via email to

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