gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7769: gnustep stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7769: gnustep stuff
Date: Tue, 27 Jul 2021 19:02:42 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7769
revision-id: carlhansen@gnu.org-20210727230236-yf3wtkxtm985bh39
parent: carlhansen@gnu.org-20210727204903-bhkclv21kp6cluhr
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2021-07-27 16:02:36 -0700
message:
  gnustep stuff
removed:
  pkg/gnustep/coregtk/files/     files-20170801002239-ufpkp7o4620zq6ge-1
  pkg/gnustep/coregtk/files/makefile.diff 
makefile.diff-20170801002239-ufpkp7o4620zq6ge-2
modified:
  pkg/gnustep/coregtk/Makefile   makefile-20161121035830-235z5tw7gh8dspii-3
  pkg/gnustep/coregtk/sha256sums sha256sums-20161121035830-235z5tw7gh8dspii-4
  pkg/gnustep/gnustep-back/Makefile makefile-20160618050220-s8fssrfqiduiyivr-3
  pkg/gnustep/gnustep-base/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-206
  pkg/gnustep/gnustep-base/config.mk config.mk-20160617021731-lnndw4blqmfl7j8q-1
=== modified file 'pkg/gnustep/coregtk/Makefile'
--- a/pkg/gnustep/coregtk/Makefile      2017-08-01 00:22:55 +0000
+++ b/pkg/gnustep/coregtk/Makefile      2021-07-27 23:02:36 +0000
@@ -1,7 +1,8 @@
 # Copyright ©2013 Brandon Invergo <brandon@invergo.net>
-# Copyright ©2017 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2017, 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
@@ -20,7 +21,7 @@
 
 NAME = CoreGTK
 GARNAME = coregtk
-GARVERSION = 3.18.0 
+GARVERSION = 3.22.0 
 HOME_URL = http://www.gnustep.org/softwareindex/showdetail.php?app=195
        # or http://coregtk.org 
        # or https://www.tylerburton.ca
@@ -40,8 +41,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 
-PATCHFILES = makefile.diff
-PATCHOPTS = -p3
+#PATCHFILES = makefile.diff
+#PATCHOPTS = -p3
 
 CONFIGURE_SCRIPTS =
 WORKSRC = $(WORKDIR)/$(DISTNAME)/src
@@ -56,8 +57,8 @@
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
-post-configure:
-       @echo Note. I had problems with "make -j4",   "make -j1" worked.
+#post-configure:
+#      @echo Note. I had problems with "make -j4",   "make -j1" worked.
 
 pre-build:
        $(MAKE) -j1  -C $(WORKSRC) -f makefile
@@ -78,6 +79,15 @@
        @echo
        $(MAKECOOKIE)
 
+install:
+       @echo Does not actually install anything at this time.
+       @echo Just grab appropiate files and add to your project.
+       @echo A library might be created in the future.
+       @echo
+       @echo There is an example executable created,  
work/coregtk*/src/coregtk_test
+       @echo
+       $(MAKECOOKIE)
+
 
 
 

=== removed directory 'pkg/gnustep/coregtk/files'
=== removed file 'pkg/gnustep/coregtk/files/makefile.diff'
--- a/pkg/gnustep/coregtk/files/makefile.diff   2017-08-01 00:22:55 +0000
+++ b/pkg/gnustep/coregtk/files/makefile.diff   1970-01-01 00:00:00 +0000
@@ -1,20 +0,0 @@
-*** work/coregtk-3.18.0/src/makefile   2017-07-31 16:05:15.763446609 -0700
---- work/coregtk-3.18.0/src/makefile   2017-07-31 16:05:41.538962130 -0700
-***************
-*** 14,20 ****
-  CC=gcc
-  
-  #Compiler flags
-! CCFLAGS=-Qunused-arguments -Wno-deprecated-declarations -I. -I./CoreGTK
-  
-  #CFLAGS
-  CFLAGS=-c
---- 14,21 ----
-  CC=gcc
-  
-  #Compiler flags
-! #CCFLAGS=-Qunused-arguments -Wno-deprecated-declarations -I. -I./CoreGTK
-! CCFLAGS= -Wno-deprecated-declarations -I. -I./CoreGTK
-  
-  #CFLAGS
-  CFLAGS=-c

=== modified file 'pkg/gnustep/coregtk/sha256sums'
--- a/pkg/gnustep/coregtk/sha256sums    2017-08-01 00:22:55 +0000
+++ b/pkg/gnustep/coregtk/sha256sums    2021-07-27 23:02:36 +0000
@@ -1,2 +1,2 @@
-9237f0b7e201c40119277f75695d962b62c07b26955e17a37d2b95409ef110ae  
download/coregtk-3.18.0.tar.gz
+b5a13b6a26d9cc2b6a765dc5a9fb51182f0375609a13b63473b57243b6a4b276  
download/coregtk-3.22.0.tar.gz
 6f786363f7fa5ed21b292ea9e9c76a904b3e8161ae2cd0aebf884ee5905d0b7a  
download/makefile.diff

=== modified file 'pkg/gnustep/gnustep-back/Makefile'
--- a/pkg/gnustep/gnustep-back/Makefile 2021-05-09 04:31:23 +0000
+++ b/pkg/gnustep/gnustep-back/Makefile 2021-07-27 23:02:36 +0000
@@ -55,6 +55,8 @@
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
+.PHONY: post-intall
+
 
 post-install:
        make -C $(WORKOBJ)/Documentation/ install

=== modified file 'pkg/gnustep/gnustep-base/Makefile'
--- a/pkg/gnustep/gnustep-base/Makefile 2021-07-10 15:45:32 +0000
+++ b/pkg/gnustep/gnustep-base/Makefile 2021-07-27 23:02:36 +0000
@@ -58,6 +58,8 @@
 
 #LDFLAGS=" -L/users/chansen/gsrc/lib -shared-libgcc "
 
+.PHONY: post-install check
+
 post-install:
        make -C $(WORKOBJ)/Documentation/ install
 

=== modified file 'pkg/gnustep/gnustep-base/config.mk'
--- a/pkg/gnustep/gnustep-base/config.mk        2021-07-10 15:45:32 +0000
+++ b/pkg/gnustep/gnustep-base/config.mk        2021-07-27 23:02:36 +0000
@@ -3,7 +3,8 @@
 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
+BUILD_OPTS ?=
+#CFLAGS+=--enable-nxconstantstring
 
 #CFLAGS+="-Wl,-L$(prefix)/lib  -Wl,-rpath=$(prefix)/lib "
 


reply via email to

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