non port: net-mgmt/flow-extract/Makefile |
Number of commits found: 14 |
Thursday, 14 Nov 2019
|
00:56 linimon
This unmaintained port has been broken for 7 months. Mark it DEPRECATED
and give it an expiration date.
|
Friday, 12 Apr 2019
|
05:47 antoine
Mark BROKEN: fails to build
extract.c:42:8: error: unknown type name 'u_int64'
extern u_int64 extract(struct ftio *, struct parsetree *, struct ftver *, struct
ftio *, int);
^
extract.c:81:13: error: expected ';' after expression
u_int64 total_flows;
^
;
Reported by: pkg-fallout
MFH: 2019Q2
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 12 Nov 2015
|
23:40 marino
net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF
|
Wednesday, 11 Jun 2014
|
14:50 tijl
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 9 Jun 2014
|
03:34 vanilla
Stagify.
|
Friday, 20 Sep 2013
|
22:24 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tuesday, 18 Oct 2011
|
13:06 ehaupt
- Update MASTER_SITES and WWW
- Add LICENSE
- Respect CFLAGS
PR: 161639
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tuesday, 2 Aug 2011
|
16:22 bapt
Fix master_site
|
Tuesday, 24 Mar 2009
|
15:23 miwi
- Update to MASTER_SITES
PR: 130980
Submitted by: dikshie <dikshie@sfc.wide.ad.jp>
|
Wednesday, 14 May 2008
|
14:21 pav
- Update to 2.61
PR: ports/123580
Submitted by: Oleg Gawriloff <barzog@telecom.by>
|
Thursday, 11 May 2006
|
22:49 edwin
Remove USE_REINPLACE from all categories starting with N
|
Monday, 23 Feb 2004
|
04:42 wollman
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
Number of commits found: 14 |