gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4641: bunch of minor backlog changes...


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4641: bunch of minor backlog changes...
Date: Tue, 1 Aug 2017 15:50:39 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4641
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-08-01 12:50:31 -0700
message:
  bunch of minor backlog changes...
removed:
  pkg/gnu/gnu-c-manual/files/    files-20160617014725-uokjfnggs70iry9h-764
  pkg/gnu/sqltutor/files/        files-20160617014725-uokjfnggs70iry9h-1797
added:
  pkg/freedesktop/xorg-xproto/gpg-keyring 
gpgkeyring-20170519234028-il3aovrhcqd26zvq-1
modified:
  gar/gar.conf.mk                gar.conf.mk-20160617013739-fyi5aiwubjgbbvfn-2
  gar/gar.lib/info.mk            info.mk-20160617013740-b2gc1gamt0k7pzjx-7
  gar/gar.master.mk              gar.master.mk-20160617013745-b969jpkm3t4wwhf2-1
  gar/gar.mk                     gar.mk-20160617013745-r4h3dj0kiuppihsx-1
  gsrc.in                        gsrc.in-20121219230348-wzh5gxf54l655to3-1
  pkg/alpha/gcc/Makefile         makefile-20160617013554-2dgkgob7hbc1rnnp-16
  pkg/bio/ncbi-tools/sha256sums  sha256sums-20160617195624-kwz1a09vkg4le6fu-138
  pkg/bio/provean/Makefile       makefile-20160617195624-kwz1a09vkg4le6fu-162
  pkg/external/freetype2/Makefile makefile-20160617013639-z5fu1hm2di316w5v-77
  pkg/freedesktop/mesa/Makefile  makefile-20170328195329-x91spsyr6pnvj75c-4
  pkg/freedesktop/pulseaudio/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1308
  pkg/freedesktop/pulseaudio/config.mk 
config.mk-20160617014609-a4mzcfk4jc5n02ze-1
  pkg/freedesktop/pulseaudio/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-1312
  pkg/freedesktop/telepathy-glib/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1381
  pkg/gnome/libxml2/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1212
  pkg/gnu/aspell/Makefile        makefile-20160617014725-uokjfnggs70iry9h-417
  pkg/gnu/autoconf/Makefile      makefile-20160617014725-uokjfnggs70iry9h-423
  pkg/gnu/autoconf/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-425
  pkg/gnu/ballandpaddle/Makefile makefile-20160617014725-uokjfnggs70iry9h-439
  pkg/gnu/gcc/Makefile           makefile-20160617014725-uokjfnggs70iry9h-679
  pkg/gnu/gnu-c-manual/Makefile  makefile-20160617014725-uokjfnggs70iry9h-763
  pkg/gnu/gnubik/Makefile        makefile-20160617014725-uokjfnggs70iry9h-784
  pkg/gnu/gnubik/gpg-keyring     gpgkeyring-20160617014725-uokjfnggs70iry9h-785
  pkg/gnu/gnubik/sha256sums      sha256sums-20160617014725-uokjfnggs70iry9h-786
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
  pkg/gnu/gnuspeech/Makefile     makefile-20160617014725-uokjfnggs70iry9h-884
  pkg/gnu/gprolog/Makefile       makefile-20160617014725-uokjfnggs70iry9h-926
  pkg/gnu/linux-libre/Makefile   makefile-20160617014725-uokjfnggs70iry9h-1266
  pkg/gnu/liquidwar6/Makefile    makefile-20160617014725-uokjfnggs70iry9h-1272
  pkg/gnu/maverik/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1327
  pkg/gnu/maverik/config.mk      config.mk-20160617020623-c623hmp0c8xppad9-1
  pkg/gnu/nano-archimedes/Makefile makefile-20160617014725-uokjfnggs70iry9h-1459
  pkg/gnu/nano-archimedes/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1463
  pkg/gnu/shepherd/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1724
  pkg/gnu/spread-sheet-widget/Makefile 
