mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- update to 3.3.0
- let it build with clang too - update maintainer's email - fix whitespace bugs, while here PR: 182402 Submitted by: Nicolai Petri <nicolai@petri.dk> (maintainer)
This commit is contained in:
parent
7e8629cf0e
commit
3413304bd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341254
@ -2,12 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snmp++
|
||||
PORTVERSION= 3.2.25
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.agentpp.com/
|
||||
DISTNAME= ${PORTNAME}v${PORTVERSION}
|
||||
|
||||
MAINTAINER= nicolai@catpipe.net
|
||||
MAINTAINER= nicolai@petri.dk
|
||||
COMMENT= SNMP C++ library with V3 support
|
||||
|
||||
MAKEFILE= Makefile.FreeBSD
|
||||
@ -21,7 +21,7 @@ post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${LN} -sf ${PREFIX}/lib/libsnmp++.so.2.0.0 ${STAGEDIR}${PREFIX}/lib/libsnmp++.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsnmp++.so.2.0.0
|
||||
${LN} -sf ${PREFIX}/lib/libsnmp++.so.3.3.0 ${STAGEDIR}${PREFIX}/lib/libsnmp++.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsnmp++.so.3.3.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (snmp++v3.2.25.tar.gz) = 02234720a95af975180f7c093b98cc003bb564f44c8795882593afbb417c1f2b
|
||||
SIZE (snmp++v3.2.25.tar.gz) = 265074
|
||||
SHA256 (snmp++v3.3.0.tar.gz) = 821ae493f8fb54bb85cbd779697a3fc92e130906b5de993b9970ffd47f12466a
|
||||
SIZE (snmp++v3.3.0.tar.gz) = 584162
|
||||
|
@ -1,30 +1,30 @@
|
||||
############################################################################
|
||||
##
|
||||
## Makefile.FreeBSD
|
||||
##
|
||||
## Makefile.FreeBSD
|
||||
##
|
||||
## SNMP++v3.2.22
|
||||
## -----------------------------------------------
|
||||
## Copyright (c) 2001-2006 Jochen Katz, Frank Fock
|
||||
##
|
||||
## This software is based on SNMP++2.6 from Hewlett Packard:
|
||||
##
|
||||
##
|
||||
## Copyright (c) 1996
|
||||
## Hewlett-Packard Company
|
||||
##
|
||||
##
|
||||
## ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
|
||||
## Permission to use, copy, modify, distribute andor sell this software
|
||||
## andor its documentation is hereby granted without fee. User agrees
|
||||
## to display the above copyright notice and this license notice in all
|
||||
## copies of the software and any documentation of the software. User
|
||||
## agrees to assume all liability for the use of the software;
|
||||
## Hewlett-Packard and Jochen Katz make no representations about the
|
||||
## suitability of this software for any purpose. It is provided
|
||||
## "AS-IS" without warranty of any kind, either express or implied. User
|
||||
## Permission to use, copy, modify, distribute andor sell this software
|
||||
## andor its documentation is hereby granted without fee. User agrees
|
||||
## to display the above copyright notice and this license notice in all
|
||||
## copies of the software and any documentation of the software. User
|
||||
## agrees to assume all liability for the use of the software;
|
||||
## Hewlett-Packard and Jochen Katz make no representations about the
|
||||
## suitability of this software for any purpose. It is provided
|
||||
## "AS-IS" without warranty of any kind, either express or implied. User
|
||||
## hereby grants a royalty-free license to any and all derivatives based
|
||||
## upon this software code base.
|
||||
##
|
||||
## Stuttgart, Germany, Tue Nov 21 22:12:16 CET 2006
|
||||
##
|
||||
## upon this software code base.
|
||||
##
|
||||
## Stuttgart, Germany, Tue Nov 21 22:12:16 CET 2006
|
||||
##
|
||||
##########################################################################*
|
||||
|
||||
#
|
||||
@ -32,17 +32,11 @@
|
||||
#
|
||||
|
||||
COPTIONS = -D_XPG4_EXTENDED -D__unix -Wall -D_USE_OPENSSL# -DHEADER_DES_LOCL_H # -D_DEBUG
|
||||
TEMPOPTS = -I.
|
||||
TEMPOPTS = -I.
|
||||
|
||||
USEROPTS = -g
|
||||
CFLAGS = $(COPTIONS) $(CINCDIRS) $(USEROPTS)
|
||||
CFLAGS = $(COPTIONS) $(CINCDIRS) $(USEROPTS)
|
||||
LDFLAGS = $(CFLAGS)
|
||||
SHARED = -fPIC -shared
|
||||
|
||||
#
|
||||
# Compilation rules
|
||||
#
|
||||
CC = g++
|
||||
LD = ld
|
||||
|
||||
include common.mk
|
||||
|
@ -7,5 +7,5 @@
|
||||
-INSTPREFIX = /usr/local
|
||||
+INSTPREFIX = $(PREFIX)
|
||||
endif
|
||||
|
||||
|
||||
ifndef INSTLIBPATH
|
||||
|
@ -13,4 +13,4 @@ SNMP++v3.x extends the original SNMP++v2.8 by the following:
|
||||
# Thread-safety
|
||||
# Bug-fixes
|
||||
|
||||
WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
|
||||
WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html
|
||||
|
@ -36,5 +36,5 @@ include/snmp_pp/v3.h
|
||||
include/snmp_pp/vb.h
|
||||
lib/libsnmp++.a
|
||||
lib/libsnmp++.so
|
||||
lib/libsnmp++.so.2.0.0
|
||||
lib/libsnmp++.so.3.3.0
|
||||
@dirrm include/snmp_pp
|
||||
|
Loading…
Reference in New Issue
Block a user