mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.2.2.
Fix build on 4.x. PR: ports/93219 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
This commit is contained in:
parent
f15c8b2846
commit
81fb346c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155819
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= net6
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= http://releases.0x539.de/net6/
|
||||
|
||||
@ -15,12 +15,14 @@ COMMENT= Network access framework for IPv4/IPv6
|
||||
|
||||
LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20
|
||||
|
||||
USE_GCC= 3.4+
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
PLIST_SUB= NLS=""
|
||||
.else
|
||||
@ -28,10 +30,4 @@ CONFIGURE_ARGS= --disable-nls
|
||||
PLIST_SUB= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= does not build on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034
|
||||
SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc
|
||||
SIZE (net6-1.2.1.tar.gz) = 376538
|
||||
MD5 (net6-1.2.2.tar.gz) = 8a551a2d9785b2b0ed431bb9eeb6cfd6
|
||||
SHA256 (net6-1.2.2.tar.gz) = ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a
|
||||
SIZE (net6-1.2.2.tar.gz) = 377078
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/net6/address.hpp
|
||||
include/net6/client.hpp
|
||||
include/net6/connection.hpp
|
||||
include/net6/common.hpp
|
||||
include/net6/connection.hpp
|
||||
include/net6/default_accumulator.hpp
|
||||
include/net6/error.hpp
|
||||
include/net6/gettext_package.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user