Index: head/x11/yelp/Makefile =================================================================== --- head/x11/yelp/Makefile (revision 161225) +++ head/x11/yelp/Makefile (revision 161226) @@ -1,39 +1,40 @@ # New ports collection makefile for: yelp # Date created: 18 May 2002 # Whom: Maxim Sobolev # # $FreeBSD$ # $MCom: ports/x11/yelp/Makefile,v 1.88 2006/04/16 13:36:49 ahze Exp $ # PORTNAME= yelp PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop USE_GECKO= firefox seamonkey xulrunner # mozilla USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ libgnomeprintui GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-mozilla=${GECKO} MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas .include .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .include Property changes on: head/x11/yelp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/x11/yelp/files/patch-src_yelp-search-pager.c =================================================================== --- head/x11/yelp/files/patch-src_yelp-search-pager.c (nonexistent) +++ head/x11/yelp/files/patch-src_yelp-search-pager.c (revision 161226) @@ -0,0 +1,11 @@ +--- src/yelp-search-pager.c.orig Tue May 2 19:10:03 2006 ++++ src/yelp-search-pager.c Tue May 2 18:59:36 2006 +@@ -1413,7 +1413,7 @@ process_man_result (YelpSearchPager *pag + after = strstr (before, "("); + tmp = after; + +- while (!g_ascii_isspace(*tmp)) ++ while (g_ascii_isspace(*tmp)) + tmp--; + + title = g_strndup (before, tmp-before); Property changes on: head/x11/yelp/files/patch-src_yelp-search-pager.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property