[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4d1e29c54caf2b53103ed13ed9ee5a14d033677b)

Vlad Glagolev scm at sourcemage.org
Mon Jan 7 16:07:01 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ChangeLog                   |    3 +++
 perl-cpan/net-dns/BUILD     |    2 +-
 perl-cpan/net-dns/DEPENDS   |    2 +-
 perl-cpan/pgsql_perl5/BUILD |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 4d1e29c54caf2b53103ed13ed9ee5a14d033677b
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    pgsql_perl5: stupid typo

commit 0ba58354dbd826e9139bf34a869fd17a2e73d6a4
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    net-dns: fixed the stupid bug + tab inplace

commit 3ee7980681db05bef57ad6a57051c191ee3cb0bf
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    oh, sorry Jaka ;o

diff --git a/ChangeLog b/ChangeLog
index 309a1a3..c1cfdb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2008-01-07 Arjan Bouter <abouter at sourcemage.org>
 	* net/mdnsresponder: new spell, bonjour's dns resolver
 
+2008-01-07 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* utils/exmap: memory analysis tool that accurately determines memory us
+
 2008-01-07 Vlad Glagolev <stealth at sourcemage.org>
 	* FUNCTIONS: added default function for building the perlish spells
 	* perl-cpan/FUNCTIONS: use this function from root
diff --git a/perl-cpan/net-dns/BUILD b/perl-cpan/net-dns/BUILD
index 0ba8445..11dc91b 100755
--- a/perl-cpan/net-dns/BUILD
+++ b/perl-cpan/net-dns/BUILD
@@ -1 +1 @@
-no | default_build_perl
+echo n | default_build_perl
diff --git a/perl-cpan/net-dns/DEPENDS b/perl-cpan/net-dns/DEPENDS
index ade195d..9d50dda 100755
--- a/perl-cpan/net-dns/DEPENDS
+++ b/perl-cpan/net-dns/DEPENDS
@@ -1,4 +1,4 @@
 depends perl &&
 depends digest-hmac &&
-depends	mime-base64 &&
+depends mime-base64 &&
 depends test-simple
diff --git a/perl-cpan/pgsql_perl5/BUILD b/perl-cpan/pgsql_perl5/BUILD
index 3917ac3..9e9fc1a 100755
--- a/perl-cpan/pgsql_perl5/BUILD
+++ b/perl-cpan/pgsql_perl5/BUILD
@@ -1,2 +1,2 @@
 POSTGRES_INCLUDE=$INSTALL_ROOT/usr/include &&
-POSTGRES_LIB=$INSTALL_ROOT/usr/lib | default_build_perl
+POSTGRES_LIB=$INSTALL_ROOT/usr/lib && default_build_perl



More information about the SM-Commit mailing list