gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7730: some stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7730: some stuff
Date: Sat, 10 Jul 2021 11:45:40 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7730
revision-id: carlhansen@gnu.org-20210710154532-yvzxd4mtbbkc49pb
parent: carlhansen@gnu.org-20210708185556-yfay5nzr2pufp7yb
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sat 2021-07-10 08:45:32 -0700
message:
  some stuff
modified:
  pkg/gnu/gprolog/Makefile       makefile-20160617014725-uokjfnggs70iry9h-926
  pkg/gnu/gprolog/sha256sums     sha256sums-20160617014725-uokjfnggs70iry9h-928
  pkg/gnu/make/config.mk         config.mk-20160617020615-fi0fpi8hxw2iha7t-1
  pkg/gnu/mygnuhealth/Makefile   makefile-20210625003246-o39i8jb80ys6fykw-3
  pkg/gnu/mygnuhealth/sha256sums sha256sums-20210625003305-d3cmev601rjomf67-1
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnualpha/gcc10snapshot/sha256sums 
sha256sums-20190506050828-2enxreepw1xsv1i3-4
  pkg/gnualpha/gcc12snapshot/Makefile makefile-20210427033705-fj19fk40drjylrep-3
  pkg/gnustep/gnustep-base/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-206
  pkg/gnustep/gnustep-base/config.mk config.mk-20160617021731-lnndw4blqmfl7j8q-1
  pkg/gnustep/libobjc2/Makefile  makefile-20160617021536-2y71qvmiwaimvy1u-246
  pkg/other/freefem/Makefile     makefile-20170403041214-jub3cphz960e5j2p-3
  pkg/other/freefem/sha256sums   sha256sums-20210406224758-p8xm300w7bfv2mfj-1
  pkg/other/libann/config.mk     config.mk-20161216015339-0k9uqe4c7go3o5n3-3
=== modified file 'pkg/gnu/gprolog/Makefile'
--- a/pkg/gnu/gprolog/Makefile  2018-10-19 07:41:05 +0000
+++ b/pkg/gnu/gprolog/Makefile  2021-07-10 15:45:32 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2021 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
@@ -17,7 +19,7 @@
 
 NAME = gprolog
 GARNAME = gprolog
-GARVERSION = 1.4.5
+GARVERSION = 1.5.0
 #HOME_URL = http://www.gnu.org/software/gprolog/
 HOME_URL = http://www.gprolog.org/
 DESCRIPTION = Prolog compiler and interpreter
@@ -35,8 +37,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 WORKSRC = $(WORKDIR)/$(DISTNAME)/src
+WORKOBJ = $(WORKSRC)
 CONFIGURE_SCRIPTS = $(WORKSRC)/configure
-WORKOBJ = $(WORKSRC)
 
 BUILDDEPS = 
 LIBDEPS = 
@@ -47,15 +49,3 @@
 #include ../../../gar/gar.lib/info.mk
 include config.mk
 
-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 \
-               ln -s $$f $(prefix)/bin/`basename $$f`; \
-       done
-       $(MAKECOOKIE)

=== modified file 'pkg/gnu/gprolog/sha256sums'
--- a/pkg/gnu/gprolog/sha256sums        2018-10-19 07:41:05 +0000
+++ b/pkg/gnu/gprolog/sha256sums        2021-07-10 15:45:32 +0000
@@ -1,1 +1,1 @@
-bfdcf00e051e0628b4f9af9d6638d4fde6ad793401e58a5619d1cc6105618c7c  
download/gprolog-1.4.5.tar.gz
+670642b43c0faa27ebd68961efb17ebe707688f91b6809566ddd606139512c01  
download/gprolog-1.5.0.tar.gz

=== modified file 'pkg/gnu/make/config.mk'
--- a/pkg/gnu/make/config.mk    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/make/config.mk    2021-07-10 15:45:32 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for make ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?= --disable-dependency-tracking
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/mygnuhealth/Makefile'
--- a/pkg/gnu/mygnuhealth/Makefile      2021-06-25 00:33:22 +0000
+++ b/pkg/gnu/mygnuhealth/Makefile      2021-07-10 15:45:32 +0000
@@ -21,7 +21,7 @@
 
 NAME = mygnuhealth
 GARNAME = mygnuhealth