makefile-20170531190405-21tosb1bv8s6svdq-2
  pkg/gnu/sqltutor/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1793
  pkg/gnu/userv/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1943
  pkg/other/eigen/Makefile       makefile-20160617200040-lqf8h520dfq0rtk7-47
  pkg/other/libffi/Makefile      makefile-20160617021831-zlvtnp07nqas2p6o-3
=== modified file 'gar/gar.conf.mk'
--- a/gar/gar.conf.mk   2016-06-17 19:08:15 +0000
+++ b/gar/gar.conf.mk   2017-08-01 19:50:31 +0000
@@ -4,7 +4,9 @@
 GARBALLDIR ?= $(GARDIR)/cache/garstow/garballs
 
 # Flags to pass to make to build in parallel.
-MAKE_ARGS_PARALLEL ?= -j1
+#MAKE_ARGS_PARALLEL ?= -j1
+MAKE_ARGS_PARALLEL ?= -j5
+#MAKE_ARGS_PARALLEL ?= -j6
 
 # List of packages that should not be installed automatically as
 # dependencies by GARStow -- for example, if they're provided by an
@@ -16,7 +18,7 @@
 # packages you build.  The default colors are bold white for messages,
 # red for errors, and green for success. If you don't want colors, you
 # can insert symbols to designate GSRC output.
-USE_COLOR ?= n
+USE_COLOR ?= y
 ifeq ($(USE_COLOR),y)
        OFF = "\\033[00m"
        MSG = "\\033[01\;37m"

=== modified file 'gar/gar.lib/info.mk'
--- a/gar/gar.lib/info.mk       2016-06-17 19:08:15 +0000
+++ b/gar/gar.lib/info.mk       2017-08-01 19:50:31 +0000
@@ -24,7 +24,7 @@
        printf "[$(OK)install-info$(OFF)] $(MSG)Installing entries to the Info 
directory$(OFF)\n"
        if $(SHELL) -c 'install-info --version' >/dev/null; then \
                for f in $(INFO_FILES); do \
-                       install-info --dir-file="$(prefix)/share/info/dir" \
+                       install-info --debug 
--dir-file="$(prefix)/share/info/dir" \
                                "$(prefix)/share/info/$$f"; \
                done; \
        else true; fi

=== modified file 'gar/gar.master.mk'
--- a/gar/gar.master.mk 2016-10-13 08:24:45 +0000
+++ b/gar/gar.master.mk 2017-08-01 19:50:31 +0000
@@ -37,13 +37,12 @@
        http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
 MASTER_GITHUB ?= \
        http://www.github.com/
-MASTER_GNA ?= \
-       http://download.gna.org/
 MASTER_GNOME ?= \
                                http://ftp-osl.osuosl.org/pub/gnome/  \
        http://ftp.gnome.org/pub/GNOME/sources/ \
        http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/
 MASTER_GNU ?= \
+                         https://mirrors.ocf.berkeley.edu/gnu/  \
        http://ftpmirror.gnu.org/
 MASTER_GNU_ALPHA ?= \
        ftp://alpha.gnu.org/gnu/
@@ -55,7 +54,9 @@
 MASTER_GNUSTEP ?= \
        http://ftpmain.gnustep.org/pub/gnustep/
 MASTER_GNUSTEP_NONFSF ?= \
-       http://download.gna.org/gnustep-nonfsf/
+    http://download.savannah.nongnu.org/releases/gap/
+
+# gna defunct  http://download.gna.org/gnustep-nonfsf/
 MASTER_GNUTLS ?= \
     https://gnupg.org/ftp/
      # problematic     ftp://ftp.gnutls.org/ gnupg.org  works

=== modified file 'gar/gar.mk'
--- a/gar/gar.mk        2016-10-13 08:24:45 +0000
+++ b/gar/gar.mk        2017-08-01 19:50:31 +0000
@@ -446,6 +446,8 @@
 keyring: fetch
        id=`gpg2 --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E 
"[0-9A-Z]{8}"` \
                && gpg2   --keyserver keys.gnupg.net  --recv-keys $$id && gpg2 
