[68964] trunk/dports/devel

snc at macports.org snc at macports.org
Fri Jun 18 14:17:24 PDT 2010


Revision: 68964
          http://trac.macports.org/changeset/68964
Author:   snc at macports.org
Date:     2010-06-18 14:17:23 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
create talloc, #25226

Added Paths:
-----------
    trunk/dports/devel/talloc/
    trunk/dports/devel/talloc/Portfile
    trunk/dports/devel/talloc/files/
    trunk/dports/devel/talloc/files/patch-Makefilein.diff
    trunk/dports/devel/talloc/files/patch-tallocmk.diff

Added: trunk/dports/devel/talloc/Portfile
===================================================================
--- trunk/dports/devel/talloc/Portfile	                        (rev 0)
+++ trunk/dports/devel/talloc/Portfile	2010-06-18 21:17:23 UTC (rev 68964)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                talloc
+version             2.0.1
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+description         Hierarchical memory allocation library
+long_description    talloc is a hierarchical, reference counted memory pool \
+                    system with destructors. It is the core memory allocator \
+                    used in Samba.
+homepage            http://talloc.samba.org/
+master_sites        http://samba.org/ftp/talloc/
+
+checksums           md5     c6e736540145ca58cb3dcb42f91cf57b \
+                    sha1    40453d01e3676832150cefe0a057835d3a847ac1 \
+                    rmd160  b6d28a9f913c5d3abe2098d8b571bd293156ae1c
+
+depends_build       port:pkgconfig
+
+universal_variant   no
+
+patchfiles          patch-Makefilein.diff patch-tallocmk.diff


Property changes on: trunk/dports/devel/talloc/Portfile
___________________________________________________________________
Added: svn:keywords:Id
   + 
Added: svn:eol-style
   + native

Added: trunk/dports/devel/talloc/files/patch-Makefilein.diff
===================================================================
--- trunk/dports/devel/talloc/files/patch-Makefilein.diff	                        (rev 0)
+++ trunk/dports/devel/talloc/files/patch-Makefilein.diff	2010-06-18 21:17:23 UTC (rev 68964)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-10-11 09:42:24.000000000 -0400
++++ Makefile.in	2010-06-12 21:05:54.000000000 -0400
+@@ -39,7 +39,7 @@
+ @TALLOC_COMPAT1_MK@
+ 
+ $(TALLOC_SOLIB): $(LIBOBJ)
+-	$(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) $(VERSIONSCRIPT) $(EXPORTSFILE) $(SONAMEFLAG)$(TALLOC_SONAME)
++	$(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) $(VERSIONSCRIPT) $(EXPORTSFILE) @SONAMEFLAG@$(TALLOC_SONAME)
+ 
+ shared-build: all
+ 	${INSTALLCMD} -d $(sharedbuilddir)/lib

Added: trunk/dports/devel/talloc/files/patch-tallocmk.diff
===================================================================
--- trunk/dports/devel/talloc/files/patch-tallocmk.diff	                        (rev 0)
+++ trunk/dports/devel/talloc/files/patch-tallocmk.diff	2010-06-18 21:17:23 UTC (rev 68964)
@@ -0,0 +1,13 @@
+--- talloc.mk.orig	2010-06-12 22:12:56.000000000 -0400
++++ talloc.mk	2010-06-12 22:13:05.000000000 -0400
+@@ -23,8 +23,8 @@
+ 	${INSTALLCMD} -m 644 talloc.pc $(DESTDIR)$(libdir)/pkgconfig
+ 	if [ -f talloc.3 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man3; fi
+ 	if [ -f talloc.3 ];then ${INSTALLCMD} -m 644 talloc.3 $(DESTDIR)$(mandir)/man3; fi
+-	which swig >/dev/null 2>&1 && ${INSTALLCMD} -d $(DESTDIR)`swig -swiglib` || true
+-	which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)`swig -swiglib` || true
++#	which swig >/dev/null 2>&1 && ${INSTALLCMD} -d $(DESTDIR)`swig -swiglib` || true
++#	which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)`swig -swiglib` || true
+ 
+ doc:: talloc.3 talloc.3.html
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100618/2df21b47/attachment.html>


More information about the macports-changes mailing list