| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notified by: tobik
Notes:
svn path=/head/; revision=482293
|
|
|
|
|
|
|
|
| |
Obtained from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc
https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1
Notes:
svn path=/head/; revision=482244
|
|
|
|
| |
Notes:
svn path=/head/; revision=463058
|
|
|
|
| |
Notes:
svn path=/head/; revision=462292
|
|
|
|
|
|
|
| |
- Sort PLIST
Notes:
svn path=/head/; revision=451541
|
|
|
|
| |
Notes:
svn path=/head/; revision=445885
|
|
|
|
| |
Notes:
svn path=/head/; revision=444614
|
|
|
|
| |
Notes:
svn path=/head/; revision=426414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=423014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
| |
- Fix PLIST
Notes:
svn path=/head/; revision=414351
|
|
|
|
|
|
|
| |
Reported by: Ivan Klymenko <fidaj@ukr.net>
Notes:
svn path=/head/; revision=414337
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=411475
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=411432
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Convert to new options target helper
Notes:
svn path=/head/; revision=401400
|
|
|
|
|
|
|
|
| |
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
Notes:
svn path=/head/; revision=386252
|
|
|
|
| |
Notes:
svn path=/head/; revision=382151
|
|
|
|
|
|
|
| |
Changes: https://github.com/Ettercap/ettercap/releases
Notes:
svn path=/head/; revision=381871
|
|
|
|
| |
Notes:
svn path=/head/; revision=381857
|
|
|
|
| |
Notes:
svn path=/head/; revision=381125
|
|
|
|
|
|
|
|
|
| |
PR: 198184
Submitted by: Bernard Spil <spil.oss@gmail.com>
Obtained from: https://github.com/Ettercap/ettercap/commit/f71cd222712d6ecec6f086f3b8acca981e25f819
Notes:
svn path=/head/; revision=380379
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix when determine MTU on BSD system [1]
- Reset logfile ownership upon dropping privileges [2]
- Bump PORTREVISION for package change
PR: 197509 [2]
Submitted by: Rafal Grzeszczuk <rafi.root@gmail.com> [2]
Obtained from: https://github.com/Ettercap/ettercap/commit/00f864d7dd2d82b640064db81aad065794b9b11b [1]
https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 [2]
Notes:
svn path=/head/; revision=379520
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=379351
|
|
|
|
|
|
|
|
|
| |
- Cleanup PLIST
Changes: https://github.com/Ettercap/ettercap/releases
Notes:
svn path=/head/; revision=373233
|
|
|
|
| |
Notes:
svn path=/head/; revision=365086
|
|
|
|
|
|
|
|
|
|
| |
- Use @sample
- Convert to new options helper
- Simplify Makefile
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=361804
|
|
|
|
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Notes:
svn path=/head/; revision=361791
|
|
|
|
| |
Notes:
svn path=/head/; revision=354115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Add options: DESKTOP, IPV6 and NCURSES
- Add ipv6 to CATEGORIES conditionally
- Support STAGEDIR
- Reformat pkg-descr
- Update WWW
Changes: https://github.com/Ettercap/ettercap/releases
Notes:
svn path=/head/; revision=331309
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
|
|
|
| |
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=326683
|
|
|
|
| |
Notes:
svn path=/head/; revision=326137
|
|
|
|
| |
Notes:
svn path=/head/; revision=325161
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
|
|
| |
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Notes:
svn path=/head/; revision=312526
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
|
|
|
|
|
|
| |
- Rename options: GTK -> GTK2, ICONV -> UTF8
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cleanup Makefile header
- Cosmetic change
Notes:
svn path=/head/; revision=305590
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Changes: http://ettercap.sourceforge.net/history.php
Notes:
svn path=/head/; revision=295002
|
|
|
|
|
|
|
|
| |
PR: ports/166377
Submitted by: Niclas Zeising <zeising@daemonic.se>
Notes:
svn path=/head/; revision=294532
|
|
|
|
|
|
|
|
|
| |
ec_send.c:37:23: error: pcap/pcap.h: No such file or directory
Reported by: pointyhat
Notes:
svn path=/head/; revision=292549
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
|
|
|
| |
Changes: http://people.FreeBSD.org/~sunpoet/ettercap-0.7.4.diff
Notes:
svn path=/head/; revision=291001
|
|
|
|
| |
Notes:
svn path=/head/; revision=290752
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort OPTIONS
- Cosmetic change
- Take maintainership
Changes: http://ettercap.sourceforge.net/history.php
Notes:
svn path=/head/; revision=290582
|
|
|
|
| |
Notes:
svn path=/head/; revision=290231
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|