--export $$id > gpg-keyring
+
+
        #c. change
                #&& gpg2 --recv-keys $$id && gpg2 --export $$id > gpg-keyring
 
@@ -455,7 +457,7 @@
        @curl -L -s --head $(HOME_URL) | grep "HTTP/1.[01]"
 
 find-updates:
-       @for v in `python ../../util/gen-version-nums.py $(GARVERSION)`; do \
+       @for v in `python ../../../util/gen-version-nums.py $(GARVERSION)`; do \
                printf "%s\r\t\t%s" $(GARNAME) $$v; \
                make test-download GARVERSION="$$v" 1>/dev/null 2>&1 && printf 
"\n" && exit 0; \
                printf "\r                                               \r"; \

=== modified file 'gsrc.in'
--- a/gsrc.in   2016-06-20 18:57:23 +0000
+++ b/gsrc.in   2017-08-01 19:50:31 +0000
@@ -62,7 +62,7 @@
     if [ -d $GSRCDIR/$1 ]; then
        pkg_path=$GSRCDIR/$1
     else
-       for dir in pkg/{gnu,gnustep,gnome,deps,other,local,bio,libs,tools}; do
+       for dir in 
pkg/{gnu,gnustep,gnome,freedesktop,deps,other,local,bio,libs,tools}; do
            p=$GSRCDIR/$dir/$1
            if [ -d $p ]; then
                pkg_path=$p

=== modified file 'pkg/alpha/gcc/Makefile'
--- a/pkg/alpha/gcc/Makefile    2017-07-31 03:35:44 +0000
+++ b/pkg/alpha/gcc/Makefile    2017-08-01 19:50:31 +0000
@@ -94,5 +94,9 @@
        @ln -sf ../bin/cpp $(packageprefix)/lib/cpp
        $(MAKECOOKIE)
 
+checkall:
+       cd $(WORKOBJ); $(MAKE) -k check 
+       $(MAKECOOKIE)
 
+# send to gcc.gnu.org....
 

=== modified file 'pkg/bio/ncbi-tools/sha256sums'
--- a/pkg/bio/ncbi-tools/sha256sums     2016-06-17 19:57:40 +0000
+++ b/pkg/bio/ncbi-tools/sha256sums     2017-08-01 19:50:31 +0000
@@ -1,1 +1,1 @@
-d8fffac25efc8ca894c707c840a4797a8a949ae6fd983d2f91c9972f788efb7d  
download/ncbi.tar.gz
+603c9a4ade2a6f2f8e412558b732924d78fae403d225706e2ac38d553b08073c  
download/ncbi.tar.gz

=== modified file 'pkg/bio/provean/Makefile'
--- a/pkg/bio/provean/Makefile  2016-06-17 19:57:40 +0000
+++ b/pkg/bio/provean/Makefile  2017-08-01 19:50:31 +0000
@@ -35,7 +35,7 @@
 DISTFILES = $(DISTNAME).tar.gz
 
 BUILDDEPS =
-LIBDEPS = ncbi-blast cd-hit
+LIBDEPS =# ncbi-blast cd-hit
 
 ######################################################################
 

=== modified file 'pkg/external/freetype2/Makefile'
--- a/pkg/external/freetype2/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/external/freetype2/Makefile   2017-08-01 19:50:31 +0000
@@ -1,5 +1,5 @@
 GARNAME = freetype
-GARVERSION = 2
+GARVERSION = 2.8
 HOME_URL = http://www.freetype.org
 DESCRIPTION = A library to render fonts onto bitmaps, and other \
 font-related tasks

=== modified file 'pkg/freedesktop/mesa/Makefile'
--- a/pkg/freedesktop/mesa/Makefile     2017-03-28 19:53:51 +0000
+++ b/pkg/freedesktop/mesa/Makefile     2017-08-01 19:50:31 +0000
@@ -32,14 +32,16 @@
 ######################################################################
 
 MASTER_SITES = ftp://ftp.freedesktop.org/pub/
