Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs/files: texmacs-1.0.7-autotroll.patch texmacs-1.0.7-strip.patch texmacs-1.0.6-gcc-4.1.patch texmacs-1.0.6-maxima-5.9.3.patch
Date: Sun, 02 Nov 2008 07:14:45
Message-Id: E1KwXAZ-0008Kc-S1@stork.gentoo.org
1 grozin 08/11/02 07:14:43
2
3 Added: texmacs-1.0.7-autotroll.patch
4 texmacs-1.0.7-strip.patch
5 Removed: texmacs-1.0.6-gcc-4.1.patch
6 texmacs-1.0.6-maxima-5.9.3.patch
7 Log:
8 Version bump, a new experimental Qt port added with USE=qt4
9 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
10
11 Revision Changes Path
12 1.1 app-office/texmacs/files/texmacs-1.0.7-autotroll.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7-autotroll.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7-autotroll.patch?rev=1.1&content-type=text/plain
16
17 Index: texmacs-1.0.7-autotroll.patch
18 ===================================================================
19 diff -r -U2 TeXmacs-1.0.7-src.orig/misc/autotroll/autotroll.m4 TeXmacs-1.0.7-src/misc/autotroll/autotroll.m4
20 --- TeXmacs-1.0.7-src.orig/misc/autotroll/autotroll.m4 2008-10-16 13:41:18.000000000 +0700
21 +++ TeXmacs-1.0.7-src/misc/autotroll/autotroll.m4 2008-11-02 18:03:26.000000000 +0600
22 @@ -241,5 +241,5 @@
23 sed 's/^/| /' "$pro_file" >&AS_MESSAGE_LOG_FD
24
25 - if $QMAKE -spec macx-g++ ; then :; else
26 + if $QMAKE -spec linux-g++ ; then :; else
27 AC_MSG_ERROR([Calling $QMAKE failed.])
28 fi
29
30
31
32 1.1 app-office/texmacs/files/texmacs-1.0.7-strip.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7-strip.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7-strip.patch?rev=1.1&content-type=text/plain
36
37 Index: texmacs-1.0.7-strip.patch
38 ===================================================================
39 diff -r -U2 TeXmacs-1.0.7-src.orig/Makefile.in TeXmacs-1.0.7-src/Makefile.in
40 --- TeXmacs-1.0.7-src.orig/Makefile.in 2008-10-16 13:41:18.000000000 +0700
41 +++ TeXmacs-1.0.7-src/Makefile.in 2008-11-02 18:20:51.000000000 +0600
42 @@ -129,7 +129,5 @@
43 $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin
44 $(CP) $(tmdir)/plugins/*/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
45 - $(STRIP) $(DESTDIR)$(tmbin)/bin/texmacs.bin
46 $(CP) $(tmdir)/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
47 - $(STRIP) $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
48 $(CHMOD) 755 $(DESTDIR)$(tmbin)/bin/*
49 $(CHMOD) 755 $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :