gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9723: gnustep main progs to git, and Astro etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9723: gnustep main progs to git, and Astro etc
Date: Tue, 28 Nov 2023 02:14:51 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9723
revision-id: carlhansen@gnu.org-20231128071444-r3zogcmno1jncxvm
parent: carlhansen@gnu.org-20231128042117-286o32wpc0o7vbp7
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2023-11-27 23:14:44 -0800
message:
  gnustep main progs to git, and Astro etc
removed:
  pkg/gnustep/gnustep-base/files/ files-20231021211724-ml04otyj707r027o-1
  pkg/gnustep/gnustep-base/files/gnustep-base.1.29.0.patch 
gnustepbase.1.29.0.p-20231021211724-ml04otyj707r027o-2
added:
  pkg/gnustep/Astro/             astro-20231128071406-tglcs8599zgcs6yo-1
  pkg/gnustep/Astro/Makefile     makefile-20231128071406-tglcs8599zgcs6yo-3
  pkg/gnustep/Astro/config.mk    config.mk-20231128071406-tglcs8599zgcs6yo-2
  pkg/gnustep/Astro/sha256sums   sha256sums-20231128071406-tglcs8599zgcs6yo-4
renamed:
  pkg/gnustep/cenon/ => pkg/gnustep/Cenon/ 
cenon-20170801035456-945ec82s6q5ceu39-1
modified:
  pkg/gnustep/Cenon/Makefile     makefile-20170801035456-945ec82s6q5ceu39-2
  pkg/gnustep/fisicalab/Makefile makefile-20160618022857-ri3uchlcs3wp43nl-2
  pkg/gnustep/gnustep-back/Makefile makefile-20160618050220-s8fssrfqiduiyivr-3
  pkg/gnustep/gnustep-back/sha256sums 
sha256sums-20160618050220-s8fssrfqiduiyivr-4
  pkg/gnustep/gnustep-base/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-206
  pkg/gnustep/gnustep-base/config.mk config.mk-20160617021731-lnndw4blqmfl7j8q-1
  pkg/gnustep/gnustep-base/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-210
  pkg/gnustep/gnustep-corebase/Makefile 
makefile-20160617021536-2y71qvmiwaimvy1u-211
  pkg/gnustep/gnustep-corebase/config.mk 
config.mk-20160617021735-sju5vr13pfm6ysof-1
  pkg/gnustep/gnustep-gui/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-221
  pkg/gnustep/gnustep-gui/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-225
  pkg/gnustep/gnustep-make/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-226
  pkg/gnustep/gnustep-make/config.mk config.mk-20160617021746-hdk4xwi3gp92ydq3-1
  pkg/gnustep/gnustep-make/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-230
=== added directory 'pkg/gnustep/Astro'
=== added file 'pkg/gnustep/Astro/Makefile'
--- a/pkg/gnustep/Astro/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/Astro/Makefile        2023-11-28 07:14:44 +0000
@@ -0,0 +1,61 @@
+# Copyright ©2023 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#  
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = Astro
+GARNAME = Astro
+UPSTREAMNAME = Astro
+GARVERSION = 1.2.5
+
+#   http://www.cenon.zone/download/source/Cenon-4.0.6.tar.bz2
+
+HOME_URL = http://www.cenon.zone
+DESCRIPTION =  astrology
+define BLURB
+endef
+# in progress , need to merge with Cenon
+######################################################################
+
+MASTER_SITES = http://www.cenon.zone/ 
+MASTER_SUBDIR = download/source/
+DISTFILES = $(DISTNAME).tar.bz2
+#$(UPSTREAMNAME)Library-4.0.0-1.tar.bz2
+SIGFILES = 
+CONFIGURE_SCRIPTS =
+WORKSRC = $(WORKDIR)/Astro
+WORKOBJ = $(WORKSRC)
+
+LICENSE = Cenon free license
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/gnustep.mk
+include config.mk
+
+#post-extract:
+#      @echo extract CenonLibrary
+#      $(MAKE) extract-$(UPSTREAMNAME)Library-$(GARVERSION)-1.tar.bz2
+#      $(MAKECOOKIE)
+
+

