aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk-devel/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-01 19:17:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-01 19:17:12 +0000
commitf8933e5fc6dc805afc9b13ff0fc28c9f9e8be859 (patch)
treecfeb24c44ac65f403cc126205a5f477f2be301f9 /net/netatalk-devel/files
parentdf8b044cb19cccdfe77d2d0987c85b5a83fbe216 (diff)
downloadports-f8933e5fc6dc805afc9b13ff0fc28c9f9e8be859.tar.gz
ports-f8933e5fc6dc805afc9b13ff0fc28c9f9e8be859.zip
Notes
Diffstat (limited to 'net/netatalk-devel/files')
-rw-r--r--net/netatalk-devel/files/patch-Makefile.in17
-rw-r--r--net/netatalk-devel/files/patch-config_Makefile.in23
-rw-r--r--net/netatalk-devel/files/patch-configure12
3 files changed, 23 insertions, 29 deletions
diff --git a/net/netatalk-devel/files/patch-Makefile.in b/net/netatalk-devel/files/patch-Makefile.in
deleted file mode 100644
index 2bced014b117..000000000000
--- a/net/netatalk-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- config/Makefile.in.orig Mon Dec 17 14:30:53 2001
-+++ config/Makefile.in Mon Dec 17 14:31:45 2001
-@@ -264,12 +264,8 @@
- install-config-files: $(CONFFILES) $(GENFILES)
- $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
- for f in $(CONFFILES) $(GENFILES); do \
-- if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \
-- echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \
-- $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \
-- else \
-- echo "not overwriting $$f"; \
-- fi; \
-+ echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist"; \
-+ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist; \
- done
-
- @USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES)
diff --git a/net/netatalk-devel/files/patch-config_Makefile.in b/net/netatalk-devel/files/patch-config_Makefile.in
index 12f74375abb0..52b01fbd1280 100644
--- a/net/netatalk-devel/files/patch-config_Makefile.in
+++ b/net/netatalk-devel/files/patch-config_Makefile.in
@@ -1,13 +1,24 @@
---- config/Makefile.in.orig Mon Oct 7 17:06:54 2002
-+++ config/Makefile.in Mon Oct 7 17:07:13 2002
-@@ -292,10 +292,6 @@
+--- config/Makefile.in.orig Mon Nov 25 22:12:52 2002
++++ config/Makefile.in Sun Dec 15 16:57:43 2002
+@@ -244,19 +244,11 @@
+ install-config-files: $(CONFFILES) $(GENFILES)
+ $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
+ for f in $(CONFFILES) $(GENFILES); do \
+- if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \
+- echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \
+- $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \
+- else \
+- echo "not overwriting $$f"; \
+- fi; \
++ echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist"; \
++ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist; \
done
@USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES)
-@USE_PAM_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pamdir)
--@USE_PAM_TRUE@ for f in $(PAMFILES); do \
--@USE_PAM_TRUE@ $(INSTALL_DATA) $$f $(DESTDIR)$(pamdir)/netatalk; \
+-@USE_PAM_TRUE@ for f in $(PAMFILES); do \
+-@USE_PAM_TRUE@ $(INSTALL_DATA) $$f $(DESTDIR)$(pamdir)/netatalk || echo "WARNING: Can't install PAM files"; \
-@USE_PAM_TRUE@ done
@USE_PAM_FALSE@install-data-local: install-config-files
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
+
diff --git a/net/netatalk-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure
index fe0c2b710aa6..cf6c1bd81c04 100644
--- a/net/netatalk-devel/files/patch-configure
+++ b/net/netatalk-devel/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sun Sep 1 12:50:59 2002
-+++ configure Wed Oct 2 22:19:05 2002
-@@ -1499,10 +1499,6 @@
+--- configure.orig Mon Nov 25 22:08:45 2002
++++ configure Sun Dec 15 16:59:28 2002
+@@ -1543,10 +1543,6 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
@@ -8,10 +8,10 @@
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
- am__api_version="1.6"
+ am__api_version="1.4"
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
-@@ -12706,13 +12702,13 @@
+@@ -12252,13 +12248,13 @@
savedldflags="$LDFLAGS"
CFLAGS="$CFLAGS -I$db3dir"
LDFLAGS="-L$db3libdir $LDFLAGS"
@@ -28,7 +28,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
-@@ -12759,7 +12755,7 @@
+@@ -12299,7 +12295,7 @@
db3found=yes
DB3_CFLAGS="-I$db3dir"