public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/ftgl/files: ftgl-2.1.3_rc5-gentoo.patch
@ 2008-11-23 21:17 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-11-23 21:17 UTC (permalink / raw
  To: gentoo-commits

tupone      08/11/23 21:17:38

  Added:                ftgl-2.1.3_rc5-gentoo.patch
  Log:
  Version bump to 2.1.3_rc5. Bug #234831
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.1                  media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch?rev=1.1&content-type=text/plain

Index: ftgl-2.1.3_rc5-gentoo.patch
===================================================================
--- configure.ac.old    2008-11-21 14:41:15.000000000 +0100
+++ configure.ac        2008-11-21 14:44:19.000000000 +0100
@@ -64,19 +64,11 @@
 CFLAGS="${CFLAGS} -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs"
 
 # Build HTML documentatin?
-AC_PATH_PROG(DOXYGEN, doxygen, no)
+DOXYGEN="no"
 AM_CONDITIONAL(HAVE_DOXYGEN, test "x$DOXYGEN" != "xno")
 
 # Build PDF documentation?
-AC_PATH_PROG(LATEX, pdflatex, no)
-AC_PATH_PROG(KPSEWHICH, kpsewhich, no)
-AC_PATH_PROG(DVIPS, dvips, no)
-AC_PATH_PROG(CONVERT, convert, no)
-AC_PATH_PROG(EPSTOPDF, epstopdf, no)
-if test "${DVIPS}" = "no" -o "${KPSEWHICH}" = "no" -o "${EPSTOPDF}" = "no" \
-     -o "${CONVERT}" = "no"; then
   LATEX="no"
-fi
 if test "x${LATEX}" != "xno"; then
   AC_MSG_CHECKING(for a4.sty and a4wide.sty)
   if "${KPSEWHICH}" a4.sty >/dev/null 2>&1; then






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

* [gentoo-commits] gentoo-x86 commit in media-libs/ftgl/files: ftgl-2.1.3_rc5-gentoo.patch
@ 2008-11-24 21:52 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-11-24 21:52 UTC (permalink / raw
  To: gentoo-commits

tupone      08/11/24 21:52:16

  Modified:             ftgl-2.1.3_rc5-gentoo.patch
  Log:
  Fix bug #248589 reported by mathwizard@gmx.de
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.2                  media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch?r1=1.1&r2=1.2

Index: ftgl-2.1.3_rc5-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ftgl-2.1.3_rc5-gentoo.patch	23 Nov 2008 21:17:38 -0000	1.1
+++ ftgl-2.1.3_rc5-gentoo.patch	24 Nov 2008 21:52:16 -0000	1.2
@@ -21,3 +21,22 @@
  if test "x${LATEX}" != "xno"; then
    AC_MSG_CHECKING(for a4.sty and a4wide.sty)
    if "${KPSEWHICH}" a4.sty >/dev/null 2>&1; then
+--- Makefile.am.old	2008-11-24 22:35:16.000000000 +0100
++++ Makefile.am	2008-11-24 22:36:32.000000000 +0100
+@@ -24,16 +24,6 @@
+ 	m4 \
+ 	$(NULL)
+ 
+-# Print out an informative summary.
+-all-local:
+-	@$(ECHO) "Done."
+-	@$(ECHO)
+-	@if test "x$(MAKECMDGOALS)" = "xall-am" -o "x$(.TARGETS)" = "xall-am" -o "x$(MAKECMDGOALS)" = "x" -o "x$(.TARGETS)" = "x" ; then \
+-	  $(ECHO) "---" ;\
+-	  $(ECHO) "Run 'make install' to begin installation into $(prefix)" ;\
+-	fi
+-	@$(ECHO)
+-
+ # Upload documentation
+ DOC = docs/html docs/latex/ftgl.pdf
+ HOST = ftgl.sf.net






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

end of thread, other threads:[~2008-11-24 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 21:52 [gentoo-commits] gentoo-x86 commit in media-libs/ftgl/files: ftgl-2.1.3_rc5-gentoo.patch Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-23 21:17 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