+       #  http://$(GARNAME).freedesktop.org/archive/
+
 MASTER_SUBDIR =  $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES =  $(DISTNAME).tar.xz.sig
 
-#consider: autogenargs = --disable-documentation
+# consider: autogenargs = --disable-documentation
+# xmlto doxygen 
 BUILDDEPS = 
-# xmlto
-LIBDEPS = #  libffi doxygen 
+LIBDEPS =   libffi 
 
 ######################################################################
 

=== modified file 'pkg/freedesktop/pulseaudio/Makefile'
--- a/pkg/freedesktop/pulseaudio/Makefile       2017-03-15 22:16:17 +0000
+++ b/pkg/freedesktop/pulseaudio/Makefile       2017-08-01 19:50:31 +0000
@@ -22,7 +22,8 @@
 
 NAME =    pulseaudio
 GARNAME = pulseaudio
-GARVERSION = 10.0
+#GARVERSION = 10.0  problems
+GARVERSION = 9.0
 HOME_URL = https://www.freedesktop.org/
 DESCRIPTION = pulseaudio
 define BLURB

=== modified file 'pkg/freedesktop/pulseaudio/config.mk'
--- a/pkg/freedesktop/pulseaudio/config.mk      2016-06-17 19:08:15 +0000
+++ b/pkg/freedesktop/pulseaudio/config.mk      2017-08-01 19:50:31 +0000
@@ -1,5 +1,5 @@
 ## Configuration options for pulseaudio ##
 ## adjust as needed
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?=  --without-caps
 BUILD_OPTS ?=

=== modified file 'pkg/freedesktop/pulseaudio/sha256sums'
--- a/pkg/freedesktop/pulseaudio/sha256sums     2017-03-15 22:16:17 +0000
+++ b/pkg/freedesktop/pulseaudio/sha256sums     2017-08-01 19:50:31 +0000
@@ -1,2 +1,2 @@
-a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57  
download/pulseaudio-10.0.tar.xz
-82f26f316146bb92c682916c8bec8969a7c20a3c3436914279cb72c207568d3f  
download/pulseaudio-10.0.tar.xz.md5
+c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686  
download/pulseaudio-9.0.tar.xz
+acf9fa34bedd1ec6c3303266c4ed25118025812df44e475b1d8a67a27865fe93  
download/pulseaudio-9.0.tar.xz.md5

=== modified file 'pkg/freedesktop/telepathy-glib/Makefile'
--- a/pkg/freedesktop/telepathy-glib/Makefile   2016-07-19 04:44:30 +0000
+++ b/pkg/freedesktop/telepathy-glib/Makefile   2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016 Carl Hansen
+# Copyright © 2016 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -22,13 +22,12 @@
 
 NAME =    telepathy-glib
 GARNAME = telepathy-glib
+GARVERSION = 0.24.1
 HOME_URL = http://telepathy.freedesktop.org
 DESCRIPTION = telepathy-glib
 define BLURB
 
 endef
-GARVERSION = 0.24.1
-#GARVERSION = 0.99.11
 
 ######################################################################
 
@@ -45,3 +44,4 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
+#   automake --add-missing

=== added file 'pkg/freedesktop/xorg-xproto/gpg-keyring'
Binary files a/pkg/freedesktop/xorg-xproto/gpg-keyring  1970-01-01 00:00:00 
+0000 and b/pkg/freedesktop/xorg-xproto/gpg-keyring 2017-08-01 19:50:31 +0000 
differ
=== modified file 'pkg/gnome/libxml2/Makefile'
--- a/pkg/gnome/libxml2/Makefile        2017-07-23 01:25:08 +0000
+++ b/pkg/gnome/libxml2/Makefile        2017-08-01 19:50:31 +0000
@@ -20,7 +20,7 @@
 
 NAME =    libxml2
 GARNAME = libxml2
-GARVERSION = 2.6.30
+GARVERSION = 2.9.4
 HOME_URL = http://xmlsoft.org/
 DESCRIPTION = XML parser and markup toolkit 
 define BLURB

