gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8685: gnufdisk, was fdisk


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8685: gnufdisk, was fdisk
Date: Sat, 22 Oct 2022 05:37:52 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8685
revision-id: carlhansen1234@gmail.com-20221022093735-es6fzuh5k7cilry8
parent: carlhansen1234@gmail.com-20221021225135-bugq1zu47o9xogni
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2022-10-22 02:37:35 -0700
message:
  gnufdisk, was fdisk
removed:
  pkg/gnu/fdisk/Makefile-2.0.0a  
makefile2.0.0a-20160617014725-uokjfnggs70iry9h-619
renamed:
  pkg/gnu/fdisk/ => pkg/gnu/gnufdisk/ fdisk-20160617014725-uokjfnggs70iry9h-77
modified:
  pkg/gnu/g-golf/Makefile        makefile-20201122032008-sn16ry9f2tc9wiez-3
  pkg/gnu/gnufdisk/Makefile      makefile-20160617014725-uokjfnggs70iry9h-618
  pkg/gnu/gnufdisk/config.mk     config.mk-20160617015327-8ubdxysi3pqgtkmg-1
  pkg/gnu/gnujump/Makefile       makefile-20160617014725-uokjfnggs70iry9h-825
  pkg/gnu/scm/Makefile           makefile-20160617014725-uokjfnggs70iry9h-1693
  pkg/gnu/slib/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1755
  pkg/gnu/slib/config.mk         config.mk-20160617021144-n9awqixdv6j2f3ii-1
=== removed file 'pkg/gnu/fdisk/Makefile-2.0.0a'
--- a/pkg/gnu/fdisk/Makefile-2.0.0a     2016-10-13 08:27:28 +0000
+++ b/pkg/gnu/fdisk/Makefile-2.0.0a     1970-01-01 00:00:00 +0000
@@ -1,44 +0,0 @@
-# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-#
-# This file is part of 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/>.
-
-NAME = GNU fdisk
-GARNAME = fdisk
-UPSTREAMNAME = gnufdisk
-GARVERSION = 2.0.0a
-HOME_URL = http://www.gnu.org/software/fdisk/
-DESCRIPTION = Low-level disk partitioning and formatting
-define BLURB
-GNU fdisk provides a GNU version of the common disk partitioning tool
-fdisk.  fdisk is used for the creation and manipulation of disk
-partition tables, and it understands a variety of different formats.
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
-INFO_FILES = $(UPSTREAMNAME)
-
-BUILDDEPS =  gettext
-LIBDEPS = # libtool ncurses e2fsprogs parted libiconv
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include config.mk

=== modified file 'pkg/gnu/g-golf/Makefile'
--- a/pkg/gnu/g-golf/Makefile   2021-11-06 00:27:57 +0000
+++ b/pkg/gnu/g-golf/Makefile   2022-10-22 09:37:35 +0000
@@ -33,28 +33,31 @@
 containing reflective information about a GObject library.
 endef
 ######################################################################
-MASTER_SITES = git://git.savannah.gnu.org/
-MASTER_SUBDIR =  
-GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git 
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
 GIT_REVISION = master
+SIGFILES  = 
 DISTFILES = $(DISTNAME).tar.gz 
 NOCHECKSUM = $(DISTFILES)
-SIGFILES  = 
+GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-master
 
 BUILDDEPS =
 LIBDEPS =
 
+USE_AUTORECONF = y
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
-#USE_AUTORECONF = y
-
-pre-configure:  extract
-       echo  running autogen.sh
-       pwd
-       echo 0000000
-       cd $(WORKSRC) && sh -x ./autogen.sh
-
+
+#pre-configure:  extract
+#      echo  running autogen.sh
+#      pwd
+#      echo 0000000
+#      cd $(WORKSRC) && sh -x ./autogen.sh
+#
 

=== renamed directory 'pkg/gnu/fdisk' => 'pkg/gnu/gnufdisk'
=== modified file 'pkg/gnu/gnufdisk/Makefile'
--- a/pkg/gnu/fdisk/Makefile    2022-02-23 23:52:35 +0000
+++ b/pkg/gnu/gnufdisk/Makefile 2022-10-22 09:37:35 +0000
@@ -16,8 +16,8 @@
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 
 NAME = GNU fdisk
-GARNAME = fdisk
-UPSTREAMNAME = gnufdisk
+GARNAME = gnufdisk
+#UPSTREAMNAME = gnufdisk
 GARVERSION = 2.0.0a1
 HOME_URL = http://www.gnu.org/software/fdisk/
 DESCRIPTION = Low-level disk partitioning and formatting
