gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6814: assorted


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6814: assorted
Date: Wed, 18 Dec 2019 19:23:07 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6814
revision-id: address@hidden-20191219002300-upjy7v39vffx5o7d
parent: address@hidden-20191219002209-k2iide5ho89312cg
committer: address@hidden
branch nick: trunk
timestamp: Wed 2019-12-18 16:23:00 -0800
message:
  assorted
modified:
  gar/gar.env.mk                 gar.env.mk-20160617013739-wvc0o4a3snqz0iin-1
  gar/gar.lib.mk                 gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
  pkg/gnome/simple-scan/Makefile makefile-20161016061119-o83dath88irwqg31-3
  pkg/gnome/simple-scan/config.mk config.mk-20161016061119-o83dath88irwqg31-2
  pkg/gnu/datamash/Makefile      makefile-20160617014725-uokjfnggs70iry9h-554
  pkg/gnu/freeipmi/Makefile      makefile-20160617014725-uokjfnggs70iry9h-657
  pkg/gnu/gnubg/Makefile         makefile-20180502064230-qcw2evm55jenihrg-3
  pkg/gnu/gsl/Makefile           makefile-20160617014725-uokjfnggs70iry9h-951
  pkg/gnu/help2man/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1028
  pkg/gnu/wget/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1998
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/other/tile-forth/Makefile  makefile-20191121061716-35s8rzbq86fj5emi-5
=== modified file 'gar/gar.env.mk'
--- a/gar/gar.env.mk    2018-08-22 08:04:12 +0000
+++ b/gar/gar.env.mk    2019-12-19 00:23:00 +0000
@@ -44,7 +44,7 @@
 # Choose your Python binary
 PYTHON ?= python
 PYTHON2_VER := 2.7
-PYTHON3_VER := 3.6
+PYTHON3_VER := 3.7
 PYTHON_PATH := 
$(prefix)/lib/python${PYTHON2_VER}/site-packages/:$(prefix)/lib/python${PYTHON3_VER}:$(PYTHON_PATH)
 
 # Export variables to the build environment.

=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk    2019-05-09 18:09:06 +0000
+++ b/gar/gar.lib.mk    2019-12-19 00:23:00 +0000
@@ -436,6 +436,7 @@
 # correctly when WORKOBJ is set to something other than WORKDIR.
 configure-%/configure:
        @printf "[$(OK)configure$(OFF)] $(MSG)Running $(CONFIGURE_NAME) in 
$(OFF)$*\n"
+       @printf "[$(OK)CONFIGURE_ARGS is $(CONFIGURE_ARGS) $(OFF)] \n"
        mkdir -p $(WORKOBJ)
        cd $(if $(WORKOBJ_CHANGED_P),$(WORKOBJ),$*) && $(CONFIGURE_ENV) $(if 
$(WORKOBJ_CHANGED_P),$(LEAVE_WORKOBJ)/$*,.)/$(CONFIGURE_NAME) $(CONFIGURE_ARGS) 
$(OUTPUT)
        $(MAKECOOKIE)

=== modified file 'pkg/gnome/simple-scan/Makefile'
--- a/pkg/gnome/simple-scan/Makefile    2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/simple-scan/Makefile    2019-12-19 00:23:00 +0000
@@ -1,6 +1,7 @@
 # Copyright ©2016,2017,2018,2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnome/simple-scan/config.mk'
--- a/pkg/gnome/simple-scan/config.mk   2016-10-16 06:14:52 +0000
+++ b/pkg/gnome/simple-scan/config.mk   2019-12-19 00:23:00 +0000
@@ -1,5 +1,5 @@
 ## Configuration options ##
 ## adjust as needed
 
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+CONFIGURE_OPTS ?= -U HAVE_COLORD -U HAVE_PACKAGEKIT -U HAVE_WEBP
+BUILD_OPTS ?= -U HAVE_COLORD -U HAVE_PACKAGEKIT -U HAVE_WEBP

=== modified file 'pkg/gnu/datamash/Makefile'
--- a/pkg/gnu/datamash/Makefile 2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/datamash/Makefile 2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2014, 2015, 2017 Brandon Invergo <address@hidden>
-# Copyright ©2017, 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnu/freeipmi/Makefile'
--- a/pkg/gnu/freeipmi/Makefile 2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/freeipmi/Makefile 2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <address@hidden>
 # Copyright © 2018, 2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnu/gnubg/Makefile'
--- a/pkg/gnu/gnubg/Makefile    2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/gnubg/Makefile    2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014 Brandon Invergo <address@hidden>
 # Copyright © 2018, 2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnu/gsl/Makefile'
--- a/pkg/gnu/gsl/Makefile      2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/gsl/Makefile      2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright ©2013,2017 Brandon Invergo <address@hidden>
 # Copyright ©2018,2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnu/help2man/Makefile'
--- a/pkg/gnu/help2man/Makefile 2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/help2man/Makefile 2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014, 2015 Brandon Invergo <address@hidden>
 # Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
 #
-# 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

=== modified file 'pkg/gnu/wget/Makefile'
--- a/pkg/gnu/wget/Makefile     2019-04-05 20:56:28 +0000
+++ b/pkg/gnu/wget/Makefile     2019-12-19 00:23:00 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014, 2015, 2016 Brandon Invergo <address@hidden>
 # Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
 #
-# 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
@@ -21,7 +22,7 @@
 #
 NAME = Wget
 GARNAME = wget
-GARVERSION = 1.20.3
+GARVERSION = 1.99.2
 HOME_URL = http://www.gnu.org/software/wget/
 DESCRIPTION = Non-interactive command-line utility for downloading files
 define BLURB

=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2019-12-02 04:58:04 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2019-12-19 00:23:00 +0000
@@ -147,7 +147,6 @@
 --libdir=$(prefix)/lib  \
 --with-abi=m64 \
 --with-multilib-list=m32,m64,mx32 \
---with-arch-32=i686  \
 --without-included-gettext  \
 --with-system-zlib \
 --with-target-system-zlib \
@@ -161,7 +160,7 @@
 --host=x86_64-linux-gnu \
 --target=x86_64-linux-gnu 
 
-
+# --with-arch-32=i686  \
 # enable-bootstrap might not be necessary, but it solves some problems
 # of building when not using recent gcc to build.
 

=== modified file 'pkg/other/tile-forth/Makefile'
--- a/pkg/other/tile-forth/Makefile     2019-11-21 06:18:22 +0000
+++ b/pkg/other/tile-forth/Makefile     2019-12-19 00:23:00 +0000
@@ -32,7 +32,7 @@
 endef
 
 ######################################################################
-MASTER_SITES = $(MASTER_NON_GNU)/
+MASTER_SITES = $(MASTER_GNU)/
 MASTER_SUBDIR = /non-gnu/tile-forth/ 
 DISTFILES =  $(GARNAME)-$(GARVERSION).tar.gz
 SIGFILES = 


reply via email to

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