-GARVERSION =  1.0.0
+GARVERSION =  1.0.1
 HOME_URL = http://www.gnu.org/software/health/
 DESCRIPTION = personal health and hospital information system
 define BLURB
@@ -42,7 +42,7 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
-post-extract pre-build build:
+post-fetch 0onfigure post-extract pre-build build:
        @echo
        @echo
        @echo

=== modified file 'pkg/gnu/mygnuhealth/sha256sums'
--- a/pkg/gnu/mygnuhealth/sha256sums    2021-06-25 00:33:22 +0000
+++ b/pkg/gnu/mygnuhealth/sha256sums    2021-07-10 15:45:32 +0000
@@ -1,2 +1,2 @@
-446b422bd3a8571601f994f9e31649dfeb852bcf92b813d7a829f8afa5f1b438  
download/mygnuhealth-1.0.0.tar.gz
-92fda50158c81ce4acbc7800d55fbaa429d6a67e79f290e2d395f37481008495  
download/mygnuhealth-1.0.0.tar.gz.sig
+3e61480ebab0e451efb07ec97d5a49c42d2a08695f02012c4780a92ba4350e9c  
download/mygnuhealth-1.0.1.tar.gz
+3ef40a4a347b6e97cf682b9723982bc876cbb06a709d574914d2c6c2360ec138  
download/mygnuhealth-1.0.1.tar.gz.sig

=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2021-07-03 19:52:54 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2021-07-10 15:45:32 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 10 development version
 GARNAME = gcc10snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 10-20210702
+GARVERSION = 10-20210709
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 10 snapshot
 define BLURB

=== modified file 'pkg/gnualpha/gcc10snapshot/sha256sums'
--- a/pkg/gnualpha/gcc10snapshot/sha256sums     2021-07-03 19:52:54 +0000
+++ b/pkg/gnualpha/gcc10snapshot/sha256sums     2021-07-10 15:45:32 +0000
@@ -1,1 +1,1 @@
-ce142dd0b632de589423cbd15e5f3afdc0f4b861902a698265a2fb24e1d26c01  
download/gcc-10-20210702.tar.xz
+018a5613465e3e362174108cca2a635e2b136a381e661bada1be27896da99782  
download/gcc-10-20210709.tar.xz

=== modified file 'pkg/gnualpha/gcc12snapshot/Makefile'
--- a/pkg/gnualpha/gcc12snapshot/Makefile       2021-07-04 22:56:12 +0000
+++ b/pkg/gnualpha/gcc12snapshot/Makefile       2021-07-10 15:45:32 +0000
@@ -126,7 +126,8 @@
 --enable-gnu-unique-object \
 --enable-gtk-cairo \
 --enable-host-shared  \
---enable-languages=c,c++,fortran,go,ada,d,jit,objc,obj-c++ \
+--enable-languages=c \
+#,c++,fortran,go,ada,d,jit,objc,obj-c++ \
 --enable-libmpx \
 --enable-libssp \
 --enable-libstdcxx-debug \
@@ -134,7 +135,8 @@
 --enable-linker-build-id \
 --enable-lto \
 --enable-multiarch \
---enable-multilib  \
+--disable-multilib  \
+#--enable-multilib  \
 --enable-nls \
 --enable-objc-gc=auto \
 --enable-plugin \

=== modified file 'pkg/gnustep/gnustep-base/Makefile'
--- a/pkg/gnustep/gnustep-base/Makefile 2021-05-09 04:31:23 +0000
+++ b/pkg/gnustep/gnustep-base/Makefile 2021-07-10 15:45:32 +0000
@@ -56,6 +56,8 @@
 
 #CONFIGURE_ARGS += --with-default-config=$(prefix)/etc/GNUstep/GNUstep.conf
 
