[csw-devel] SF.net SVN: gar:[19344] csw/mgar/pkg/netatalk/trunk
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Mon Oct 1 12:01:51 CEST 2012
Revision: 19344
http://gar.svn.sourceforge.net/gar/?rev=19344&view=rev
Author: janholzh
Date: 2012-10-01 10:01:51 +0000 (Mon, 01 Oct 2012)
Log Message:
-----------
netatalk/trunk: update to 3.0.1, does not build with sun studio, gcc build broken do to bug in krb5-config
Modified Paths:
--------------
csw/mgar/pkg/netatalk/trunk/Makefile
csw/mgar/pkg/netatalk/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch
Modified: csw/mgar/pkg/netatalk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netatalk/trunk/Makefile 2012-10-01 09:24:59 UTC (rev 19343)
+++ csw/mgar/pkg/netatalk/trunk/Makefile 2012-10-01 10:01:51 UTC (rev 19344)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = netatalk
-VERSION = 3.0
+VERSION = 3.0.1
GARTYPE = v2
CATEGORIES = server
@@ -13,9 +13,9 @@
MASTER_SITES = $(SF_MIRROR)
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES += 0001-fix-Makefile.am.patch
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+GARCOMPILER = GNU
PACKAGES += CSWlibatalk1
CATALOGNAME_CSWlibatalk1 = libatalk1
@@ -39,10 +39,9 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
-CONFIGURE_ARGS = $(DIRPATHS) --disable-static --with-ssl-dir=/opt/csw --with-bdb=/opt/csw/bdb47 --with-libiconv=/opt/csw --disable-tcp-wrappers --disable-bundled-libevent --disable-silent-rules
+CONFIGURE_ARGS = $(DIRPATHS) --disable-static --with-ssl-dir=/opt/csw --with-bdb=/opt/csw/bdb47 --with-libiconv=/opt/csw --disable-tcp-wrappers --disable-silent-rules --with-libevent-header=/opt/csw/include --with-libevent-lib=/opt/csw/lib
-EXTRA_LINKER_FLAGS = -z ignore -I/opt/csw/include -levent
-#EXTRA_CPP_FLAGS= -I/opt/csw/include -levent
+#EXTRA_LINKER_FLAGS = -levent
include gar/category.mk
Modified: csw/mgar/pkg/netatalk/trunk/checksums
===================================================================
--- csw/mgar/pkg/netatalk/trunk/checksums 2012-10-01 09:24:59 UTC (rev 19343)
+++ csw/mgar/pkg/netatalk/trunk/checksums 2012-10-01 10:01:51 UTC (rev 19344)
@@ -1 +1 @@
-ad022c1bdd0392ee3522bc8bf32874a4 netatalk-3.0.tar.gz
+0d9446247e1eb260bf4205ea075958c0 netatalk-3.0.1.tar.gz
Deleted: csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch
===================================================================
--- csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch 2012-10-01 09:24:59 UTC (rev 19343)
+++ csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch 2012-10-01 10:01:51 UTC (rev 19344)
@@ -1,24 +0,0 @@
-From ecab0a10502b499bdaffba6a191be0545065d50c Mon Sep 17 00:00:00 2001
-From: Jan Holzhueter <jh at opencsw.org>
-Date: Wed, 22 Aug 2012 14:23:58 +0200
-Subject: [PATCH] fix Makefile.am
-
----
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 448375a..4fdb716 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,6 +1,6 @@
- # Makefile.am for top level of netatalk package
-
--SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
-+SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test
-
- EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
-
---
-1.7.11.3
-
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