[csw-devel] SF.net SVN: gar:[4446] csw/mgar/pkg/pkgconfig/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 23 13:30:21 CEST 2009


Revision: 4446
          http://gar.svn.sourceforge.net/gar/?rev=4446&view=rev
Author:   dmichelsen
Date:     2009-04-23 11:30:21 +0000 (Thu, 23 Apr 2009)

Log Message:
-----------
pkgconfig: Remove macro on manpage that breaks nroff. This fixes again #1747

Modified Paths:
--------------
    csw/mgar/pkg/pkgconfig/trunk/Makefile
    csw/mgar/pkg/pkgconfig/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/pkgconfig/trunk/files/manpage-macro.patch

Modified: csw/mgar/pkg/pkgconfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkgconfig/trunk/Makefile	2009-04-23 10:03:59 UTC (rev 4445)
+++ csw/mgar/pkg/pkgconfig/trunk/Makefile	2009-04-23 11:30:21 UTC (rev 4446)
@@ -23,7 +23,8 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-PATCHFILES = gsed-check.patch
+PATCHFILES  = gsed-check.patch
+PATCHFILES += manpage-macro.patch
 
 REQUIRED_PKGS = CSWggettextrt CSWglib2
 

Modified: csw/mgar/pkg/pkgconfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/pkgconfig/trunk/checksums	2009-04-23 10:03:59 UTC (rev 4445)
+++ csw/mgar/pkg/pkgconfig/trunk/checksums	2009-04-23 11:30:21 UTC (rev 4446)
@@ -1,3 +1,4 @@
-d922a88782b64441d06547632fd85744  download/pkg-config-0.23.tar.gz
 64d266fb8acf7df52088b9796f928b60  download/fixme.sh
 8d47301467b9f5932f56562585ebc068  download/gsed-check.patch
+73a8bc0d5ab5236dcb183460bc0311e4  download/manpage-macro.patch
+d922a88782b64441d06547632fd85744  download/pkg-config-0.23.tar.gz

Added: csw/mgar/pkg/pkgconfig/trunk/files/manpage-macro.patch
===================================================================
--- csw/mgar/pkg/pkgconfig/trunk/files/manpage-macro.patch	                        (rev 0)
+++ csw/mgar/pkg/pkgconfig/trunk/files/manpage-macro.patch	2009-04-23 11:30:21 UTC (rev 4446)
@@ -0,0 +1,29 @@
+diff -Naur pkg-config-0.23.orig/pkg-config.1 pkg-config-0.23.patched/pkg-config.1
+--- pkg-config-0.23.orig/pkg-config.1	2008-01-16 22:26:50.000000000 +0100
++++ pkg-config-0.23.patched/pkg-config.1	2009-04-23 13:25:15.372832618 +0200
+@@ -3,25 +3,6 @@
+ .\" (C) Red Hat, Inc. based on gnome-config man page (C) Miguel de Icaza (miguel at gnu.org)
+ .\"
+ .
+-.\" Macros to disable groff line adjustment warnings that we can't easily
+-.\" fix in the text.
+-.ie \n(.g \{\
+-.  de DW
+-.    nr .oldwarn \n[.warn]
+-.    warn 0
+-.  .
+-.  de EW
+-.    warn \n[.oldwarn]
+-.  .
+-.\}
+-.el \
+-.\{ \
+-.  de DW
+-.  .
+-.  de EW
+-.  .
+-.\}
+-.
+ .TH pkg-config 1
+ .SH NAME
+ pkg-config \- Return metainformation about installed libraries


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list