=== modified file 'pkg/gnu/aspell/Makefile'
--- a/pkg/gnu/aspell/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/aspell/Makefile   2017-08-01 19:50:31 +0000
@@ -35,6 +35,8 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 INFO_FILES = $(GARNAME).info aspell-dev.info
 
+# dictionaries in same directory as tar.gz
+
 BUILDDEPS = #perl
 LIBDEPS =
 

=== modified file 'pkg/gnu/autoconf/Makefile'
--- a/pkg/gnu/autoconf/Makefile 2017-03-25 22:29:01 +0000
+++ b/pkg/gnu/autoconf/Makefile 2017-08-01 19:50:31 +0000
@@ -19,6 +19,8 @@
 GARNAME = autoconf
 GARVERSION = 2.69
 #GARVERSION = 2.64
+#GARVERSION = 2.13
+
 HOME_URL = http://www.gnu.org/software/autoconf/
 DESCRIPTION = Create source code configuration scripts
 define BLURB
@@ -34,7 +36,8 @@
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+SIGFILES = 
+#SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =
 LIBDEPS = m4

=== modified file 'pkg/gnu/autoconf/sha256sums'
--- a/pkg/gnu/autoconf/sha256sums       2017-03-25 22:29:01 +0000
+++ b/pkg/gnu/autoconf/sha256sums       2017-08-01 19:50:31 +0000
@@ -1,2 +1,1 @@
 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969  
download/autoconf-2.69.tar.gz
-e03b123c99f3b305f59c0e6db390ced229461103a9f780a4cb83d266b5568886  
download/autoconf-2.69.tar.gz.sig

=== modified file 'pkg/gnu/ballandpaddle/Makefile'
--- a/pkg/gnu/ballandpaddle/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/ballandpaddle/Makefile    2017-08-01 19:50:31 +0000
@@ -36,8 +36,10 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 PATCHFILES = fix-build.diff
 
-BUILDDEPS = guile gettext
-LIBDEPS = libsdl libsdl_image libsdl_mixer libsdl_ttf
+BUILDDEPS =
+# guile gettext
+LIBDEPS =
+# libsdl libsdl_image libsdl_mixer libsdl_ttf
 
 ######################################################################
 

=== modified file 'pkg/gnu/gcc/Makefile'
--- a/pkg/gnu/gcc/Makefile      2017-05-02 20:25:39 +0000
+++ b/pkg/gnu/gcc/Makefile      2017-08-01 19:50:31 +0000
@@ -71,6 +71,9 @@
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
+post-build: build
+       make -C work/gcc-7.1.0.build/ all
+
 install-links:
        @ln -sf gcc $(packageprefix)/bin/cc
        @ln -sf ../bin/cpp $(packageprefix)/lib/cpp

=== modified file 'pkg/gnu/gnu-c-manual/Makefile'
--- a/pkg/gnu/gnu-c-manual/Makefile     2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/gnu-c-manual/Makefile     2017-08-01 19:50:31 +0000
@@ -39,6 +39,8 @@
 LIBDEPS =
 CONFIGURE_SCRIPTS =
 
+# that's funny , no configure USE_AUTORECONF=y
+
 # needs texinfo.tex
 ######################################################################
 

=== removed directory 'pkg/gnu/gnu-c-manual/files'
=== modified file 'pkg/gnu/gnubik/Makefile'
--- a/pkg/gnu/gnubik/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnubik/Makefile   2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2015 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2015, 2017 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -17,7 +17,7 @@
 
 NAME = Gnubik
 GARNAME = gnubik
-GARVERSION = 2.4.2
+GARVERSION = 2.4.3
 HOME_URL = http://www.gnu.org/software/gnubik/
 DESCRIPTION = 3d Rubik's cube game
 define BLURB

