diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-12 05:30:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-12 05:30:42 +0000 |
commit | 4a17c6bd5aacdd0e069d51a4a254b7a288fd1b1a (patch) | |
tree | 86fb60fd1cc7d7d33c38d863412ea497bdb38440 /net/gnet2/files | |
parent | 24efcd3354d3f8acf8b216214738673038070078 (diff) |
Add gnet2 after a repo copy from gnet-glib2. gnet2 is the stable Glib-2
based version of the simple network library, GNet.
Notes
Notes:
svn path=/head/; revision=84732
Diffstat (limited to 'net/gnet2/files')
-rw-r--r-- | net/gnet2/files/patch-configure | 15 | ||||
-rw-r--r-- | net/gnet2/files/patch-gnet-config.in | 19 | ||||
-rw-r--r-- | net/gnet2/files/patch-gnet.pc.in | 10 | ||||
-rw-r--r-- | net/gnet2/files/patch-src_Makefile.in | 23 |
4 files changed, 3 insertions, 64 deletions
diff --git a/net/gnet2/files/patch-configure b/net/gnet2/files/patch-configure index d3f96b2a7338..8520e176cae3 100644 --- a/net/gnet2/files/patch-configure +++ b/net/gnet2/files/patch-configure @@ -1,15 +1,6 @@ ---- configure.orig Mon Apr 28 23:00:52 2003 -+++ configure Fri Jul 4 17:13:31 2003 -@@ -1880,7 +1880,7 @@ - - fi; - if test "x$with_html_dir" = "x" ; then -- HTML_DIR=$datadir/doc/libgnet$GNET_MAJOR_VERSION.$GNET_MINOR_VERSION-dev/html -+ HTML_DIR=$prefix/share/doc/libgnet$GNET_MAJOR_VERSION.$GNET_MINOR_VERSION-glib2-dev/html - else - HTML_DIR=$with_html_dir - fi -@@ -7905,6 +7905,7 @@ +--- configure 2002/07/20 11:29:10 1.1 ++++ configure 2002/07/20 11:29:19 +@@ -6725,6 +6725,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" diff --git a/net/gnet2/files/patch-gnet-config.in b/net/gnet2/files/patch-gnet-config.in deleted file mode 100644 index 4b3b6b698ce7..000000000000 --- a/net/gnet2/files/patch-gnet-config.in +++ /dev/null @@ -1,19 +0,0 @@ ---- gnet-config.in.orig Sun Feb 16 15:14:23 2003 -+++ gnet-config.in Sun Feb 16 15:15:25 2003 -@@ -9,13 +9,13 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - exec_prefix_set=no --cflags="-I@includedir@/gnet -I@libdir@/gnet/include" --libs="-L@libdir@ -lgnet" -+cflags="-I@includedir@/gnet-glib2 -I@libdir@/gnet-glib2/include" -+libs="-L@libdir@ -lgnet-glib2" - - usage() - { - cat <<EOF --Usage: gnet-config [OPTIONS] [LIBRARIES] -+Usage: gnet-glib2-config [OPTIONS] [LIBRARIES] - Options: - [--prefix[=DIR]] - [--exec-prefix[=DIR]] diff --git a/net/gnet2/files/patch-gnet.pc.in b/net/gnet2/files/patch-gnet.pc.in deleted file mode 100644 index 8c14119fa770..000000000000 --- a/net/gnet2/files/patch-gnet.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gnet.pc.in.orig Sun Feb 16 15:17:15 2003 -+++ gnet.pc.in Sun Feb 16 15:17:39 2003 -@@ -6,5 +6,5 @@ - Name: Gnet - Description: A network compatibility layer library - Version: @VERSION@ --Libs: -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@ --Cflags: -I${includedir}/gnet -I${libdir}/gnet/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@ -+Libs: -L${libdir} -lgnet-glib2 @GLIB_LIBS@ @GTHREAD_LIBS@ -+Cflags: -I${includedir}/gnet-glib2 -I${libdir}/gnet-glib2/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@ diff --git a/net/gnet2/files/patch-src_Makefile.in b/net/gnet2/files/patch-src_Makefile.in deleted file mode 100644 index d19e720f7552..000000000000 --- a/net/gnet2/files/patch-src_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Sun Feb 16 15:07:57 2003 -+++ src/Makefile.in Sun Feb 16 15:09:08 2003 -@@ -97,9 +97,9 @@ - INCLUDES = -DG_LOG_DOMAIN=\"GNet\" @GNET_DEBUG_FLAGS@ $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) - - --gnetincludedir = $(includedir)/gnet -+gnetincludedir = $(includedir)/gnet-glib2 - --lib_LTLIBRARIES = libgnet.la -+lib_LTLIBRARIES = libgnet-glib2.la - - libgnet_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(GLIB_LIBS) $(GTHREAD_LIBS) - -@@ -220,7 +220,7 @@ - - maintainer-clean-libtool: - --libgnet.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES) -+libgnet-glib2.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgnet_la_LDFLAGS) $(libgnet_la_OBJECTS) $(libgnet_la_LIBADD) $(LIBS) - - install-gnetincludeHEADERS: $(gnetinclude_HEADERS) |