Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26999/stable/main/finkinfo/web

Modified Files:
        sitecopy.info sitecopy.patch 
Log Message:
Moved latest sitecopy and gtkmm to stable, and removed more -no-cpp-precomp 
flags

Index: sitecopy.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/sitecopy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sitecopy.patch      20 Jan 2006 20:13:01 -0000      1.1
+++ sitecopy.patch      13 Jan 2007 09:02:51 -0000      1.2
@@ -1,12 +1,24 @@
-diff -ru sitecopy-0.12.1/configure sitecopy-0.12.1-patched/configure
---- sitecopy-0.12.1/configure  2003-02-19 22:52:30.000000000 +0100
-+++ sitecopy-0.12.1-patched/configure  2003-03-06 18:12:25.000000000 +0100
-@@ -9486,7 +9486,7 @@
+diff -ru sitecopy-0.16.3/Makefile.in sitecopy-0.16.3-patched/Makefile.in
+--- sitecopy-0.16.3/Makefile.in        2006-02-04 05:06:02.000000000 -0500
++++ sitecopy-0.16.3-patched/Makefile.in        2006-12-22 14:15:06.000000000 
-0500
+@@ -26,7 +26,7 @@
+ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/lib
+ CPPFLAGS = @CPPFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\"
+ CFLAGS = @CFLAGS@
+-ALL_CFLAGS = $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
++ALL_CFLAGS = $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
+ LIBS = @NEON_LIBS@ @LIBINTL@ @LIBS@
+ CC = @CC@
+ 
+diff -ru sitecopy-0.16.3/lib/neon/Makefile.in 
sitecopy-0.16.3-patched/lib/neon/Makefile.in
+--- sitecopy-0.16.3/lib/neon/Makefile.in       2006-01-02 06:43:19.000000000 
-0500
++++ sitecopy-0.16.3-patched/lib/neon/Makefile.in       2006-12-22 
14:30:50.000000000 -0500
+@@ -32,7 +32,7 @@
+ # build of this directory, @LIBS@ may include -lneon.
+ LIBS = @NEON_LIBS@ @NEON_LTLIBS@
  
+-COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS)
+ LINK = $(LIBTOOL) --quiet --mode=link $(CC) -no-undefined $(LDFLAGS)
  
-     CFLAGS="$CFLAGS -I$neon_bundled_srcdir"
--    NEON_LIBS="-L$neon_bundled_builddir -lneon $NEON_LIBS"
-+    NEON_LIBS="$neon_bundled_builddir/libneon.a $NEON_LIBS"
-     NEON_NEED_XML_PARSER=yes
-     neon_library_message="included libneon (${NEON_VERSION})"
- else
+ NEON_BASEOBJS = [EMAIL PROTECTED]@ [EMAIL PROTECTED]@             \

Index: sitecopy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/sitecopy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sitecopy.info       20 Jan 2006 20:13:01 -0000      1.1
+++ sitecopy.info       13 Jan 2007 09:02:51 -0000      1.2
@@ -1,17 +1,53 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: sitecopy
-Version: 0.14.2
-Revision: 1
+Version: 0.16.3
+Revision: 4
 Maintainer: Max Horn <[EMAIL PROTECTED]>
-Depends: libxml2-shlibs
-BuildDepends: libxml2, gettext-dev, gettext-bin, gettext-tools, libiconv-dev
-Conflicts: sitecopy-ssl
-Replaces: sitecopy-ssl
+#
+Depends: <<
+  neon26-shlibs,
+  libxml2-shlibs,
+  libiconv,
+  libgettext3-shlibs
+<<
+BuildDepends: <<
+  system-openssl-dev,
+  neon26,
+  libxml2,
+  libgettext3-dev,
+  gettext-bin,
+  gettext-tools,
+  libiconv-dev
+<<
+Conflicts: sitecopy-ssl (<< 0.16.1-4)
+Replaces: sitecopy-ssl (<< 0.16.1-4)
+#
 Source: http://www.lyra.org/sitecopy/sitecopy-%v.tar.gz
-Source-MD5: eebad80f4549f39909537c90d9f8f7c5
+Source-MD5: df48499ad81b333a9d255c1709e09a1a
 Patch: %n.patch
-ConfigureParams: --with-libxml2 --with-included-neon --without-ssl
-SetCFLAGS: -no-cpp-precomp
-InstallScript: make install prefix=%i man1dir=%i/share/man/man1 
docdir=%i/share/doc/%n
+ConfigureParams: <<
+  --mandir='${prefix}/share/man' \
+  --with-libxml2 \
+  --with-ssl \
+  --with-libs=%p/lib/system-openssl \
+  --disable-dependency-tracking
+<<
+InstallScript: make install DESTDIR=%d docdir=%p/share/doc/%n
 DocFiles: COPYING
 #
 Description: Web site uploader
@@ -19,14 +55,22 @@
 sitecopy keeps your web site in sync with a local directory. It
 uploads new or changed files and delete obsolete file from the
 server. It supports FTP and WebDAV.
-
-This package doesn't build SSL support, use sitecopy-ssl instead if
-you need it.
 <<
 DescPort: <<
-Uses autoconf, but custom Makefiles. Not all Makefiles
-use CPPFLAGS, so we put the include path in CFLAGS, too.
+dmacks: move builddir -I flags ahead of systemwide ones
+Max Horn: I have no idea why that change was made, and
+          am currently waiting for an explanation.
 <<
 DescPackaging: Previous versions by Christoph Pfisterer
 License: GPL
 Homepage: http://www.lyra.org/sitecopy/
+#
+SplitOff: <<
+  Package: %N-ssl
+  Depends: %N (= %v-%r), fink-obsolete-packages
+  InstallScript: <<
+    mkdir -p %i/share/doc/installed-packages
+    touch %i/share/doc/installed-packages/%n
+  <<
+  Description: Placeholder package to update to unified %N. (OBSOLETE)
+<<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to