non port: net-mgmt/ettercap/Makefile |
SVNWeb
|
Number of commits found XX: 76 |
Fri, 2 Oct 2020
|
[ 13:17 sunpoet ] 
551180 net-mgmt/ettercap/Makefile
Cosmetic change
|
Sun, 30 Aug 2020
|
[ 07:14 sunpoet ] 
546988 net-mgmt/ettercap/Makefile
546988 net-mgmt/ettercap/distinfo
Use upstream release tarball
|
Sat, 15 Aug 2020
|
[ 16:29 sunpoet ] 
544959 net-mgmt/ettercap/Makefile
544959 net-mgmt/ettercap/distinfo
544959 net-mgmt/ettercap/files
544959 net-mgmt/ettercap/pkg-plist
Update to 0.8.3.1
- Sort PLIST
Changes: https://github.com/Ettercap/ettercap/releases
|
Wed, 3 Jul 2019
|
[ 18:51 sunpoet ] 
505770 net-mgmt/ettercap/Makefile
505770 net-mgmt/ettercap/distinfo
505770 net-mgmt/ettercap/files/patch-CMakeLists.txt
505770 net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c
505770 net-mgmt/ettercap/files/patch-src-ec_sslwrap.c
505770 net-mgmt/ettercap/pkg-plist
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 ] 
488341 CHANGES
488341 Mk/Uses/cmake.mk
488341 accessibility/jovie-kde4/Makefile
488341 accessibility/kaccessible-kde4/Makefile
488341 accessibility/kmag-kde4/Makefile
488341 accessibility/kmag/Makefile
488341 accessibility/kmousetool-kde4/Makefile
488341 accessibility/kmousetool/Makefile
488341 accessibility/kmouth-kde4/Makefile
488341 accessibility/kmouth/Makefile
(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 ] 
482293 net-mgmt/ettercap/Makefile
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 ] 
482244 net-mgmt/ettercap/Makefile
482244 net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c
482244 net-mgmt/ettercap/files/patch-src-ec_sslwrap.c
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 ] 
462292 net-mgmt/ettercap/Makefile
Use CMAKE_BOOL, CMAKE_ON and CMAKE_OFF
|
Sun, 8 Oct 2017
|
[ 13:49 sunpoet ] 
451541 net-mgmt/ettercap/Makefile
451541 net-mgmt/ettercap/pkg-plist
Convert PORTDATA=* and PORTDOCS=* to PLIST entries
- Sort PLIST
|
Wed, 28 Jun 2017
|
[ 23:55 sunpoet ] 
444614 net-mgmt/ettercap/Makefile
Use USES=gnome
|
Sat, 19 Nov 2016
|
[ 17:04 sunpoet ] 
426414 net-mgmt/ettercap/Makefile
- Use USES=ssl
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] 
423014 Mk/Uses/libarchive.mk
423014 Mk/Uses/libedit.mk
423014 Mk/Uses/localbase.mk
423014 archivers/pigz/Makefile
423014 archivers/unmakeself/Makefile
423014 audio/fplib/Makefile
423014 audio/listener/Makefile
423014 benchmarks/glmark2/Makefile
423014 databases/firebird25-server/Makefile
423014 databases/rocksdb/Makefile
(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 ] 
421635 CHANGES
421635 Mk/Uses/cmake.mk
421635 Mk/Uses/ninja.mk
421635 Mk/bsd.port.mk
421635 archivers/gcpio/Makefile
421635 archivers/gtar/Makefile
421635 archivers/lhasa/Makefile
421635 audio/beast/Makefile
421635 audio/flac/Makefile
421635 audio/libgpod/Makefile
(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 ] 
414351 net-mgmt/ettercap/Makefile
414351 net-mgmt/ettercap/pkg-plist
- Fix NCURSES option: USE_NCURSES has been replaced by USES=ncurses
- Fix PLIST
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] 
412348 mail/addresses-goodies/Makefile
412348 mail/alpine/Makefile
412348 mail/anubis/Makefile
412348 mail/archiveopteryx-devel/Makefile
412348 mail/archiveopteryx/Makefile
412348 mail/assp/Makefile
412348 mail/automx/Makefile
412348 mail/avenger/Makefile
412348 mail/balsa/Makefile
412348 mail/batv-milter/Makefile
(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 ] 
411475 net-mgmt/ettercap/Makefile
- Cleanup Makefile
|
[ 10:53 tijl ] 
411432 MOVED
411432 Mk/bsd.port.mk
411432 net-mgmt/dhcp_probe/Makefile
411432 net-mgmt/dhcp_probe/files/patch-Makefile.am
411432 net-mgmt/ettercap/Makefile
411432 net-mgmt/isic/Makefile
411432 net-mgmt/isic/files/patch-isic.h
411432 net-mgmt/packit/Makefile
411432 net-mgmt/pixilate/Makefile
411432 net/Makefile
(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 ] 
401400 net-mgmt/ettercap/Makefile
- Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
|
Wed, 13 May 2015
|
[ 19:01 sunpoet ] 
386252 net-mgmt/ettercap/Makefile
386252 net-mgmt/ettercap/distinfo
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
|
Tue, 24 Mar 2015
|
[ 18:24 sunpoet ] 
382151 databases/leveldb/Makefile
382151 devel/gflags/Makefile
382151 devel/glog/Makefile
382151 ftp/curlpp/Makefile
382151 math/py-numexpr/Makefile
382151 net-mgmt/ettercap/Makefile
382151 science/netcdf-fortran/Makefile
382151 www/protovis/Makefile
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
|
Sat, 21 Mar 2015
|
[ 22:00 sunpoet ] 
381871 net-mgmt/ettercap/Makefile
381871 net-mgmt/ettercap/distinfo
381871 net-mgmt/ettercap/files
- Update to 0.8.2
Changes: https://github.com/Ettercap/ettercap/releases
|
[ 20:07 sunpoet ] 
381857 net-mgmt/ettercap/Makefile
381857 net-mgmt/ettercap/distinfo
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
|
Thu, 12 Mar 2015
|
[ 18:26 sunpoet ] 
381125 net-mgmt/ettercap/Makefile
- Fix USE_LDCONFIG
|
Sat, 21 Feb 2015
|
[ 15:11 sunpoet ] 
379520 net-mgmt/ettercap/Makefile
379520 net-mgmt/ettercap/files
379520 net-mgmt/ettercap/files/patch-include-ec_log.h
379520 net-mgmt/ettercap/files/patch-src-ec_log.c
379520 net-mgmt/ettercap/files/patch-src-ec_utils.c
379520 net-mgmt/ettercap/files/patch-src-os-ec_bsd.c
- 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 ] 
379351 net-mgmt/ettercap/Makefile
There is no PKGNAMESUFFIX helper.
Sponsored by: Absolight
|
Mon, 24 Nov 2014
|
[ 18:24 sunpoet ] 
373233 net-mgmt/ettercap/Makefile
373233 net-mgmt/ettercap/distinfo
373233 net-mgmt/ettercap/files
373233 net-mgmt/ettercap/pkg-plist
- Update to 0.8.1
- Cleanup PLIST
Changes: https://github.com/Ettercap/ettercap/releases
|
Sat, 16 Aug 2014
|
[ 15:02 sunpoet ] 
365086 net-mgmt/ettercap/Makefile
- Add CPE information
|
Mon, 14 Jul 2014
|
[ 17:47 sunpoet ] 
361804 net-mgmt/ettercap/Makefile
361804 net-mgmt/ettercap/pkg-plist
- Fix PLIST
- Use @sample
- Convert to new options helper
- Simplify Makefile
- Bump PORTREVISION for package change
|
[ 15:38 tijl ] 
361791 net-mgmt/ettercap/Makefile
361791 net-mgmt/isic/Makefile
361791 net-mgmt/packit/Makefile
361791 net-mgmt/pixilate/Makefile
361791 net/arp-sk/Makefile
361791 net/arping/Makefile
361791 net/arprelease/Makefile
361791 net/fonulator/Makefile
361791 net/gspoof/Makefile
361791 net/libfb/Makefile
(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 ] 
354115 net-mgmt/ettercap/Makefile
- Remove MASTER_SITES
|
Tue, 22 Oct 2013
|
[ 20:02 sunpoet ] 
331309 net-mgmt/ettercap/Makefile
331309 net-mgmt/ettercap/distinfo
331309 net-mgmt/ettercap/files/patch-configure
331309 net-mgmt/ettercap/files/patch-include-ec.h
331309 net-mgmt/ettercap/files/patch-safe_free_mem
331309 net-mgmt/ettercap/files/patch-src-ec_send.c
331309 net-mgmt/ettercap/pkg-descr
331309 net-mgmt/ettercap/pkg-plist
- 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 ] 
327757 net-mgmt/2ping/Makefile
327757 net-mgmt/TkTopNetFlows/Makefile
327757 net-mgmt/aggregate/Makefile
327757 net-mgmt/aircrack-ng/Makefile
327757 net-mgmt/airport/Makefile
327757 net-mgmt/angst/Makefile
327757 net-mgmt/ap-utils/Makefile
327757 net-mgmt/argus-monitor/Makefile
327757 net-mgmt/argus3-clients/Makefile
327757 net-mgmt/argus3/Makefile
(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 ] 
326683 Mk/Uses/iconv.mk
326683 devel/apr1/Makefile
326683 devel/apr2/Makefile
326683 devel/git/Makefile
326683 irc/epic5/Makefile
326683 lang/gauche/Makefile
326683 net-mgmt/ettercap/Makefile
326683 net/ssltunnel-client/Makefile
326683 net/yaz/Makefile
326683 net/zebra-server/Makefile
(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 ] 
326137 accessibility/dasher/Makefile
326137 accessibility/gnopernicus/Makefile
326137 accessibility/gok/Makefile
326137 archivers/file-roller/Makefile
326137 audio/glame/Makefile
326137 audio/jack-rack/Makefile
326137 audio/liteamp/Makefile
326137 comms/ge-x2212/Makefile
326137 deskutils/glabels/Makefile
326137 deskutils/gnotime/Makefile
(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 ] 
325161 astro/weather/Makefile
325161 audio/icecast2/Makefile
325161 audio/libfishsound/Makefile
325161 audio/mp3-archive-tools/Makefile
325161 audio/mp3lint/Makefile
325161 converters/p5-Encode-Detect-CJK/Makefile
325161 converters/p5-JSON-PP/Makefile
325161 databases/kyotocabinet/Makefile
325161 databases/kyototycoon/Makefile
325161 databases/leveldb/Makefile
(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 ] 
316662 graphics/GraphicsMagick/Makefile
316662 graphics/GraphicsMagick12/Makefile
316662 graphics/GraphicsMagick13/Makefile
316662 graphics/albumshaper/Makefile
316662 graphics/blender/Makefile
316662 graphics/converseen/Makefile
316662 graphics/djvulibre/Makefile
316662 graphics/enfle/Makefile
316662 graphics/epdfview/Makefile
316662 graphics/exif/Makefile
(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 ] 
313635 Mk/Uses/bison.mk
313635 audio/csound/Makefile
313635 audio/denemo/Makefile
313635 audio/rezound/Makefile
313635 audio/sfront/Makefile
313635 biology/chemeq/Makefile
313635 cad/alliance/Makefile
313635 cad/brlcad/Makefile
313635 cad/iverilog/Makefile
313635 cad/opencascade/Makefile
(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 ] 
312526 net-mgmt/ettercap/Makefile
312526 net-mgmt/isic/Makefile
312526 net-mgmt/isic/files
312526 net-mgmt/isic/files/patch-isic.h
312526 net-mgmt/packit/Makefile
312526 net-mgmt/pixilate/Makefile
312526 net/arp-sk/Makefile
312526 net/arping/Makefile
312526 net/arprelease/Makefile
312526 net/gspoof/Makefile
(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 ] 
308630 archivers/rpm5/Makefile
308630 astro/gpsdrive/Makefile
308630 astro/viking/Makefile
308630 audio/libmp3splt/Makefile
308630 audio/pidgin-musictracker/Makefile
308630 cad/pdnmesh/Makefile
308630 cad/repsnapper/Makefile
308630 comms/efax-gtk/Makefile
308630 comms/xastir/Makefile
308630 databases/dbtool/Makefile
(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 ] 
305590 net-mgmt/ettercap/Makefile
- 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 ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(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 ]
1.51 net-mgmt/ettercap/Makefile
1.21 net-mgmt/ettercap/distinfo
- Update to 0.7.4.1
Changes: http://ettercap.sourceforge.net/history.php
|
Fri, 2 Mar 2012
|
[ 21:38 pav ]
1.50 net-mgmt/ettercap/Makefile
- 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 ]
1.45 archivers/rpm5/Makefile
1.50 astro/gpsdrive/Makefile
1.17 audio/libmp3splt/Makefile
1.7 audio/pidgin-musictracker/Makefile
1.41 comms/xastir/Makefile
1.24 databases/dbtool/Makefile
1.21 databases/mysql-workbench51/Makefile
1.40 databases/tora/Makefile
1.13 deskutils/gnote/Makefile
1.22 deskutils/xneur/Makefile
(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 ]
1.48 net-mgmt/ettercap/Makefile
- Restore LIBNET_CONFIG
|
Tue, 7 Feb 2012
|
[ 09:45 sunpoet ]
1.47 net-mgmt/ettercap/Makefile
1.19 net-mgmt/ettercap/distinfo
1.2 net-mgmt/ettercap/files/patch-configure
1.2 net-mgmt/ettercap/files/patch-share::Makefile.in
1.14 net-mgmt/ettercap/pkg-plist
- 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 ]
1.25 benchmarks/iperf/Makefile
1.18 databases/libmemcache/Makefile
1.5 databases/pecl-sqlite/Makefile
1.49 databases/py-MySQLdb-devel/Makefile
1.39 databases/py-MySQLdb/Makefile
1.16 databases/py-memcached/Makefile
1.47 databases/sqlite2/Makefile
1.36 databases/sqlite34/Makefile
1.14 databases/tinycdb/Makefile
1.41 devel/mm/Makefile
(Only the first 10 of 38 ports in this commit are shown above. )
- Reassign to the heap
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(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 ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(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 ]
1.43 net-mgmt/ettercap/Makefile
- 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 ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(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 ]
1.19 Mk/bsd.gecko.mk
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ]
1.484 Mk/bsd.sites.mk
1.9 archivers/upx/Makefile
1.17 audio/adplay/Makefile
1.10 audio/bmp-fc/Makefile
1.11 audio/k3bmonkeyaudioplugin/Makefile
1.20 audio/libadplug/Makefile
1.21 audio/pacpl/Makefile
1.10 audio/xmms-ahx/Makefile
1.13 audio/xmms-modplug/Makefile
1.11 audio/xmms-xymms/Makefile
(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 ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(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 ]
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile
(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 ]
1.8 net-im/empathy/Makefile
1.31 net-im/gale/Makefile
1.3 net-im/imspector/Makefile
1.12 net-im/kopete/Makefile
1.9 net-mgmt/bsnmptools/Makefile
1.37 net-mgmt/ettercap/Makefile
1.2 net-mgmt/ipsectrace/Makefile
1.20 net-mgmt/kismet/Makefile
1.2 net-mgmt/nagircbot/Makefile
1.112 net-mgmt/net-snmp4/Makefile
(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 ]
1.149 Mk/bsd.gnome.mk
1.79 Mk/bsd.kde.mk
1.602 Mk/bsd.port.mk
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
(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 ]
1.24 net-mgmt/airport/Makefile
1.29 net-mgmt/ap-utils/Makefile
1.8 net-mgmt/cisco_conf/Makefile
1.11 net-mgmt/confregdecode/Makefile
1.13 net-mgmt/driftnet/Makefile
1.36 net-mgmt/etherape/Makefile
1.35 net-mgmt/ettercap/Makefile
1.28 net-mgmt/flowscan/Makefile
1.5 net-mgmt/fruity/Makefile
1.5 net-mgmt/gsnmp/Makefile
(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 ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(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 ]
1.33 net-mgmt/ettercap/Makefile
- Fix objformat
Notified by: kris
|
Wed, 31 Jan 2007
|
[ 14:09 pav ]
1.5 dns/dnshijacker/Makefile
1.9 graphics/p5-Image-Grab/Makefile
1.15 net-mgmt/angst/Makefile
1.8 net-mgmt/cdpd/Makefile
1.32 net-mgmt/ettercap/Makefile
1.12 net-mgmt/gps/Makefile
1.10 net-mgmt/isic/Makefile
1.5 net-mgmt/knowlan/Makefile
1.15 net-mgmt/packit/Makefile
1.18 net-mgmt/pixilate/Makefile
(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 ]
1.27 net-im/amsn/Makefile
1.45 net-im/ayttm/Makefile
1.4 net-im/ccmsn/Makefile
1.3 net-im/coccinella/Makefile
1.3 net-im/echat/Makefile
1.9 net-im/eva/Makefile
1.3 net-im/gaim-extprefs/Makefile
1.39 net-im/gaim-guifications/Makefile
1.3 net-im/gaim-slashexec/Makefile
1.29 net-im/gale/Makefile
(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 ]
1.49 accessibility/at-spi/Makefile
1.23 accessibility/at-spi/pkg-plist
1.44 accessibility/atk/Makefile
1.22 accessibility/atk/pkg-plist
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.30 accessibility/gail/pkg-plist
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomemag/pkg-plist
1.17 accessibility/gnomespeech/Makefile
(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 ]
1.18 Mk/bsd.php.mk
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
(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 ]
1.814 MOVED
1.4 dns/dnshijacker/Makefile
1.8 graphics/p5-Image-Grab/Makefile
1.13 net-mgmt/angst/Makefile
1.6 net-mgmt/cdpd/Makefile
1.28 net-mgmt/ettercap/Makefile
1.9 net-mgmt/gps/Makefile
1.6 net-mgmt/isic/Makefile
1.4 net-mgmt/knowlan/Makefile
1.14 net-mgmt/packit/Makefile
(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 ]
1.47 accessibility/at-spi/Makefile
1.43 accessibility/gail/Makefile
1.28 accessibility/gnomemag/Makefile
1.14 accessibility/gnomespeech/Makefile
1.22 accessibility/gok/Makefile
1.12 arabic/katoob/Makefile
1.11 archivers/rox-archive/Makefile
1.8 astro/boinc-setiathome/Makefile
1.24 astro/celestia/Makefile
1.13 astro/gdesklets-goodweather/Makefile
(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 ]
1.17 benchmarks/iperf/Makefile
1.4 databases/pecl-sqlite/Makefile
1.33 databases/py-MySQLdb-devel/Makefile
1.31 databases/py-MySQLdb/Makefile
1.10 databases/py-PySQLite10/Makefile
1.5 databases/py-PySQLite10/pkg-descr
1.12 databases/py-PySQLite11/Makefile
1.5 databases/py-PySQLite11/pkg-descr
1.15 databases/py-PySQLite2/Makefile
1.5 databases/py-PySQLite2/pkg-descr
(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 ]
1.25 net-mgmt/ettercap/Makefile
1.6 net-mgmt/ettercap/files/patch-ab
1.1 net-mgmt/ettercap/files/patch-configure
- 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 ]
1.24 net-mgmt/ettercap/Makefile
1.16 net-mgmt/ettercap/distinfo
Update to 0.7.3.
PR: 82357
Submitted by: Marcus Grando (maintainer)
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ]
1.43 accessibility/at-spi/Makefile
1.39 accessibility/gail/Makefile
1.24 accessibility/gnomemag/Makefile
1.11 accessibility/gnomespeech/Makefile
1.11 arabic/katoob/Makefile
1.8 archivers/rox-archive/Makefile
1.4 astro/gdesklets-goodweather-psi/Makefile
1.3 astro/gkrellmoon2/Makefile
1.31 astro/glunarclock/Makefile
1.25 astro/gpsdrive/Makefile
(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 ]
1.22 net-mgmt/ettercap/Makefile
1.15 net-mgmt/ettercap/distinfo
1.12 net-mgmt/ettercap/pkg-plist
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 ]
1.21 net-mgmt/ettercap/Makefile
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 ]
1.17 accessibility/dasher/Makefile
1.4 accessibility/ruby-atk/Makefile
1.10 arabic/katoob/Makefile
1.7 archivers/rox-archive/Makefile
1.3 astro/gdesklets-goodweather-psi/Makefile
1.9 astro/gdesklets-goodweather/Makefile
1.4 astro/gdesklets-seti/Makefile
1.9 astro/gdesklets-weather/Makefile
1.2 astro/gkrellmoon2/Makefile
1.25 astro/glunarclock/Makefile
(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 ]
1.19 net-mgmt/ettercap/Makefile
1.14 net-mgmt/ettercap/distinfo
1.10 net-mgmt/ettercap/files/patch-aa
1.5 net-mgmt/ettercap/files/patch-ab
1.2 net-mgmt/ettercap/files/patch-plugins::H03_hydra1::Makefile.in
1.2 net-mgmt/ettercap/files/patch-plugins::Makefile.in
1.1 net-mgmt/ettercap/files/patch-share::Makefile.in
1.3 net-mgmt/ettercap/pkg-descr
1.11 net-mgmt/ettercap/pkg-plist
- 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 ]
1.18 net-mgmt/ettercap/Makefile
1.4 net-mgmt/ettercap/files/patch-ab
1.10 net-mgmt/ettercap/pkg-plist
- 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 ]
1.344 MOVED
1.81 Makefile
1.33 dns/ipcheck/Makefile
1.10 dns/p5-Net-DNS-ZoneFile/Makefile
1.9 graphics/hpoj/Makefile
1.55 lang/php4/Makefile
1.49 lang/php5/Makefile
1.25 mail/courier/Makefile
1.99 mail/cyrus-imapd2/Makefile
1.103 mail/cyrus-imapd22/Makefile
(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 XX: 76 |