From 56a40e00a489c42a140eea3da82230cb7de4f935 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 28 Jan 2015 01:04:58 +0000 Subject: [PATCH] dansguardian: moved to github Signed-off-by: Luka Perkov SVN-Revision: 44159 --- net/dansguardian/Makefile | 62 ------------------- .../patches/001-include_dir.patch | 29 --------- 2 files changed, 91 deletions(-) delete mode 100644 net/dansguardian/Makefile delete mode 100644 net/dansguardian/patches/001-include_dir.patch diff --git a/net/dansguardian/Makefile b/net/dansguardian/Makefile deleted file mode 100644 index bba2d8b799..0000000000 --- a/net/dansguardian/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# -# Copyright (C) 2008-2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=dansguardian -PKG_VERSION:=2.10.1.1 -PKG_RELEASE:=2 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dansguardian.org/downloads/2/Stable -PKG_MD5SUM:=0987a1c9bfbdf398118386f10279611a - -PKG_INSTALL:=1 - -include $(INCLUDE_DIR)/uclibc++.mk -include $(INCLUDE_DIR)/package.mk - -define Package/dansguardian - SECTION:=net - DEPENDS:=+libpthread $(CXX_DEPENDS) +zlib - CATEGORY:=Network - SUBMENU:=Web Servers/Proxies - TITLE:=DansGuardian - URL:=http://dansguardian.org -endef - -define Package/dansguardian/conffiles -/etc/dansguardian/dansguardian.conf -endef - -CONFIGURE_VARS += \ - INCLUDES="" \ - CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ - LIBS="-lpthread" \ - -define Build/Configure - $(call Build/Configure/Default,\ - --disable-clamav \ - --with-sysconfsubdir=dansguardian \ - --with-proxyuser=root \ - --with-proxygroup=root \ - --disable-pcre \ - ) -endef - -define Package/dansguardian/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dansguardian $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc - $(CP) $(PKG_INSTALL_DIR)/etc/dansguardian $(1)/etc/ - $(INSTALL_DIR) $(1)/usr/share/dansguardian - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/dansguardian/transparent1x1.gif $(1)/usr/share/dansguardian/ - $(INSTALL_DIR) $(1)/usr/share/dansguardian/languages/ukenglish - $(CP) $(PKG_INSTALL_DIR)/usr/share/dansguardian/languages/ukenglish/* $(1)/usr/share/dansguardian/languages/ukenglish/ -endef - -$(eval $(call BuildPackage,dansguardian)) diff --git a/net/dansguardian/patches/001-include_dir.patch b/net/dansguardian/patches/001-include_dir.patch deleted file mode 100644 index 8a619f08a5..0000000000 --- a/net/dansguardian/patches/001-include_dir.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/configure -+++ b/configure -@@ -861,7 +861,7 @@ sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' - includedir='${prefix}/include' --oldincludedir='/usr/include' -+oldincludedir='${prefix}/usr/include' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' - infodir='${datarootdir}/info' - htmldir='${docdir}' -@@ -6317,7 +6317,7 @@ $as_echo_n "checking for zlib... " >&6; - # Check whether --with-zlib was given. - if test "${with_zlib+set}" = set; then - withval=$with_zlib; # check for header & func (in library) in given prefix -- CPPFLAGS="${CPPFLAGS} -I${withval}/include" -+ CPPFLAGS="${CPPFLAGS}" - if test "x$staticzlib" = "xtrue"; then - LIBS="-Bstatic -L${withval} -lz -Bdynamic ${LIBS}" - else -@@ -10042,7 +10042,7 @@ _ACEOF - if test "${with_libiconv+set}" = set; then - withval=$with_libiconv; # check for header & func (in library) in given prefix - if test "x$withval" != "x"; then -- CPPFLAGS="${CPPFLAGS} -I${withval}/include" -+ CPPFLAGS="${CPPFLAGS}" - LIBS="-L${withval}/lib -liconv ${LIBS}" - else - LIBS="-liconv ${LIBS}" -- 2.30.2