non port: net-mgmt/ettercap/Makefile |
SVNWeb
|
Number of commits found: 82 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Jul 2022
|
[ 05:57 Po-Chuan Hsieh (sunpoet) ] 9f7a285 (Only the first 10 of 40 ports in this commit are shown above. )
net/libnet: Update to 1.2
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/libnet/libnet/releases
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 43ac3e2 (Only the first 10 of 285 ports in this commit are shown above. )
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above )
|
Tue, 14 Sep 2021
|
[ 10:55 Bernhard Froehlich (decke) ] bf8bdf3
net-mgmt/ettercap: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 2 Oct 2020
|
[ 13:17 sunpoet ]
Cosmetic change
|
Sun, 30 Aug 2020
|
[ 07:14 sunpoet ]
Use upstream release tarball
|
Sat, 15 Aug 2020
|
[ 16:29 sunpoet ]
Update to 0.8.3.1
- Sort PLIST
Changes: https://github.com/Ettercap/ettercap/releases
|
Wed, 3 Jul 2019
|
[ 18:51 sunpoet ]
Update to 0.8.3
- Replace GTK2 option with GTK3 option: new upstream default
Changes: https://github.com/Ettercap/ettercap/releases
Security: b79ec16b-9da7-11e9-a0ea-a92fe7db4867
MFH: 2019Q3
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
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
|
Wed, 17 Oct 2018
|
[ 13:14 sunpoet ]
Readd GTK2 back which should not be part of r482244
- Bump PORTREVISION for dependency change
Notified by: tobik
|
Tue, 16 Oct 2018
|
[ 20:03 sunpoet ]
Fix build with OpenSSL 1.1.x
Obtained
from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc
https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1
|
Mon, 19 Feb 2018
|
[ 10:29 sunpoet ]
Use CMAKE_BOOL, CMAKE_ON and CMAKE_OFF
|
Sun, 8 Oct 2017
|
[ 13:49 sunpoet ]
Convert PORTDATA=* and PORTDOCS=* to PLIST entries
- Sort PLIST
|
Wed, 28 Jun 2017
|
[ 23:55 sunpoet ]
Use USES=gnome
|
Sat, 19 Nov 2016
|
[ 17:04 sunpoet ]
- Use USES=ssl
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
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)
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
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) (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Apr 2016
|
[ 18:13 sunpoet ]
- Fix NCURSES option: USE_NCURSES has been replaced by USES=ncurses
- Fix PLIST
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 18:36 sunpoet ]
- Cleanup Makefile
|
[ 10:53 tijl ] (Only the first 10 of 57 ports in this commit are shown above. )
Install net/libnet headers and libraries back in the location where other
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)
|
Thu, 12 Nov 2015
|
[ 21:39 sunpoet ]
- Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
|
Wed, 13 May 2015
|
[ 19:01 sunpoet ]
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
|
Tue, 24 Mar 2015
|
[ 18:24 sunpoet ]
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
|
Sat, 21 Mar 2015
|
[ 22:00 sunpoet ]
- Update to 0.8.2
Changes: https://github.com/Ettercap/ettercap/releases
|
[ 20:07 sunpoet ]
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
|
Thu, 12 Mar 2015
|
[ 18:26 sunpoet ]
- Fix USE_LDCONFIG
|
Sat, 21 Feb 2015
|
[ 15:11 sunpoet ]
- Import upstream patches:
- 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]
|
Thu, 19 Feb 2015
|
[ 16:33 mat ]
There is no PKGNAMESUFFIX helper.
Sponsored by: Absolight
|
Mon, 24 Nov 2014
|
[ 18:24 sunpoet ]
- Update to 0.8.1
- Cleanup PLIST
Changes: https://github.com/Ettercap/ettercap/releases
|
Sat, 16 Aug 2014
|
[ 15:02 sunpoet ]
- Add CPE information
|
Mon, 14 Jul 2014
|
[ 17:47 sunpoet ]
- Fix PLIST
- Use @sample
- Convert to new options helper
- Simplify Makefile
- Bump PORTREVISION for package change
|
[ 15:38 tijl ] (Only the first 10 of 35 ports in this commit are shown above. )
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
Thu, 15 May 2014
|
[ 12:52 sunpoet ]
- Remove MASTER_SITES
|
Tue, 22 Oct 2013
|
[ 20:02 sunpoet ]
- Update to 0.8.0
- 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
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Sat, 7 Sep 2013
|
[ 19:49 bsam ] (Only the first 10 of 14 ports in this commit are shown above. )
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit)
|
Tue, 3 Sep 2013
|
[ 12:13 bapt ] (Only the first 10 of 77 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Wed, 21 Aug 2013
|
[ 17:17 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
- Remove leading indefinite article from COMMENT
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
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
|
Mon, 18 Feb 2013
|
[ 21:13 dinoex ] (Only the first 10 of 34 ports in this commit are shown above. )
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Tue, 9 Oct 2012
|
[ 14:18 sunpoet ]
- Convert to new options framework
- Rename options: GTK -> GTK2, ICONV -> UTF8
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cleanup Makefile header
- Cosmetic change
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 18 Apr 2012
|
[ 08:40 sunpoet ]
- Update to 0.7.4.1
Changes: http://ettercap.sourceforge.net/history.php
|
Fri, 2 Mar 2012
|
[ 21:38 pav ]
- Mark BROKEN on 7.X: does not compile
ec_send.c:37:23: error: pcap/pcap.h: No such file or directory
Reported by: pointyhat
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Thu, 9 Feb 2012
|
[ 00:59 sunpoet ]
- Restore LIBNET_CONFIG
|
Tue, 7 Feb 2012
|
[ 09:45 sunpoet ]
- Update to 0.7.4
- Sort OPTIONS
- Cosmetic change
- Take maintainership
Changes: http://ettercap.sourceforge.net/history.php
|
Wed, 1 Feb 2012
|
[ 15:53 tabthorpe ] (Only the first 10 of 38 ports in this commit are shown above. )
- Reassign to the heap
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Thu, 9 Sep 2010
|
[ 19:37 pgollucci ]
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/149433
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: maintainer timeout (mnag ; 32 days)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tue, 6 Jan 2009
|
[ 17:59 pav ] (Only the first 10 of 155 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:53 edwin ] (Only the first 10 of 33 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 6 Feb 2007
|
[ 11:33 mnag ]
- Fix objformat
Notified by: kris
|
Wed, 31 Jan 2007
|
[ 14:09 pav ] (Only the first 10 of 72 ports in this commit are shown above. )
- Patch net/libnet* to versioned libraries and header files, so they can
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Mon, 14 Nov 2005
|
[ 17:07 sem ] (Only the first 10 of 57 ports in this commit are shown above. )
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Fri, 16 Sep 2005
|
[ 17:58 mnag ] (Only the first 10 of 46 ports in this commit are shown above. )
Update my email
Approved by: pav (mentor)
|
Fri, 9 Sep 2005
|
[ 15:24 garga ]
- OPTIONS'ify
- Reorganize Makefile
- Make portlint happyer
- Pass maintainership to submitter
PR: ports/85892
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
|
Fri, 17 Jun 2005
|
[ 15:45 novel ]
Update to 0.7.3.
PR: 82357
Submitted by: Marcus Grando (maintainer)
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Wed, 29 Dec 2004
|
[ 21:52 marius ]
Update to 0.7.2. For changes since 0.7.1 please see:
http://ettercap.sourceforge.net/history.php
Approved by: netchild
|
Sat, 20 Nov 2004
|
[ 12:00 marius ]
Use file unique to net/libnet-devel to check whether this dependency
is already installed rather than the library itself which has the same
name in both net/libnet and net/libnet-devel in order to not try to
build this port with net/libnet.
Approved by: netchild
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Mon, 25 Oct 2004
|
[ 11:40 marius ]
- Update to 0.7.1. For changes since 0.6.b see:
http://ettercap.sourceforge.net/history.php
- Switch to build all the extras (like pcre and UTF-8 support, GTK2+ GUI,
plugins etc.) by default but provide WITHOUT knobs so one can save on
dependencies.
Approved by: netchild
|
Fri, 27 Feb 2004
|
[ 11:30 netchild ]
- Obey PTHREAD_LIBS also when libpthread exists.
- Use/respect DATADIR and DOCSDIR.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
Mon, 23 Feb 2004
|
[ 04:42 wollman ] (Only the first 10 of 907 ports in this commit are shown above. )
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: 82 |