=== added file 'pkg/gnustep/Astro/config.mk'
--- a/pkg/gnustep/Astro/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/Astro/config.mk       2023-11-28 07:14:44 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnustep/Astro/sha256sums'
--- a/pkg/gnustep/Astro/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/Astro/sha256sums      2023-11-28 07:14:44 +0000
@@ -0,0 +1,1 @@
+a226414f7cda2c4cb7b043fd8e7743b340a18551006bb6e22bce64ecd6aac38b  
download/Astro-1.2.5.tar.bz2

=== renamed directory 'pkg/gnustep/cenon' => 'pkg/gnustep/Cenon'
=== modified file 'pkg/gnustep/Cenon/Makefile'
--- a/pkg/gnustep/cenon/Makefile        2022-10-21 22:51:35 +0000
+++ b/pkg/gnustep/Cenon/Makefile        2023-11-28 07:14:44 +0000
@@ -15,29 +15,28 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#  
-#
+
+  
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = Cenon
-GARNAME = cenon
-UPSTREAMNAME = Cenon
+GARNAME = Cenon
 GARVERSION = 4.0.6
 
 #   http://www.cenon.zone/download/source/Cenon-4.0.6.tar.bz2
-#      http://www.cenon.zone/download/source/CenonLibrary-4.0.0-1.tar.bz2
-#
+#   http://www.cenon.zone/download/source/CenonLibrary-4.0.0-1.tar.bz2
+
 HOME_URL = http://www.cenon.zone
-DESCRIPTION =  vector graphics and desktop publishing
+DESCRIPTION =  vector graphics drawing app and desktop publishing
 define BLURB
+vector graphics drawing app and desktop publishing, many formats
 endef
 
 ######################################################################
 
 MASTER_SITES = http://www.cenon.zone/ 
 MASTER_SUBDIR = download/source/
-DISTFILES = $(DISTNAME).tar.bz2  $(UPSTREAMNAME)Library-4.0.0-1.tar.bz2
+DISTFILES = $(DISTNAME).tar.bz2    CenonLibrary-4.0.0-1.tar.bz2
 SIGFILES = 
 CONFIGURE_SCRIPTS =
 WORKSRC = $(WORKDIR)/Cenon
@@ -54,9 +53,7 @@
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
-postextract:
+post-extract:
        @echo extract CenonLibrary
-       $(MAKE) extract-$(UPSTREAMNAME)Library-$(GARVERSION)-1.tar.bz2
+       cd $(WORKDIR) &&  tar xf ../download/CenonLibrary-4.0.0-1.tar.bz2
        $(MAKECOOKIE)
-
-

=== modified file 'pkg/gnustep/fisicalab/Makefile'
--- a/pkg/gnustep/fisicalab/Makefile    2023-10-16 17:16:31 +0000
+++ b/pkg/gnustep/fisicalab/Makefile    2023-11-28 07:14:44 +0000
@@ -39,10 +39,10 @@
 WORKSRC = $(WORKDIR)/trunk
 WORKOBJ = $(WORKDIR)/trunk
 
-BUILDDEPS =
 # This program uses GNUstep libraries.
-# Install these in this order:
-LIBDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back gsl
+# Before building FisicaLab, install these packages in this order:
+BUILDDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back gsl
+LIBDEPS =
 
 ######################################################################
 

=== modified file 'pkg/gnustep/gnustep-back/Makefile'
--- a/pkg/gnustep/gnustep-back/Makefile 2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-back/Makefile 2023-11-28 07:14:44 +0000
@@ -35,17 +35,21 @@
 
 
 ######################################################################
-# 
https://github.com/gnustep/libs-back/releases/download/back-0_30_0/gnustep-back-0.30.0.tar.gz
 
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/libs-back/releases/download/back-0_30_0/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+MASTER_SUBDIR = gnustep
+# note: "libs-back" on github
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/libs-back.git
+
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ  = $(WORKSRC)
+
+SIGFILES =
 
 
 BUILDDEPS = gnustep-make gnustep-base  gnustep-gui cairo
 LIBDEPS =
