the following patch brings openvpn-devel up to "week 45" (most recent)
openvpn-devel version from git, which has one important bugfix
("route" command with special-case targets was broken) and enables
parallel building.
Also, it seems that "--enable-small" was lost in the application of
the last commit - or my local SVN is confused. I know I sent this last
time, but "svn diff" claims it's not in the repository right now...
Anyway, here's the output of "svn update ; svn diff" on the packages feed
tree...
Signed-off-by: Gert Doering <gert@greenie.muc.de>
SVN-Revision: 24068
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn-devel
-PKG_VERSION:=201035
+PKG_VERSION:=201045
PKG_RELEASE:=1
PKG_SOURCE:=openvpn-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
-PKG_MD5SUM:=1f0d2cbfb735df92d7fd8bef5d80a291
+PKG_MD5SUM:=0c54fe19381e8756f40bc1050d7016d8
PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/openvpn-devel
include $(INCLUDE_DIR)/package.mk
--disable-socks \
--enable-password-save \
--enable-iproute2 \
+ --enable-small \
--with-iproute-path=/usr/sbin/ip \
,\
ac_cv_func_epoll_create=no \