=== modified file 'pkg/gnu/gnubik/gpg-keyring'
Binary files a/pkg/gnu/gnubik/gpg-keyring       2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/gnubik/gpg-keyring      2017-08-01 19:50:31 +0000 differ
=== modified file 'pkg/gnu/gnubik/sha256sums'
--- a/pkg/gnu/gnubik/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnubik/sha256sums 2017-08-01 19:50:31 +0000
@@ -1,2 +1,2 @@
-85fa3f163c062bd0c1ecbfd5b95706e79091b153bb6ca9b3e340dbf5bb751756  
download/gnubik-2.4.2.tar.gz
-f21b20df90fa87df85fc907b219f697068e23f75c8be3b613a537b142ffbb811  
download/gnubik-2.4.2.tar.gz.sig
+2b3ed36fb5ba9eec80fd86f94eabbe866506f4fe1948a9d7480f225c89488eee  
download/gnubik-2.4.3.tar.gz
+3c8f29225c9b52fcaa415fd648962030b4b5fada97b8284aa98911e5611ac603  
download/gnubik-2.4.3.tar.gz.sig

=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2017-05-14 04:52:47 +0000
+++ b/pkg/gnu/gnulib/Makefile   2017-08-01 19:50:31 +0000
@@ -32,6 +32,9 @@
 files, for convenience.
 endef
 
+# put or link the "gnulib-tool" into your PATH as you wish.
+# gnulib.info to infopath...
+# 
 ######################################################################
 
 #MASTER_SITES =  savannah.gnu.org

=== modified file 'pkg/gnu/gnuspeech/Makefile'
--- a/pkg/gnu/gnuspeech/Makefile        2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/gnuspeech/Makefile        2017-08-01 19:50:31 +0000
@@ -32,6 +32,8 @@
 # uses cmake
 #
 # n.b. package name is gnuspeech, tar file name is gnuspeechsa !!!!
+#
+# https://github.com/mym8/gnuspeech_sa/archive/v0.1.6.tar.gz
 
 ######################################################################
 

=== modified file 'pkg/gnu/gprolog/Makefile'
--- a/pkg/gnu/gprolog/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gprolog/Makefile  2017-08-01 19:50:31 +0000
@@ -46,6 +46,9 @@
 CONFIGURE_ARGS += --with-install-dir=$(prefix)/share/$(GARNAME)/$(GARVERSION) \
                  --with-links-dir=$(packagedir)/bin 
--with-doc-dir=$(prefix)/share/doc
 
+# mv carl,,, needed?
+               #mv -f $(prefix)/bin/`basename $$f` \tmp; \
+
 post-install:
        $(MAKE) -C $(WORKSRC) install-links 