-WORKOBJ =$(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
@@ -53,6 +57,7 @@
 
 .PHONY: post-intall
 
+fetch: fetch-git
 
 post-install:
        make -C $(WORKOBJ)/Documentation/ install

=== modified file 'pkg/gnustep/gnustep-back/sha256sums'
--- a/pkg/gnustep/gnustep-back/sha256sums       2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-back/sha256sums       2023-11-28 07:14:44 +0000
@@ -1,2 +0,0 @@
-60177d44beebd0216be4aa7eea6cf009cf9ff844bc35f0eacd622bf710372cff  
download/gnustep-back-0.30.0.tar.gz
-182b17a15041a1db6ee73a244d14e93a98cc0ffe69a68c5efd475e849608d76a  
download/gnustep-back-0.30.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-base/Makefile'
--- a/pkg/gnustep/gnustep-base/Makefile 2023-10-21 21:18:04 +0000
+++ b/pkg/gnustep/gnustep-base/Makefile 2023-11-28 07:14:44 +0000
@@ -1,5 +1,5 @@
 # Copyright ©2013, 2014, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright ©2017, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2017, 2019, 2020, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,8 +22,7 @@
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 
-
-# To use GNUstep first install these four packages in this order:
+# To use GNUstep software first install these four packages in this order:
 # gnustep-make gnustep-base gnustep-gui gnustep-back
 
 
@@ -35,34 +34,56 @@
 define BLURB
 endef
 
+
+#   Other external libraries that you may need to install include:
+#
+#   * ffi (HIGHLY RECOMMENDED)
+#   * icu (HIGHLY RECOMMENDED)
+#   * gnutls (HIGHLY RECOMMENDED)
+#   * libxml2 (RECOMMENDED)
+#   * libcurl (RECOMMENDED)
+#   * libdispatch (RECOMMENDED)
+#   * libavahi (RECOMMENDED for NSNetServices)
+#   * libxslt (RECOMMENDED)
+#   * zlib (RECOMMENDED)
+#   * iconv (OPTIONAL, not needed if you have glibc)
+#   * openssl (OPTIONAL, not needed if you have gnutls)
+
 ######################################################################
 
-# 
https://github.com/gnustep/libs-base/releases/download/base-1_29_0/gnustep-base-1.29.0.tar.gz
-
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/libs-base/releases/download/base-1_29_0/
-
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
-
-BUILDDEPS = gnustep-make libffi libxml2
+MASTER_SUBDIR = gnustep
+# note: "libs-base" on github
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/libs-base.git
+
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ  = $(WORKSRC)
+
+SIGFILES =
+
+#CONFIGURE_SCRIPTS =
+#BUILD_SCRIPTS =  my
+#INSTALL_SCRIPTS = my
+
+#USE_AUTORECONF = y
+
+BUILDDEPS = gnustep-make libffi gnutls libxml2
 LIBDEPS =
-#BUILD_SCRIPTS = this
-PATCHFILES = gnustep-base.1.29.0.patch
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
-#CONFIGURE_ARGS += --with-default-config=$(prefix)/etc/GNUstep/GNUstep.conf
-
-#LDFLAGS=" -L/users/chansen/gsrc/lib -shared-libgcc "
+CONFIGURE_ARGS = --enable-libffi --enable-nxconstantstring 
 
 .PHONY: post-install 
 
+fetch: fetch-git
+
 check: build
        cd $(WORKOBJ) && $(MAKE) check
-       #  or make -C $(WORKOBJ) check
+#  or make -C $(WORKOBJ) check
 
 
 post-install:
@@ -70,4 +91,3 @@
        $(MAKECOOKIE)
 
 
-

=== modified file 'pkg/gnustep/gnustep-base/config.mk'
--- a/pkg/gnustep/gnustep-base/config.mk        2021-07-27 23:02:36 +0000
+++ b/pkg/gnustep/gnustep-base/config.mk        2023-11-28 07:14:44 +0000
@@ -1,10 +1,6 @@
 ## Configuration options for gnustep-base ##
 
-CONFIGURE_OPTS ?= --enable-libffi --enable-nxconstantstring 
-
-#CONFIGURE_OPTS ?= --enable-libffi --enable-libiconv LIBS=-liconv 
CFLAGS="-Wl,-L$(prefix)/lib  -Wl,-rpath=$(prefix)/lib "
+CONFIGURE_OPTS ?= 
 BUILD_OPTS ?=
-#CFLAGS+=--enable-nxconstantstring
 
-#CFLAGS+="-Wl,-L$(prefix)/lib  -Wl,-rpath=$(prefix)/lib "
 

=== removed directory 'pkg/gnustep/gnustep-base/files'
=== removed file 'pkg/gnustep/gnustep-base/files/gnustep-base.1.29.0.patch'
--- a/pkg/gnustep/gnustep-base/files/gnustep-base.1.29.0.patch  2023-10-21 
21:18:04 +0000
+++ b/pkg/gnustep/gnustep-base/files/gnustep-base.1.29.0.patch  1970-01-01 
00:00:00 +0000
@@ -1,17 +0,0 @@
-diff -x config.log -x config.status -ru 
tmp/gnustep-base-1.29.0/Source/Additions/GSXML.m 
work/gnustep-base-1.29.0/Source/Additions/GSXML.m
---- tmp/gnustep-base-1.29.0/Source/Additions/GSXML.m   2023-01-08 
00:41:32.000000000 -0800
-+++ work/gnustep-base-1.29.0/Source/Additions/GSXML.m  2023-10-21 
13:51:29.989588310 -0700
-@@ -2671,10 +2671,12 @@
-                   return NULL;
-                 }
-               ret->owner = 1;
--              if (ret->checked == 0)
-+              /* non-existent field
-+              if (ret->checked == 0)
-                 {
-                   ret->checked = 1;
-                 }
-+             ****     */
-             }
-         }
-     }