+#LDFLAGS=" -L/users/chansen/gsrc/lib -shared-libgcc "
+
 post-install:
        make -C $(WORKOBJ)/Documentation/ install
 

=== modified file 'pkg/gnustep/gnustep-base/config.mk'
--- a/pkg/gnustep/gnustep-base/config.mk        2021-05-05 22:48:18 +0000
+++ b/pkg/gnustep/gnustep-base/config.mk        2021-07-10 15:45:32 +0000
@@ -1,6 +1,7 @@
 ## Configuration options for gnustep-base ##
 
-CONFIGURE_OPTS ?= --enable-libffi --enable-nxconstantstring
+CONFIGURE_OPTS ?= --enable-libffi --enable-nxconstantstring 
+
 #CONFIGURE_OPTS ?= --enable-libffi --enable-libiconv LIBS=-liconv 
CFLAGS="-Wl,-L$(prefix)/lib  -Wl,-rpath=$(prefix)/lib "
 BUILD_OPTS ?= CFLAGS+=--enable-nxconstantstring
 

=== modified file 'pkg/gnustep/libobjc2/Makefile'
--- a/pkg/gnustep/libobjc2/Makefile     2021-01-03 02:50:32 +0000
+++ b/pkg/gnustep/libobjc2/Makefile     2021-07-10 15:45:32 +0000
@@ -59,7 +59,9 @@
 #HINT
 # doen't build with gcc, needs clang, unless someone fixes it
 
-CC=clang
-C++=clang
+CC=/bin/clang
+cc=/bin/clang
+C++=/bin/clang
+c++=/bin/clang
 CFLAGS=-std=gnu11
 

=== modified file 'pkg/other/freefem/Makefile'
--- a/pkg/other/freefem/Makefile        2021-04-09 08:06:56 +0000
+++ b/pkg/other/freefem/Makefile        2021-07-10 15:45:32 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2017, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2019, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 NAME =    FreeFem
 GARNAME = freefem
 UPSTREAMNAME =  freefem
-GARVERSION = 4.8
+GARVERSION = 4.9
 HOME_URL = http://www.freefem.org/
 DESCRIPTION =  partial differential equation solver, finite element analysis
 define BLURB
@@ -49,6 +49,8 @@
 SIGFILES =
 
 WORKSRC = $(WORKDIR)/FreeFem-sources-$(GARVERSION)
+CONFIGURE_SCRIPTS = 
+BUILD_SCRIPTS = my
 
 BUILDDEPS =
 LIBDEPS =
@@ -59,9 +61,14 @@
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
+.PHONY: post-fetch configure-my
+
 post-fetch:
        cp download/$(DISTFILES) download/$(DISTNAME).tar.gz
        $(MAKECOOKIE)
 
-
+build-my:
+       cd $(WORKSRC) && ./reconfigure $(WORKSRC)/../../config.param
+       cmake
+       $(MAKECOOKIE)
 

=== modified file 'pkg/other/freefem/sha256sums'
--- a/pkg/other/freefem/sha256sums      2021-04-09 08:06:56 +0000
+++ b/pkg/other/freefem/sha256sums      2021-07-10 15:45:32 +0000
@@ -1,1 +1,1 @@
-499b1ca24d45088226a238412ea1492d9cc3eb6088866904145511469780180d  
download/v4.8.tar.gz
+299ba2b73dfff578b7890f693c1e835680bf55eba87263cabd60d81909e1e0e4  
download/v4.9.tar.gz

=== modified file 'pkg/other/libann/config.mk'
--- a/pkg/other/libann/config.mk        2016-12-16 01:55:05 +0000
+++ b/pkg/other/libann/config.mk        2021-07-10 15:45:32 +0000
@@ -2,4 +2,4 @@
 ## adjust as needed
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= CPPFLAGS=-fpermissive
+BUILD_OPTS ?= CPPFLAGS="-fpermissive  -I."


reply via email to

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