mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Don't link with libgnuregex - the benefit is unclear (if any), while it causes
certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
0b75551a95
commit
0b0565b9c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56729
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gconf=yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmlsearch.h 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmlsearch.h 2002/03/25 14:13:16
|
||||
@@ -24,7 +24,7 @@
|
||||
#define _HTML_SEARCH_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include "htmltypes.h"
|
||||
|
||||
struct _HTMLSearch {
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmltext.c 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmltext.c 2002/03/25 14:13:10
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include <gal/widgets/e-unicode.h>
|
||||
|
||||
#include "htmltext.h"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gconf=yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmlsearch.h 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmlsearch.h 2002/03/25 14:13:16
|
||||
@@ -24,7 +24,7 @@
|
||||
#define _HTML_SEARCH_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include "htmltypes.h"
|
||||
|
||||
struct _HTMLSearch {
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmltext.c 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmltext.c 2002/03/25 14:13:10
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include <gal/widgets/e-unicode.h>
|
||||
|
||||
#include "htmltext.h"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gconf=yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmlsearch.h 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmlsearch.h 2002/03/25 14:13:16
|
||||
@@ -24,7 +24,7 @@
|
||||
#define _HTML_SEARCH_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include "htmltypes.h"
|
||||
|
||||
struct _HTMLSearch {
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmltext.c 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmltext.c 2002/03/25 14:13:10
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include <gal/widgets/e-unicode.h>
|
||||
|
||||
#include "htmltext.h"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gconf=yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmlsearch.h 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmlsearch.h 2002/03/25 14:13:16
|
||||
@@ -24,7 +24,7 @@
|
||||
#define _HTML_SEARCH_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include "htmltypes.h"
|
||||
|
||||
struct _HTMLSearch {
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/htmltext.c 2002/03/25 14:12:56 1.1
|
||||
+++ src/htmltext.c 2002/03/25 14:13:10
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
-#include <regex.h>
|
||||
+#include <gnuregex.h>
|
||||
#include <gal/widgets/e-unicode.h>
|
||||
|
||||
#include "htmltext.h"
|
Loading…
Reference in New Issue
Block a user