aboutsummaryrefslogtreecommitdiff
path: root/net/openser/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openser/files/patch-Makefile')
-rw-r--r--net/openser/files/patch-Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/net/openser/files/patch-Makefile b/net/openser/files/patch-Makefile
index 7f230ad52c51..9da825037641 100644
--- a/net/openser/files/patch-Makefile
+++ b/net/openser/files/patch-Makefile
@@ -1,20 +1,21 @@
---- Makefile.orig Thu May 24 11:16:04 2007
-+++ Makefile Sat May 26 19:52:17 2007
-@@ -47,10 +47,9 @@
+--- Makefile.orig Wed Jan 30 14:50:03 2008
++++ Makefile Wed Jan 30 16:41:05 2008
+@@ -47,10 +47,10 @@
skip_modules?=
# if not set on the cmd. line or the env, exclude this modules:
-exclude_modules?= jabber cpl-c mysql pa postgres osp unixodbc \
- avp_radius auth_radius group_radius uri_radius xmpp \
-- presence pua pua_mi pua_usrloc \
+- presence pua pua_mi pua_usrloc seas\
- mi_xmlrpc perl snmpstats
+exclude_modules?= $(MYSQL) $(POSTGRESQL) $(SNMPSTATS) $(TLSOPS) $(UNIXODBC) \
-+ avp_radius auth_radius group_radius uri_radius \
-+ jabber osp mi_xmlrpc perl xmpp
++ $(AUTHRADIUS) avp_radius group_radius uri_radius xmpp \
++ presence pua pua_mi pua_usrloc seas mi_xmlrpc perl \
++ snmpstats jabber osp auth_diameter
ifeq ($(TLS),)
exclude_modules+= tlsops
endif
-@@ -343,21 +342,9 @@
+@@ -343,21 +343,9 @@
# note: on solaris 8 sed: ? or \(...\)* (a.s.o) do not work
install-cfg: $(cfg-prefix)/$(cfg-dir)
@@ -37,7 +38,7 @@
# openserctl config
$(INSTALL_TOUCH) $(cfg-prefix)/$(cfg-dir)/openserctlrc.sample
$(INSTALL_CFG) scripts/openserctlrc \
-@@ -391,7 +378,7 @@
+@@ -391,7 +379,7 @@
sed -e "s#/usr/local/lib/openser#$(lib-target)#g" | \
sed -e "s#/usr/local/etc/openser#$(cfg-target)#g" >/tmp/openserctl
$(INSTALL_TOUCH) $(bin-prefix)/$(bin-dir)/openserctl
@@ -46,7 +47,7 @@
rm -fr /tmp/openserctl
sed -e "s#/usr/local/sbin#$(bin-target)#g" \
< scripts/openserctl.base > /tmp/openserctl.base
-@@ -456,7 +443,7 @@
+@@ -456,7 +444,7 @@
sed -e "s#PATH:/usr/local/sbin#PATH:$(bin-target)#g" \
< scripts/mysqldb.sh > /tmp/$(NAME)_mysql.sh ; \
$(INSTALL_TOUCH) $(bin-prefix)/$(bin-dir)/$(NAME)_mysql.sh ; \
@@ -55,7 +56,7 @@
rm -fr /tmp/$(NAME)_mysql.sh ; \
fi
if [ "$(PGSQLON)" = "yes" ]; then \
-@@ -469,7 +456,7 @@
+@@ -469,7 +457,7 @@
sed -e "s#PATH:/usr/local/sbin#PATH:$(bin-target)#g" \
< scripts/postgresqldb.sh > /tmp/$(NAME)_postgresql.sh ; \
$(INSTALL_TOUCH) $(bin-prefix)/$(bin-dir)/$(NAME)_postgresql.sh ; \
@@ -64,7 +65,7 @@
$(bin-prefix)/$(bin-dir) ; \
rm -fr /tmp/$(NAME)_postgresql.sh ; \
fi
-@@ -494,8 +481,6 @@
+@@ -494,8 +482,6 @@
if [ -f modules/"$$r"/README ]; then \
$(INSTALL_TOUCH) $(doc-prefix)/$(doc-dir)/README ; \
$(INSTALL_DOC) modules/"$$r"/README \