summaryrefslogtreecommitdiff
path: root/devel/devhelp/files/patch-src::dh-base.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-03 20:23:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-03 20:23:42 +0000
commiteb83fd870144b777313a3d3e3417e4e3ba90b48c (patch)
tree3cdeaa6817ce4dda6a453e8efa0122c8408bb903 /devel/devhelp/files/patch-src::dh-base.c
parentDo not grumble about WITHOUT_X86_ASM knob when building on non-i386 platform. (diff)
Fix things mucked up from the original port I committed:
* Change maintainer to submitter of ports/52446, Rui Lopes <rui@ruilopes.com> (I missed this when I committed this port) * Add libgtkhtml/remove gtk20 from USE_GNOME * Remove the REINPLACEs <debugger> adamw_: we also don't need that first REINPLACE in post-patch. <debugger> adamw_: and I don't known why you have placed the second REINPLACE there :/ * Remove the lib/devhelp dir in the pkg-plist * Add a patch to search for devhelp books in the standard FreeBSD places * Alphabetize the pkg-plist * PORTREVISION bump Submitted by: Rui Lopes <rui@ruilopes.com> (over IRC)
Notes
Notes: svn path=/head/; revision=82212
Diffstat (limited to 'devel/devhelp/files/patch-src::dh-base.c')
-rw-r--r--devel/devhelp/files/patch-src::dh-base.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/devhelp/files/patch-src::dh-base.c b/devel/devhelp/files/patch-src::dh-base.c
new file mode 100644
index 000000000000..c364d4ff1b99
--- /dev/null
+++ b/devel/devhelp/files/patch-src::dh-base.c
@@ -0,0 +1,10 @@
+--- src/dh-base.c.orig Tue Jun 3 12:21:34 2003
++++ src/dh-base.c Tue Jun 3 12:23:04 2003
+@@ -155,6 +155,7 @@
+
+ /* Insert the books from default gtk-doc install path */
+ base_add_books (base, DATADIR"/gtk-doc/html");
++ base_add_books (base, DATADIR"/../doc"); // FreeBSD default doc path
+ base_add_books (base, "/usr/share/gtk-doc/html");
+ base_add_books (base, DATADIR"/devhelp/books");
+ dir = g_strconcat (g_getenv ("HOME"), "/.devhelp/books", NULL);