SF.net SVN: gar:[24867] csw/mgar/pkg/haproxy/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Apr 20 14:32:30 CEST 2015
Revision: 24867
http://sourceforge.net/p/gar/code/24867
Author: dmichelsen
Date: 2015-04-20 12:32:29 +0000 (Mon, 20 Apr 2015)
Log Message:
-----------
haproxy/trunk: Update to 1.4.26
Modified Paths:
--------------
csw/mgar/pkg/haproxy/trunk/Makefile
csw/mgar/pkg/haproxy/trunk/checksums
Modified: csw/mgar/pkg/haproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/haproxy/trunk/Makefile 2015-04-20 09:21:17 UTC (rev 24866)
+++ csw/mgar/pkg/haproxy/trunk/Makefile 2015-04-20 12:32:29 UTC (rev 24867)
@@ -9,7 +9,7 @@
# I added this link manually for now, investigate later!
#
NAME = haproxy
-VERSION = 1.4.18
+VERSION = 1.4.26
GARTYPE = v2
DESCRIPTION = Reliable, high performance TCP/HTTP load balancer
@@ -27,27 +27,20 @@
MASTER_SITES = http://haproxy.1wt.eu/download/1.4/src/
DISTFILES += $(DISTNAME).tar.gz
-VENDOR_URL = http://haproxy.1wt.eu/
+VENDOR_URL = http://www.haproxy.org
LICENSE = LICENSE
-# Don't care for now, investigate later!
-CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/haproxy.1
-CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/haproxy.1
-CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/build.cfg
-CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy.cfg
-CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy-1.1.21-flx.1.pkg
-
-# This is cross-linked, but not correctly added to the package database
-# /usr/lib/abi/abi_libcrypt_d.so.1 f none 0755 root bin 37708 45322 1036400527 SUNWcstl
-CHECKPKG_OVERRIDES_CSWhaproxy += soname-not-found|libcrypt_d.so.1|is|needed|by|opt/csw/sbin/amd64/haproxy
-
# Heavily optimized, supported for gcc, didn't dare to touch
GARCOMPILER = GCC4
BUILD64 = 1
ISAEXEC = 1
+
+# There is no configure script, configuration is passed directly to the Makefile
CONFIGURE_SCRIPTS =
+
+# There is no testsuite
TEST_SCRIPTS =
BUILD_ARGS = \
@@ -61,13 +54,13 @@
SBINDIR=$(sbindir) \
DOCDIR=$(docdir)/$(NAME)
+# We need GNU install as 'install'
+INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH)
+
include gar/category.mk
-# Makefile contains references to install
-PATH := /opt/csw/gnu:$(PATH)
-
-post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME)
-post-install-modulated:
+post-install: DOCDEST=$(DESTDIR)$(docdir)/$(NAME)
+post-install:
mkdir -p $(DOCDEST)
cp -r $(WORKSRC)/examples $(DOCDEST)
cp -r $(WORKSRC)/doc/* $(DOCDEST)
Modified: csw/mgar/pkg/haproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/haproxy/trunk/checksums 2015-04-20 09:21:17 UTC (rev 24866)
+++ csw/mgar/pkg/haproxy/trunk/checksums 2015-04-20 12:32:29 UTC (rev 24867)
@@ -1 +1 @@
-4ac88bb1a76c4b84ed4f6131183bedbe haproxy-1.4.18.tar.gz
+0606180bb01d9b91b49e6ca16e681172 haproxy-1.4.26.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list