2013-01-19 11:09:14 +01:00
|
|
|
# Created by: Janni
|
2005-02-09 23:49:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= skstream
|
2013-01-19 11:09:14 +01:00
|
|
|
PORTVERSION= 0.3.9
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 7
|
2005-02-09 23:49:07 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
|
2005-02-09 23:49:07 +01:00
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= iostream based C++ socket library
|
2005-02-09 23:49:07 +01:00
|
|
|
|
2014-08-14 07:45:20 +02:00
|
|
|
USES= libtool pathfix pkgconfig compiler:c++11-lib gmake
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-02-09 23:49:07 +01:00
|
|
|
|
2018-08-25 20:59:29 +02:00
|
|
|
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
|
|
|
CXXFLAGS_clang= -Wno-c++11-narrowing
|
|
|
|
|
2014-02-21 14:38:29 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2005-10-04 01:02:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2015-08-28 15:39:56 +02:00
|
|
|
post-install-DOCS-on:
|
2014-02-26 10:45:08 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-03-23 10:45:39 +01:00
|
|
|
.for file in README COPYING AUTHORS NEWS README.FreeSockets
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
2005-10-04 01:02:33 +02:00
|
|
|
.endfor
|
2005-02-09 23:49:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|