diff options
author | lev <lev@FreeBSD.org> | 2003-10-01 10:49:10 +0000 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-10-01 10:49:10 +0000 |
commit | 28071315c632987a48ec13106cdddc8f55c4a0e3 (patch) | |
tree | 0a0573d6cc4088620447945b5e1711bb621ba7a2 /www/neon28/files | |
parent | 447e02fdf99333e6f6c2ea64e5ee3028d40d74d9 (diff) | |
download | FreeBSD-ports-28071315c632987a48ec13106cdddc8f55c4a0e3.zip FreeBSD-ports-28071315c632987a48ec13106cdddc8f55c4a0e3.tar.gz |
Update ot 0.24.2. It is needed by new `devel/subversion' version.
PR: ports/57201
Diffstat (limited to 'www/neon28/files')
-rw-r--r-- | www/neon28/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | www/neon28/files/patch-configure | 23 | ||||
-rw-r--r-- | www/neon28/files/patch-ltmain.sh | 10 |
3 files changed, 9 insertions, 42 deletions
diff --git a/www/neon28/files/patch-Makefile.in b/www/neon28/files/patch-Makefile.in index d2b965f..b161622 100644 --- a/www/neon28/files/patch-Makefile.in +++ b/www/neon28/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Jun 22 17:56:55 2002 -+++ Makefile.in Thu Jan 2 16:41:37 2003 +--- Makefile.in.orig Thu Sep 25 09:54:22 2003 ++++ Makefile.in Thu Sep 25 09:58:23 2003 @@ -21,7 +21,7 @@ man1dir = $(mandir)/man1 man3dir = $(mandir)/man3 @@ -8,13 +8,13 @@ +docdir = $(datadir)/doc/neon includedir = @includedir@ neonincludes = $(includedir)/neon + pkgconfigdir = $(libdir)/pkgconfig +@@ -132,7 +132,7 @@ + @echo "ERROR: purposes only; this copy of neon must not be installed." + @false -@@ -115,7 +115,7 @@ - for m in $(srcdir)/doc/man/*.1; do \ - $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done - --install: subdirs install-headers install-lib install-config install-docs -+install: subdirs install-headers install-lib install-config +-install-yes: install-lib install-headers install-config install-docs ++install-yes: install-lib install-headers install-config # libtool does all the necessary magic here - install-lib: src/libneon.la + install-lib: subdirs diff --git a/www/neon28/files/patch-configure b/www/neon28/files/patch-configure deleted file mode 100644 index 9dd4c21..0000000 --- a/www/neon28/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Apr 26 17:15:20 2002 -+++ configure Fri Apr 26 17:15:51 2002 -@@ -10792,7 +10792,7 @@ - _ACEOF - - fi --if test -r "$neon_expat_dir/expat.h"; then -+if test -r "$neon_expat_dir/include/expat.h"; then - ne_found_hdr=yes - - cat >>confdefs.h <<\_ACEOF -@@ -10806,9 +10806,9 @@ - #define HAVE_EXPAT 1 - _ACEOF - -- CFLAGS="$CFLAGS -I$neon_expat_dir" -+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" - if test -z "$neon_using_libtool_expat"; then -- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" -+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" - fi - neon_xml_parser_message="expat in $neon_expat_dir" - neon_found_parser="yes" diff --git a/www/neon28/files/patch-ltmain.sh b/www/neon28/files/patch-ltmain.sh index 348425f..003c40b 100644 --- a/www/neon28/files/patch-ltmain.sh +++ b/www/neon28/files/patch-ltmain.sh @@ -17,16 +17,6 @@ continue ;; -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then @@ -4179,10 +4190,12 @@ fi |