public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/geneweb/files: geneweb-5.01-gentoo.patch
@ 2011-10-05  7:26 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-10-05  7:26 UTC (permalink / raw
  To: gentoo-commits

tupone      11/10/05 07:26:56

  Removed:              geneweb-5.01-gentoo.patch
  Log:
  Removing old version affected by Bug #357977
  
  (Portage version: 2.1.10.20/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/geneweb/files: geneweb-5.01-gentoo.patch
@ 2010-11-11  8:37 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-11-11  8:37 UTC (permalink / raw
  To: gentoo-commits

tupone      10/11/11 08:37:26

  Modified:             geneweb-5.01-gentoo.patch
  Log:
  Removing -warn-error A to fix build. Bug #299756
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-misc/geneweb/files/geneweb-5.01-gentoo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?r1=1.2&r2=1.3

Index: geneweb-5.01-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geneweb-5.01-gentoo.patch	23 Apr 2008 15:58:06 -0000	1.2
+++ geneweb-5.01-gentoo.patch	11 Nov 2010 08:37:26 -0000	1.3
@@ -13,8 +13,14 @@
  
 --- tools/Makefile.inc.unix.old	2008-04-23 15:22:50.000000000 +0200
 +++ tools/Makefile.inc.unix	2008-04-23 15:23:04.000000000 +0200
-@@ -9,7 +9,7 @@
- OCAMLOPT=ocamlopt.opt -warn-error A
+@@ -5,11 +5,11 @@
+ CAMLP5F=-DUNIX
+ CAMLP5D=+camlp5
+ LIBUNIX=-cclib -lunix
+-OCAMLC=ocamlc.opt -warn-error A
+-OCAMLOPT=ocamlopt.opt -warn-error A
++OCAMLC=ocamlc.opt
++OCAMLOPT=ocamlopt.opt
  OCAMLI=
  OCAMLD=
 -STRIP=strip






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/geneweb/files: geneweb-5.01-gentoo.patch
@ 2008-04-23 15:58 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-04-23 15:58 UTC (permalink / raw
  To: gentoo-commits

tupone      08/04/23 15:58:07

  Modified:             geneweb-5.01-gentoo.patch
  Log:
  Respect nostrip, add gwc2 and minor fixes
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  app-misc/geneweb/files/geneweb-5.01-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch?r1=1.1&r2=1.2

Index: geneweb-5.01-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/geneweb/files/geneweb-5.01-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geneweb-5.01-gentoo.patch	3 Jan 2008 22:34:48 -0000	1.1
+++ geneweb-5.01-gentoo.patch	23 Apr 2008 15:58:06 -0000	1.2
@@ -11,3 +11,14 @@
  value lang_param = ref "";
  value only_file = ref "";
  
+--- tools/Makefile.inc.unix.old	2008-04-23 15:22:50.000000000 +0200
++++ tools/Makefile.inc.unix	2008-04-23 15:23:04.000000000 +0200
+@@ -9,7 +9,7 @@
+ OCAMLOPT=ocamlopt.opt -warn-error A
+ OCAMLI=
+ OCAMLD=
+-STRIP=strip
++STRIP=true
+ RM=/bin/rm -f
+ EXE=
+ STATIC=-ccopt -static



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2011-10-05  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05  7:26 [gentoo-commits] gentoo-x86 commit in app-misc/geneweb/files: geneweb-5.01-gentoo.patch Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-11  8:37 Alfredo Tupone (tupone)
2008-04-23 15:58 Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox