unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failure
@ 2020-05-27  3:12 Josh Marshall
  2020-05-27 11:34 ` bug#41556: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Marshall @ 2020-05-27  3:12 UTC (permalink / raw)
  To: 41556; +Cc: Josh Marshall

    * gnu/packages/version-control.scm (aegis): Update homepage link and fix build failure
---
 gnu/packages/version-control.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 09ffd8f271..deb746db26 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1885,7 +1885,10 @@ accessed and migrated on modern systems.")
        ("ed" ,ed)))
     (arguments
      `(#:configure-flags (list "--with-no-aegis-configured"
-                               "--sharedstatedir=/var/com/aegis")
+                               "--sharedstatedir=/var/com/aegis"
+			       ;; Uses the old 'throw()' specifier with 'new'
+			       ;; which changed in C++11.
+			       "CXXFLAGS=-std=c++03")
        #:parallel-build? #f ; There are some nasty racy rules in the Makefile.
        #:phases
        (modify-phases %standard-phases
@@ -1928,7 +1931,7 @@ accessed and migrated on modern systems.")
 
                ;; The author decided to call the check rule "sure".
                (invoke "make" "sure")))))))
-    (home-page "http://aegis.sourceforge.net")
+    (home-page "https://sourceforge.net/projects/aegis/")
     (synopsis "Project change supervisor")
     (description "Aegis is a project change supervisor, and performs some of
 the Software Configuration Management needed in a CASE environment.  Aegis
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#41556: [PATCH] gnu: aegis: Update homepage link and fix build failure
  2020-05-27  3:12 [bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failure Josh Marshall
@ 2020-05-27 11:34 ` Tobias Geerinckx-Rice via Guix-patches via
  2020-05-27 12:32   ` [bug#41556] " Josh Marshall
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-05-27 11:34 UTC (permalink / raw)
  To: Josh Marshall; +Cc: 41556-done

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

Josh,

Josh Marshall 写道:
>     * gnu/packages/version-control.scm (aegis):
  ^^^^

‘git log’ adds 4 leading spaces to commit message bodies but you 
don't need to add (or, I presume, copy/paste :-) them yourself.

> Update homepage link and fix build failure

Thanks!  I've split these two unrelated changes into two commits.

SF project pages aren't goot home pages but this project looks 
very dead indeed.  Are you fixing this because you use it?

> @@ -1885,7 +1885,10 @@ accessed and migrated on modern 
> systems.")
>         ("ed" ,ed)))
>      (arguments
>       `(#:configure-flags (list "--with-no-aegis-configured"
> - 
> "--sharedstatedir=/var/com/aegis")
> + 
> "--sharedstatedir=/var/com/aegis"
> +			       ;; Uses the old 'throw()' specifier 
> with 'new'
> +			       ;; which changed in C++11.
> +			       "CXXFLAGS=-std=c++03")
    ^^^^…

It's worth running ‘guix lint’ even after trivial changes: these 
are tabs & we're a spaces family.  Changed and pushed as 
812dad08764af5ae4d80394732dcc1481742db3a et al.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failure
  2020-05-27 11:34 ` bug#41556: " Tobias Geerinckx-Rice via Guix-patches via
@ 2020-05-27 12:32   ` Josh Marshall
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Marshall @ 2020-05-27 12:32 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 41556-done

[-- Attachment #1: Type: text/plain, Size: 1453 bytes --]

Gah!  No matter how many times I tell my editor to use spaces it inserts
tabs.  I'm dumping neovim.

I don't use it, just fixing up something I saw.

On Wed, May 27, 2020, 07:34 Tobias Geerinckx-Rice <me@tobias.gr> wrote:

> Josh,
>
> Josh Marshall 写道:
> >     * gnu/packages/version-control.scm (aegis):
>   ^^^^
>
> ‘git log’ adds 4 leading spaces to commit message bodies but you
> don't need to add (or, I presume, copy/paste :-) them yourself.
>
> > Update homepage link and fix build failure
>
> Thanks!  I've split these two unrelated changes into two commits.
>
> SF project pages aren't goot home pages but this project looks
> very dead indeed.  Are you fixing this because you use it?
>
> > @@ -1885,7 +1885,10 @@ accessed and migrated on modern
> > systems.")
> >         ("ed" ,ed)))
> >      (arguments
> >       `(#:configure-flags (list "--with-no-aegis-configured"
> > -
> > "--sharedstatedir=/var/com/aegis")
> > +
> > "--sharedstatedir=/var/com/aegis"
> > +                            ;; Uses the old 'throw()' specifier
> > with 'new'
> > +                            ;; which changed in C++11.
> > +                            "CXXFLAGS=-std=c++03")
>     ^^^^…
>
> It's worth running ‘guix lint’ even after trivial changes: these
> are tabs & we're a spaces family.  Changed and pushed as
> 812dad08764af5ae4d80394732dcc1481742db3a et al.
>
> Kind regards,
>
> T G-R
>

[-- Attachment #2: Type: text/html, Size: 2049 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-27 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  3:12 [bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failure Josh Marshall
2020-05-27 11:34 ` bug#41556: " Tobias Geerinckx-Rice via Guix-patches via
2020-05-27 12:32   ` [bug#41556] " Josh Marshall

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).