Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30104/main/finkinfo/net

Modified Files:
        net-snmp-unified.info 
Added Files:
        pgsnmpd.info pgsnmpd.patch 
Log Message:
fix net-snmp libraries; also packaged pgsnmpd

--- NEW FILE: pgsnmpd.patch ---
diff -Nurd pgsnmpd-1.0/Makefile pgsnmpd-1.0-patched/Makefile
--- pgsnmpd-1.0/Makefile        2007-07-04 03:17:53.000000000 -0400
+++ pgsnmpd-1.0-patched/Makefile        2009-05-13 11:28:22.000000000 -0400
@@ -27,8 +27,8 @@
 SNMPFLAGS=-I. -I./RDBMS-MIB_src $(shell net-snmp-config --cflags)
 AGENTLIBS=$(shell net-snmp-config --agent-libs)
 
-PG_CPPFLAGS = -g -I$(libpq_srcdir) $(SNMPFLAGS)
-PG_LIBS = $(libpq_pgport) $(AGENTLIBS)
+PG_CPPFLAGS = -I$(PREFIX)/lib/system-openssl/include -g -I$(libpq_srcdir) 
$(SNMPFLAGS)
+PG_LIBS = -Wl,-flat_namespace -L$(PREFIX)/lib/system-openssl/lib 
$(libpq_pgport) $(AGENTLIBS)
 
 DOCS = README.pgsnmpd
 

--- NEW FILE: pgsnmpd.info ---
Info4: <<
Package: pgsnmpd
Version: 1.0
Revision: 1
Source: http://pgfoundry.org/frs/download.php/1423/%n-%v.tgz
Source-MD5: 93c6b3ada36f11e4d087896f147e3628
PatchFile: %n.patch
PatchFile-MD5: eecdd7396dc707420ce6c625f85acc4a
BuildDepends: <<
        fink (>= 0.28.0-1),
        net-snmp-unified15-dev,
        postgresql82-dev,
        readline5,
        system-openssl-dev,
<<
Depends: <<
        net-snmp-unified15-shlibs,
        postgresql82-shlibs,
        readline5-shlibs,
<<
CompileScript: <<
#!/bin/sh -ev

        # ugh
        DYNALOADER=`find /System/Library/Perl -name DynaLoader.a | sort | tail 
-n 1`
        make PREFIX="%p" DYNALOADER="$DYNALOADER"
<<
InstallScript: <<
        install -d -m 755 %i/sbin
        install -c -m 755 pgsnmpd %i/sbin/

        install -d -m 755 %i/etc
        install -c -m 640 pgsnmpd.conf %i/etc/
<<
ConfFiles: %p/etc/pgsnmpd.conf
DocFiles: APPLICATION-MIB COPYRIGHT KNOWNBUG* RDBMS-MIB* README* TODO* doc/*

Description: SNMP agent for PostgreSQL
DescDetail: <<
pgsnmpd is an SNMP agent for PostgreSQL which implements RDBMS-MIB, as
defined in RFC 1697.  This MIB was developed by a group of representatives
from different database manufacturers, and describes various attributes
common to most relational database management systems.  Because it was
designed as the least common denominator, it doesn't show very much detail
and there are definitely a number of things RDBMS-MIB doesn't cover that
PostgreSQL administrators would be very interested in.  Future versions of
pgsnmpd will support a second MIB, tentatively called PGSQL-MIB, in addition
to RDBMS-MIB.  This PGSQL-MIB will be PostgreSQL-specific, and will include
many more data points of interest to PostgreSQL users and administrators.
<<
License: BSD
Homepage: http://pgsnmpd.projects.postgresql.org/
Maintainer: Benjamin Reed <pgsn...@fink.racoonfink.com>
<<

Index: net-snmp-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/net-snmp-unified.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- net-snmp-unified.info       22 Apr 2009 16:53:41 -0000      1.10
+++ net-snmp-unified.info       13 May 2009 15:35:44 -0000      1.11
@@ -1,6 +1,6 @@
 Package: net-snmp-unified
 Version: 5.4.2.1
-Revision: 3
+Revision: 4
 Description: SNMP tools and libraries
 License: BSD
 Maintainer: Benjamin Reed <net-s...@fink.racoonfink.com>
@@ -50,6 +50,7 @@
        --enable-ipv6 \
        --with-out-mib-modules=mibII/ipv6 \
        --mandir='${prefix}/share/man' \
+       --with-ldflags='-Wl,-flat_namespace' \
        --with-logfile=%p/var/log/snmpd.log \
        --with-persistent-directory=%p/var/%N \
        --with-default-snmp-version="3" \


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to