gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7708: minor fixes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7708: minor fixes
Date: Tue, 29 Jun 2021 12:09:38 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7708
revision-id: carlhansen@gnu.org-20210629160932-b10xrhqcwayvtzmj
parent: carlhansen@gnu.org-20210629160523-3wfxewbucfjk9xj0
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2021-06-29 09:09:32 -0700
message:
  minor fixes
modified:
  pkg/gnome/adwaita-icon-theme/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-283
  pkg/gnu/artanis/Makefile       makefile-20160617014725-uokjfnggs70iry9h-410
  pkg/gnu/gnu-c-manual/Makefile  makefile-20160617014725-uokjfnggs70iry9h-763
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
  pkg/gnu/unifont/Makefile       makefile-20161021200207-w6apucnpk66hw5ah-3
  pkg/other/tomsfastmath/Makefile makefile-20180527044006-zc2hwq6hzwyvq6gp-3
=== modified file 'pkg/gnome/adwaita-icon-theme/Makefile'
--- a/pkg/gnome/adwaita-icon-theme/Makefile     2021-05-23 07:05:47 +0000
+++ b/pkg/gnome/adwaita-icon-theme/Makefile     2021-06-29 16:09:32 +0000
@@ -1,6 +1,7 @@
 # Copyright © 2016, 2017, 2018, 2019, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -46,3 +47,5 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
+
+

=== modified file 'pkg/gnu/artanis/Makefile'
--- a/pkg/gnu/artanis/Makefile  2021-04-18 04:24:42 +0000
+++ b/pkg/gnu/artanis/Makefile  2021-06-29 16:09:32 +0000
@@ -64,6 +64,8 @@
 
 # docs not working yet.... missing texinfo
 # etc DESTDIR needs work
+#
+.PHONY: build-my install-myinst
 build-my:
        echo building
        (cd $(WORKSRC) &&  VERBOSE=1  $(MAKE)   )

=== modified file 'pkg/gnu/gnu-c-manual/Makefile'
--- a/pkg/gnu/gnu-c-manual/Makefile     2020-05-12 17:40:43 +0000
+++ b/pkg/gnu/gnu-c-manual/Makefile     2021-06-29 16:09:32 +0000
@@ -47,6 +47,7 @@
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
+.PHONY: pre-install
 
 pre-install:  build
        mkdir -p $(prefix)/packages/$(DISTNAME)

=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2021-06-17 16:44:03 +0000
+++ b/pkg/gnu/gnulib/Makefile   2021-06-29 16:09:32 +0000
@@ -21,7 +21,7 @@
 
 NAME = gnulib
 GARNAME = gnulib
-GARVERSION = 20210418
+GARVERSION = 20210628
 HOME_URL = http://www.gnu.org/software/gnulib/
 DESCRIPTION = Source files to share among other software projects
 define BLURB
@@ -53,7 +53,7 @@
 include config.mk
 # no download directory
 
-.PHONY:  fetch-gl gitpull  makedoc
+.PHONY:  gitpull fetch-gl   makedoc build-gl install-gl clean
 #todo if dir exists.
 
 
@@ -76,8 +76,11 @@
 
 
 install-gl:
+       @echo installing gnulib.info  only
        $(INSTALL_INFO)  $(WORKDIR)/gnulib/doc/gnulib.info
+       $(MAKECOOKIE)
 
 clean:
        @echo not cleaning, do it manually if you really want to
 
+

=== modified file 'pkg/gnu/unifont/Makefile'
--- a/pkg/gnu/unifont/Makefile  2021-03-05 03:36:57 +0000
+++ b/pkg/gnu/unifont/Makefile  2021-06-29 16:09:32 +0000
@@ -89,6 +89,8 @@
 #      echo $(MAKE) V=1  USRDIR=$(USRDIR)  PREFIX=$(PREFIX) install
 #      $(MAKE) V=1  USRDIR=$(USRDIR)  PREFIX=/opt/gsrc install
 
+
+.PHONY: foo
 foo:
        echo ${MAKEFILE_LIST}
        echo 

=== modified file 'pkg/other/tomsfastmath/Makefile'
--- a/pkg/other/tomsfastmath/Makefile   2018-05-27 04:41:59 +0000
+++ b/pkg/other/tomsfastmath/Makefile   2021-06-29 16:09:32 +0000
@@ -1,6 +1,7 @@
 # Copyright © 2018 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of  GSRC
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -25,9 +26,11 @@
 HOME_URL = https://www.libtom.net/
 DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
 define BLURB
-Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
-Cryptologic software. Do not do anything to anger your local Overloads.
+Modular cryptgraphic libraries, for use and study, with much tutorial
+info. Warning: Cryptologic software. Do not do anything to anger your
+local Overloads.
 endef
+
 LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
 
 CONFIGURE_SCRIPTS =
@@ -41,7 +44,6 @@
 DISTFILES = tfm-$(GARVERSION).tar.xz
 SIGFILES =  tfm-$(GARVERSION).tar.xz.asc
 
-
 BUILDDEPS = 
 LIBDEPS = 
 


reply via email to

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