=== modified file 'pkg/gnustep/gnustep-base/sha256sums'
--- a/pkg/gnustep/gnustep-base/sha256sums       2023-10-21 21:18:04 +0000
+++ b/pkg/gnustep/gnustep-base/sha256sums       2023-11-28 07:14:44 +0000
@@ -1,3 +0,0 @@
-fa58eda665c3e0b9c420dc32bb3d51247a407c944d82e5eed1afe8a2b943ef37  
download/gnustep-base-1.29.0.tar.gz
-e8b6eeebea20790049def72074493ae459523a6a5189e40efcd8d03f935c51ec  
download/gnustep-base.1.29.0.patch
-37634039af3e11302166033a1933fa8a1fcb9764f3fcb640c66b6aeca14bac4c  
download/gnustep-base-1.29.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-corebase/Makefile'
--- a/pkg/gnustep/gnustep-corebase/Makefile     2022-10-22 17:06:31 +0000
+++ b/pkg/gnustep/gnustep-corebase/Makefile     2023-11-28 07:14:44 +0000
@@ -52,5 +52,10 @@
 
 ######################################################################
 
+# for now:
+CONFIGURE_ARGS = --without-icu
+
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
+
+

=== modified file 'pkg/gnustep/gnustep-corebase/config.mk'
--- a/pkg/gnustep/gnustep-corebase/config.mk    2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gnustep-corebase/config.mk    2023-11-28 07:14:44 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for gnustep-corebase ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?=  --without-icu
 BUILD_OPTS ?=

=== modified file 'pkg/gnustep/gnustep-gui/Makefile'
--- a/pkg/gnustep/gnustep-gui/Makefile  2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-gui/Makefile  2023-11-28 07:14:44 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2019, 2020, 2021  Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2019, 2020, 2021, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -33,24 +33,52 @@
 endef
 
 
+
+#   You must have installed gnustep-base and gnustep-make before building
+# this library.  GNUstep Make version 2.0.0 or greater is required.
+# GNUstep Base version 1.15.0 or greater is required.
+#
+#   Other external libraries that you should have installed include:
+#
+#   • tiff (REQUIRED)
+#   • jpeg (RECOMMENDED)
+#   • png (RECOMMENDED)
+#   • gif or ungif (OPTIONAL)
+#   • aspell (OPTIONAL)
+#   • cups (OPTIONAL)
+#   • audiofile (OPTIONAL)
+#   • portaudio, v19 which has several API changes previous version
+#     (OPTIONAL)
+#
+#   Read the GNUstep-HOWTO for more information.  After installing this
+# library, install gnustep-back.
+#
 ######################################################################
