aboutsummaryrefslogtreecommitdiffstats
path: root/net/netembryo
Commit message (Collapse)AuthorAgeFilesLines
* Remove all USE_OPENSSL occurrences.mat2017-03-151-1/+1
| | | | Sponsored by: Absolight
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* net/netembryo: Add 2 new options, SCTP and IPv6marino2015-03-272-4/+10
| | | | | | | | | DragonFly does not support SCTP. This was detected fine in the configure script, but check-plist failed due to an SCTP file that didn't get installed. The configure script takes options for SCTP and IPv6, so turn those into options. Use the brand-new OPTIONS_EXCLUDE_DragonFly feature to allow SCTP to be on by default for FreeBSD and not even an option for DragonFly.
* Cleanup plistantoine2014-11-221-1/+0
|
* - USES=libtool tar:bzip2tijl2014-07-102-9/+8
| | | | | - Add INSTALL_TARGET=install-strip - Make post-patch command more specific
* - Stage supportmiwi2014-01-311-3/+1
| | | | - Convert to USES
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Add some additional MASTER_SITES to unbreak `make fetch'.rakuco2013-05-191-3/+4
| | | | | | | lscube.org currently does not host tarballs it used to. Sigh. PR: ports/177998 Submitted by: John Marino <draco@marino.st>
* Mark as broken: does not fetchbapt2013-05-051-0/+2
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Convert a few remaining straglers from the unmaintined ports to pathfixeadler2013-03-291-2/+2
|
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-5/+2
| | | | "pathfix" instead.
* - Update to version 0.1.1pawel2012-11-233-10/+32
| | | | | | PR: ports/170163 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* Remove references to unsupported FreeBSD versions. Mostly of the form:dougb2011-11-021-9/+1
| | | | .if ${OSVERSION} < 700000
* - Fix of licensesylvio2011-09-071-1/+1
|
* - Update to 0.0.5sylvio2011-09-023-4/+6
| | | | - Add License
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* Fix master_sitebapt2011-08-031-1/+1
|
* Maintainers addresses are not valid anymore put the port back to the poolbapt2011-06-101-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* Add netembryo 0.0.4, a network abstraction library used by for feng,vanilla2007-12-184-0/+47
libnemesi, felix. PR: ports/117920 Submitted by: Emmanuel Richiardone (err at tollari.org)