INSTALL_DIR=$(packagedir)/share/$(GARNAME)/$(GARVERSION)
        for f in $(packagedir)/bin/*; do \

=== modified file 'pkg/gnu/linux-libre/Makefile'
--- a/pkg/gnu/linux-libre/Makefile      2017-07-04 01:42:40 +0000
+++ b/pkg/gnu/linux-libre/Makefile      2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2014, 2015, 2016 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #

=== modified file 'pkg/gnu/liquidwar6/Makefile'
--- a/pkg/gnu/liquidwar6/Makefile       2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/liquidwar6/Makefile       2017-08-01 19:50:31 +0000
@@ -35,9 +35,9 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =
-LIBDEPS = guile gmp gc libtool zlib libpng libsdl libsdl_image \
-          libsdl_ttf libsdl_mixer expat libjpeg
-
+LIBDEPS =# guile gmp gc libtool zlib libpng libsdl libsdl_image        \
+         # libsdl_ttf libsdl_mixer expat libjpeg
+         # libcaca
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/maverik/Makefile'
--- a/pkg/gnu/maverik/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/maverik/Makefile  2017-08-01 19:50:31 +0000
@@ -38,6 +38,8 @@
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = libs headers
 
+LS = "ld $(LDFLAGS)"
+
 BUILDDEPS = 
 LIBDEPS =
 #LIBDEPS = gtk2 cairo pango gdk-pixbuf atk

=== modified file 'pkg/gnu/maverik/config.mk'
--- a/pkg/gnu/maverik/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/maverik/config.mk 2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for maverik ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= LD="ld $(LDFLAGS) "

=== modified file 'pkg/gnu/nano-archimedes/Makefile'
--- a/pkg/gnu/nano-archimedes/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/nano-archimedes/Makefile  2017-08-01 19:50:31 +0000
@@ -31,11 +31,12 @@
 
 ######################################################################
 
#http://www.nano-archimedes.com/download/nano-archimedes-ballistic-1D-2D-1body-2bodies-2.0.tar
+
 MASTER_SITES = http://www.nano-archimedes.com/
 MASTER_SUBDIR = download/
 #DISTNAME = $(GARNAME)-1D-ballistic-$(GARVERSION)
 DISTNAME = $(GARNAME)-ballistic-1D-2D-1body-2bodies-$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(DISTNAME).tar
 SIGFILES =
 WORKSRC = $(WORKDIR)/$(GARNAME)-ballistic-1D-2D-1body-2bodies
 BUILD_SCRIPTS = bin

=== modified file 'pkg/gnu/nano-archimedes/sha256sums'
--- a/pkg/gnu/nano-archimedes/sha256sums        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/nano-archimedes/sha256sums        2017-08-01 19:50:31 +0000
@@ -1,1 +1,1 @@
-3efe850a2d1005efbbc04e57a3d800947923c973446702a1ff791a506ae95d2e  
download/nano-archimedes-ballistic-1D-2D-1body-2bodies-2.0.tar.gz
+3efe850a2d1005efbbc04e57a3d800947923c973446702a1ff791a506ae95d2e  
download/nano-archimedes-ballistic-1D-2D-1body-2bodies-2.0.tar

=== modified file 'pkg/gnu/shepherd/Makefile'
--- a/pkg/gnu/shepherd/Makefile 2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/shepherd/Makefile 2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016 Carl Hansen, if copyright isn't too trivial
+# Copyright © 2016 Carl Hansen <address@hidden>, if copyright isn't too trivial
 #
 # This file is part of GSRC.
 #
@@ -43,4 +43,5 @@
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
 include config.mk

=== modified file 'pkg/gnu/spread-sheet-widget/Makefile'
--- a/pkg/gnu/spread-sheet-widget/Makefile      2017-05-31 19:07:20 +0000
+++ b/pkg/gnu/spread-sheet-widget/Makefile      2017-08-01 19:50:31 +0000
@@ -27,6 +27,7 @@
 HOME_URL = http://www.gnu.org/software/spread-sheet-widget/
 DESCRIPTION = spread-sheet-widget using gtk3
 define BLURB
+spread-sheet widget using gtk3, new program
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/sqltutor/Makefile'
--- a/pkg/gnu/sqltutor/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/sqltutor/Makefile 2017-08-01 19:50:31 +0000
@@ -35,6 +35,7 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
+# apt install  libpqxx-4.0v5  libpqxx-dev   
 BUILDDEPS =
 LIBDEPS =
 

=== removed directory 'pkg/gnu/sqltutor/files'
=== modified file 'pkg/gnu/userv/Makefile'
--- a/pkg/gnu/userv/Makefile    2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/userv/Makefile    2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2017 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -28,7 +28,7 @@
 endef
 
 ######################################################################
-
+# http://www.chiark.greenend.org.uk/~ian/userv/userv.tar.gz
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz

=== modified file 'pkg/other/eigen/Makefile'
--- a/pkg/other/eigen/Makefile  2016-06-21 08:22:20 +0000
+++ b/pkg/other/eigen/Makefile  2017-08-01 19:50:31 +0000
@@ -1,6 +1,6 @@
 # Copyright © 2014 Brandon Invergo <address@hidden>
 #
-# This file is part of BioSRC.
+# This file is part of BioSRC and thus GSRC.
 #
 # BioSRC 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/other/libffi/Makefile'
--- a/pkg/other/libffi/Makefile 2016-06-17 19:57:40 +0000
+++ b/pkg/other/libffi/Makefile 2017-08-01 19:50:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016 Carl Hansen
+# Copyright © 2016 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #


reply via email to

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