@@ -30,14 +30,14 @@
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
+MASTER_SUBDIR = fdisk/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 PATCHFILES = $(DISTNAME)-add-info-dir-entry.diff
 INFO_FILES = $(UPSTREAMNAME)
 
-BUILDDEPS =  gettext
-LIBDEPS = #libtool ncurses e2fsprogs parted guile
+BUILDDEPS = guile  gettext
+LIBDEPS = #libtool ncurses e2fsprogs parted
 
 ######################################################################
 
@@ -45,16 +45,3 @@
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
-# Due to an error in the build process, making version 2.0.0a1 first
-# depends on making version 2.0.0a
-# ?
-
-#pre-fetch:
-#      $(MAKE) -f Makefile-2.0.0a clean makesum install
-#      $(MAKECOOKIE)
-#
-#pre-checksum:
-#      $(MAKE) makesum
-#      $(MAKECOOKIE)
-
-

=== modified file 'pkg/gnu/gnufdisk/config.mk'
--- a/pkg/gnu/fdisk/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnufdisk/config.mk        2022-10-22 09:37:35 +0000
@@ -1,4 +1,4 @@
-## Configuration options for fdisk ##
+## Configuration options for gnufdisk ##
 
 CONFIGURE_OPTS ?= 
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/gnujump/Makefile'
--- a/pkg/gnu/gnujump/Makefile  2022-10-06 04:13:17 +0000
+++ b/pkg/gnu/gnujump/Makefile  2022-10-22 09:37:35 +0000
@@ -29,7 +29,6 @@
 endef
 
 ######################################################################
-# git clone git://git.savannah.gnu.org/gnujump.git also
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/

=== modified file 'pkg/gnu/scm/Makefile'
--- a/pkg/gnu/scm/Makefile      2021-06-29 02:47:46 +0000
+++ b/pkg/gnu/scm/Makefile      2022-10-22 09:37:35 +0000
@@ -45,9 +45,10 @@
 INFO_FILES = $(GARNAME).info hobbit.info Xlibscm.info
 
 BUILDDEPS = 
-#slib readline
+# slib readline
 LIBDEPS = 
 
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/slib/Makefile'
--- a/pkg/gnu/slib/Makefile     2021-06-29 02:47:46 +0000
+++ b/pkg/gnu/slib/Makefile     2022-10-22 09:37:35 +0000
@@ -47,6 +47,12 @@
 ######################################################################
 CONFIGURE_SCRIPTS = my
 BUILD_SCRIPTS = my
+
+## Configuration options for slib ##
+# Choose the targets you want to install SLIB for. `system' installs SLIB to 
+# $(prefix)/lib/slib for general use with Scheme interpreters; `guile' installs
+# it to $(prefix)/share/guile/slib for use with Guile
+INSTALL_TARGETS = system guile
 INSTALL_SCRIPTS = $(INSTALL_TARGETS) info
 
 include ../../../gar/gar.lib/auto.mk
@@ -57,7 +63,7 @@
 
 post-extract:
        cd $(WORKDIR) && ln -f -s $(DISTNAME) slib
-       echo mkdir -p $(packageprefix)/share/slib
+       @echo mkdir -p $(packageprefix)/share/slib
        mkdir -p $(packageprefix)/share/slib
        $(MAKECOOKIE)
 
@@ -71,12 +77,12 @@
 
 
 build-my: configure
-       echo make infoz
+       @echo make infoz
        $(MAKE) -C $(WORKSRC) infoz
        $(MAKECOOKIE)
 
 custom-pre-install:
-       echo installing
+       @echo installing
        DESTDIR=$(packageprefix) &&  make -C $(WORKSRC) install
        $(MAKECOOKIE)
 
@@ -86,8 +92,8 @@
                libdir=$(prefix)/share/guile/ $(OUTPUT)
        $(MAKECOOKIE)
 
-#install-system: install-$(WORKSRC)/Makefile-DESTDIR
-#      $(MAKECOOKIE)
+install-system: install-$(WORKSRC)/Makefile-DESTDIR
+       $(MAKECOOKIE)
 
 #install-info:
 #      @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"

=== modified file 'pkg/gnu/slib/config.mk'
--- a/pkg/gnu/slib/config.mk    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/slib/config.mk    2022-10-22 09:37:35 +0000
@@ -1,10 +1,5 @@
 ## Configuration options for slib ##
 
-# Choose the targets you want to install SLIB for. `system' installs SLIB to 
-# $(prefix)/lib/slib for general use with Scheme interpreters; `guile' installs
-# it to $(prefix)/share/guile/slib for use with Guile
-
-INSTALL_TARGETS = system guile
 
 CONFIGURE_OPTS ?= 
 BUILD_OPTS ?=


reply via email to

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