]> git.pld-linux.org Git - packages/netatalk.git/commitdiff
- patches from Troy Engel <tengel@fluid.com>
authormarcus <marcus@pld-linux.org>
Sun, 31 Mar 2002 18:24:40 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
"Hello fellow RPM builders -- the new netatalk has a few bugs in ./configure"
http://sourceforge.net/tracker/index.php?func=detail&aid=537224&group_id=8642&atid=308642
http://sourceforge.net/tracker/index.php?func=detail&aid=537222&group_id=8642&atid=108642
http://sourceforge.net/tracker/index.php?func=detail&aid=537223&group_id=8642&atid=108642

Changed files:
    netatalk-1.5.3.1-configure.patch -> 1.1
    netatalk-1.5.3.1-msgdir.patch -> 1.1
    netatalk-1.5.3.1-nlsdir.patch -> 1.1

netatalk-1.5.3.1-configure.patch [new file with mode: 0644]
netatalk-1.5.3.1-msgdir.patch [new file with mode: 0644]
netatalk-1.5.3.1-nlsdir.patch [new file with mode: 0644]

diff --git a/netatalk-1.5.3.1-configure.patch b/netatalk-1.5.3.1-configure.patch
new file mode 100644 (file)
index 0000000..b90d1e6
--- /dev/null
@@ -0,0 +1,33 @@
+--- netatalk-1.5.3.1/configure.orig    Sat Mar 30 13:52:01 2002
++++ netatalk-1.5.3.1/configure Sat Mar 30 13:54:07 2002
+@@ -8274,7 +8274,7 @@
+   withval="$with_nls_dir"
+   
+                       if test "x$withval" != "x"; then
+-                              NLSDIR = "$withval"
++                              NLSDIR="$withval"
+                       fi
+               
+       
+@@ -8595,12 +8595,11 @@
+ #define SERVERTEXT "$msg_dir"
+ EOF
+-              SERVERTEXT="$msg_dir"
+-              s%@SERVERTEXT@%$SERVERTEXT%g
+ fi
++SERVERTEXT="$msg_dir"
+@@ -10013,6 +10012,7 @@
+ s%@AFS_CFLAGS@%$AFS_CFLAGS%g
+ s%@PKGCONFDIR@%$PKGCONFDIR%g
+ s%@NLSDIR@%$NLSDIR%g
++s%@SERVERTEXT@%$SERVERTEXT%g
+ s%@COMPILE_CNID_TRUE@%$COMPILE_CNID_TRUE%g
+ s%@COMPILE_CNID_FALSE@%$COMPILE_CNID_FALSE%g
+ s%@DB3_CFLAGS@%$DB3_CFLAGS%g
diff --git a/netatalk-1.5.3.1-msgdir.patch b/netatalk-1.5.3.1-msgdir.patch
new file mode 100644 (file)
index 0000000..7c285d4
--- /dev/null
@@ -0,0 +1,14 @@
+--- netatalk-1.5.3.1/configure.in.orig Sat Mar 30 13:23:33 2002
++++ netatalk-1.5.3.1/configure.in      Sat Mar 30 13:24:24 2002
+@@ -234,9 +234,9 @@
+               fi
+               AC_DEFINE_UNQUOTED(SERVERTEXT, "$msg_dir",
+                       [path to message dir [[PKGCONF/msg]]])
+-              SERVERTEXT="$msg_dir"
+-              AC_SUBST(SERVERTEXT)
+ )
++SERVERTEXT="$msg_dir"
++AC_SUBST(SERVERTEXT)
+ dnl Check for optional server location protocol support (used by MacOS X)
+ NETATALK_SRVLOC
diff --git a/netatalk-1.5.3.1-nlsdir.patch b/netatalk-1.5.3.1-nlsdir.patch
new file mode 100644 (file)
index 0000000..fc012ce
--- /dev/null
@@ -0,0 +1,22 @@
+--- netatalk-1.5.3.1/aclocal.m4.orig   Sat Mar 30 13:12:05 2002
++++ netatalk-1.5.3.1/aclocal.m4        Sat Mar 30 13:12:27 2002
+@@ -4132,7 +4132,7 @@
+               [  --with-nls-dir=PATH     path to NLS files [PKGCONF/nls]],
+               [
+                       if test "x$withval" != "x"; then
+-                              NLSDIR = "$withval"
++                              NLSDIR="$withval"
+                       fi
+               ]
+       )
+--- netatalk-1.5.3.1/macros/config-checks.m4.orig      Sat Mar 30 13:50:28 2002
++++ netatalk-1.5.3.1/macros/config-checks.m4   Sat Mar 30 13:50:42 2002
+@@ -20,7 +20,7 @@
+               [  --with-nls-dir=PATH     path to NLS files [PKGCONF/nls]],
+               [
+                       if test "x$withval" != "x"; then
+-                              NLSDIR = "$withval"
++                              NLSDIR="$withval"
+                       fi
+               ]
+       )
This page took 0.038712 seconds and 4 git commands to generate.