ports/65541: Update port: devel/devhelp to 0.9
Rui Lopes
rui at ruilopes.com
Wed Apr 14 16:40:17 UTC 2004
>Number: 65541
>Category: ports
>Synopsis: Update port: devel/devhelp to 0.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 14 09:40:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Rui Lopes
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD speedy 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
* Update to last devhelp
* devhelp now uses Mozilla to render HTML contents
>How-To-Repeat:
>Fix:
--- devhelp_update_to_0_9.patch begins here ---
diff -ruN devhelp.orig/Makefile devhelp/Makefile
--- devhelp.orig/Makefile Tue Apr 13 09:24:39 2004
+++ devhelp/Makefile Wed Apr 14 13:28:41 2004
@@ -4,10 +4,13 @@
#
# $FreeBSD: ports/devel/devhelp/Makefile,v 1.8 2004/04/10 16:19:04 bland Exp $
#
+# Most of plist can be created with:
+# # make PREFIX=$PWD/INSTALL install
+# # /usr/ports/Tools/scripts/plist -d -m /etc/mtree/BSD.x11-4.dist $PWD/INSTALL|sed -E 's,^(.*)usr/X11R6/?,\1,g;s, at dirrm share/locale.*,,g'|tr -s '\n'
+#
PORTNAME= devhelp
-PORTVERSION= 0.7
-PORTREVISION= 3
+PORTVERSION= 0.9
CATEGORIES?= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,}
@@ -16,6 +19,9 @@
MAINTAINER= rui at ruilopes.com
COMMENT= Developer help browser for GNOME 2
+BUILD_DEPENDS= ${X11BASE}/lib/mozilla/libgtkembedmoz.so:${PORTSDIR}/www/mozilla
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -27,7 +33,6 @@
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
- ${REINPLACE_CMD} -e 's|-DG[TD]K_DISABLE_DEPRECATED||g'
+ @${REINPLACE_CMD} -E 's,^(LD_),export \1,g' ${WRKSRC}/devhelp.in
.include <bsd.port.mk>
diff -ruN devhelp.orig/distinfo devhelp/distinfo
--- devhelp.orig/distinfo Tue Apr 13 09:24:39 2004
+++ devhelp/distinfo Tue Apr 13 09:29:05 2004
@@ -1,2 +1,2 @@
-MD5 (gnome2/devhelp-0.7.tar.bz2) = 7391578353368d9db3ed6a74f4128754
-SIZE (gnome2/devhelp-0.7.tar.bz2) = 371493
+MD5 (gnome2/devhelp-0.9.tar.bz2) = cc1394c8738b91e7b95943a60977759f
+SIZE (gnome2/devhelp-0.9.tar.bz2) = 352597
diff -ruN devhelp.orig/pkg-plist devhelp/pkg-plist
--- devhelp.orig/pkg-plist Tue Apr 13 09:24:39 2004
+++ devhelp/pkg-plist Wed Apr 14 12:49:43 2004
@@ -1,6 +1,23 @@
bin/devhelp
-lib/devhelp/libdevhelp.so
+bin/devhelp-bin
+etc/gconf/schemas/devhelp.schemas
+include/devhelp-1.0/devhelp/dh-base.h
+include/devhelp-1.0/devhelp/dh-book-tree.h
+include/devhelp-1.0/devhelp/dh-error.h
+include/devhelp-1.0/devhelp/dh-html.h
+include/devhelp-1.0/devhelp/dh-keyword-model.h
+include/devhelp-1.0/devhelp/dh-link.h
+include/devhelp-1.0/devhelp/dh-parser.h
+include/devhelp-1.0/devhelp/dh-preferences.h
+include/devhelp-1.0/devhelp/dh-search.h
+include/devhelp-1.0/devhelp/dh-util.h
+include/devhelp-1.0/devhelp/dh-window.h
+lib/libdevhelp-1.a
+lib/libdevhelp-1.so
+lib/libdevhelp-1.so.0
+libdata/pkgconfig/libdevhelp-1.0.pc
share/gnome/applications/devhelp.desktop
+share/gnome/devhelp/devhelp.glade
share/gnome/devhelp/dtd/devhelp-1.dtd
share/gnome/devhelp/images/book_closed.png
share/gnome/devhelp/images/book_open.png
@@ -12,29 +29,38 @@
share/locale/am/LC_MESSAGES/devhelp.mo
share/locale/az/LC_MESSAGES/devhelp.mo
share/locale/be/LC_MESSAGES/devhelp.mo
+share/locale/ca/LC_MESSAGES/devhelp.mo
share/locale/cs/LC_MESSAGES/devhelp.mo
share/locale/da/LC_MESSAGES/devhelp.mo
share/locale/de/LC_MESSAGES/devhelp.mo
share/locale/el/LC_MESSAGES/devhelp.mo
share/locale/es/LC_MESSAGES/devhelp.mo
+share/locale/fi/LC_MESSAGES/devhelp.mo
share/locale/fr/LC_MESSAGES/devhelp.mo
share/locale/he/LC_MESSAGES/devhelp.mo
share/locale/hi/LC_MESSAGES/devhelp.mo
+share/locale/hr/LC_MESSAGES/devhelp.mo
share/locale/is/LC_MESSAGES/devhelp.mo
share/locale/it/LC_MESSAGES/devhelp.mo
share/locale/ja/LC_MESSAGES/devhelp.mo
share/locale/kn/LC_MESSAGES/devhelp.mo
share/locale/ko/LC_MESSAGES/devhelp.mo
share/locale/lv/LC_MESSAGES/devhelp.mo
+share/locale/ml/LC_MESSAGES/devhelp.mo
share/locale/ms/LC_MESSAGES/devhelp.mo
share/locale/nl/LC_MESSAGES/devhelp.mo
share/locale/no/LC_MESSAGES/devhelp.mo
+share/locale/pa/LC_MESSAGES/devhelp.mo
share/locale/pl/LC_MESSAGES/devhelp.mo
share/locale/pt/LC_MESSAGES/devhelp.mo
share/locale/pt_BR/LC_MESSAGES/devhelp.mo
share/locale/ru/LC_MESSAGES/devhelp.mo
share/locale/sk/LC_MESSAGES/devhelp.mo
+share/locale/sq/LC_MESSAGES/devhelp.mo
+share/locale/sr/LC_MESSAGES/devhelp.mo
+share/locale/sr at Latn/LC_MESSAGES/devhelp.mo
share/locale/sv/LC_MESSAGES/devhelp.mo
+share/locale/tr/LC_MESSAGES/devhelp.mo
share/locale/uk/LC_MESSAGES/devhelp.mo
share/locale/vi/LC_MESSAGES/devhelp.mo
share/locale/zh_CN/LC_MESSAGES/devhelp.mo
@@ -43,4 +69,5 @@
@dirrm share/gnome/devhelp/images
@dirrm share/gnome/devhelp/dtd
@dirrm share/gnome/devhelp
- at dirrm lib/devhelp
+ at dirrm include/devhelp-1.0/devhelp
+ at dirrm include/devhelp-1.0
--- devhelp_update_to_0_9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list