OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Feb-2005 14:21:47
Branch: HEAD Handle: 2005020613214600
Modified files:
openpkg-src/qpopper qpopper.patch qpopper.spec
Log:
fix building
Summary:
Revision Changes Path
1.5 +17 -0 openpkg-src/qpopper/qpopper.patch
1.75 +1 -1 openpkg-src/qpopper/qpopper.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qpopper/qpopper.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 qpopper.patch
--- openpkg-src/qpopper/qpopper.patch 1 Oct 2003 16:04:12 -0000 1.4
+++ openpkg-src/qpopper/qpopper.patch 6 Feb 2005 13:21:46 -0000 1.5
@@ -157,3 +157,20 @@
}
else {
/*
+Index: popper/Makefile.in
+--- popper/Makefile.in.orig 2003-03-13 03:06:36 +0100
++++ popper/Makefile.in 2005-02-06 14:19:48 +0100
+@@ -185,11 +185,10 @@
+ popper: ${OBJS} mangler_library common_library
+ ${CC} ${OBJS} -o popper ${mmangle_dir}/libmangle.a \
+ -I${common_srcdir} ${common_dir}/libcommon.a \
+- ${LIBS} ${LDFLAGS}
++ ${LDFLAGS} ${LIBS}
+
+ popauth: ${POPAUTHOBJS}
+- ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} ${DBM_LIBS} \
+- ${common_dir}/libcommon.a
++ ${CC} -o popauth ${POPAUTHOBJS} ${common_dir}/libcommon.a ${LDFLAGS}
${NETWORK_LIBS} ${DBM_LIBS} ${LIBS}
+
+ poppassd: common_library
+ cd ${password_dir} && ${MAKE} all
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/qpopper/qpopper.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 qpopper.spec
--- openpkg-src/qpopper/qpopper.spec 29 Jan 2005 10:25:58 -0000 1.74
+++ openpkg-src/qpopper/qpopper.spec 6 Feb 2005 13:21:46 -0000 1.75
@@ -34,7 +34,7 @@
Group: Mail
License: GPL
Version: 4.0.5
-Release: 20050129
+Release: 20050206
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]