-# 
https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz
+
 
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/libs-gui/releases/download/gui-0_30_0/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
-
-
-BUILDDEPS = gnustep-make gnustep-base 
-LIBDEPS =   libgcrypt  # gnutls
+MASTER_SUBDIR = gnustep
+# note: "libs-gui" on github
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/libs-gui.git
+
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ  = $(WORKSRC)
+
+SIGFILES =
+
+BUILDDEPS = gnustep-make gnustep-base  libtiff
+LIBDEPS = 
 # apt install libjpeg-dev libtiff-dev libpng
-WORKOBJ = $(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
+fetch: fetch-git
+
+check: build
+       cd $(WORKOBJ) && $(MAKE) check
  
 post-install:
        make -C $(WORKOBJ)/Documentation/ install

=== modified file 'pkg/gnustep/gnustep-gui/sha256sums'
--- a/pkg/gnustep/gnustep-gui/sha256sums        2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-gui/sha256sums        2023-11-28 07:14:44 +0000
@@ -1,2 +0,0 @@
-469dcaa54ed05b2520a704c30c0761a75b3ade8428e2e64645fb7b38a15c3cc3  
download/gnustep-gui-0.30.0.tar.gz
-cde0368f68c5e6caf902a127ea75896a67fac782473c6c8d93bce3295a108fc1  
download/gnustep-gui-0.30.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-make/Makefile'
--- a/pkg/gnustep/gnustep-make/Makefile 2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-make/Makefile 2023-11-28 07:14:44 +0000
@@ -1,10 +1,9 @@
 # Copyright © 2013, 2017 Brandon Invergo <brandon@invergo.net>
 # Copyright © 2020, 2021, 2023 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
 # the Free Software Foundation, either version 3 of the License, or
@@ -17,14 +16,13 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#
-# 
+
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
-#
-# To use GNUstep software first install these four packages in this order:
+
+
+# To use other GNUstep software first install these four packages in this 
order:
 # gnustep-make gnustep-base gnustep-gui gnustep-back
-#
+
 
 NAME = GNUstep-Make
 GARNAME = gnustep-make
@@ -38,24 +36,32 @@
 # https://github.com/gnustep/tools-make.git
 # 
https://github.com/gnustep/tools-make/releases/download/make-2_9_1/gnustep-make-2.9.1.tar.gz
 
-
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/tools-make/releases/download/make-2_9_1/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
-
-
-BUILDDEPS =
+MASTER_SUBDIR = gnustep
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/tools-make.git
+
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ =  $(WORKDIR)/$(DISTNAME)-build
+
+SIGFILES =
+
+#CONFIGURE_SCRIPTS =
+#BUILD_SCRIPTS =  my
+#INSTALL_SCRIPTS = my
+
+#USE_AUTORECONF = y
+
+BUILDDEPS = 
 LIBDEPS =
 
-#WORKOBJ = $(WORKSRC)
-
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-       
+fetch: fetch-git
+
 post-install:
        make -C $(WORKSRC)/Documentation/ install
 

=== modified file 'pkg/gnustep/gnustep-make/config.mk'
--- a/pkg/gnustep/gnustep-make/config.mk        2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gnustep-make/config.mk        2023-11-28 07:14:44 +0000
@@ -4,7 +4,7 @@
        --with-library-combo=gnu-gnu-gnu  \
        --with-layout=fhs
 
-# you have layout options, see docs
+# you have layout options, see gnustep docs
 
 BUILD_OPTS ?= 
 

=== modified file 'pkg/gnustep/gnustep-make/sha256sums'
--- a/pkg/gnustep/gnustep-make/sha256sums       2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gnustep-make/sha256sums       2023-11-28 07:14:44 +0000
@@ -1,2 +0,0 @@
-c3d6e70cf156b27e7d1ed2501c57df3f96e27488ce2f351b93e479c58c01eae7  
download/gnustep-make-2.9.1.tar.gz
-74589614a2db2f816ba476d1f82d4c2d6e883666c56f23d65384ea8691fe3b89  
download/gnustep-make-2.9.1.tar.gz.sig


reply via email to

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