notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/ipv6toolkit/Makefile

Number of commits found: 28

Sunday, 24 Mar 2024
12:30 Nuno Teixeira (eduardo) search for other commits by this committer
security/ipv6toolkit: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 9e1a1b2bb6db3752cffa32f989b1010b78aab8a7 commit hash: 9e1a1b2bb6db3752cffa32f989b1010b78aab8a7 commit hash: 9e1a1b2bb6db3752cffa32f989b1010b78aab8a7 commit hash: 9e1a1b2bb6db3752cffa32f989b1010b78aab8a7 9e1a1b2
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 19 Oct 2021
18:47 Cy Schubert (cy) search for other commits by this committer
security/ipv6toolkit: fix build on 14-CURRENT on amd64

This fixes the following on 14-CURRENT on amd64:

ld: error: can't create dynamic relocation R_X86_64_32S against local
symbol in readonly segment; recompile object files with -fPIC or pass
'-Wl,-z,notext' to allow text relocations in the output
>>> defined in
/wrkdirs/usr/ports/security/ipv6toolkit/work/ipv6toolkit-v2.0/libipv6/libipv6.a(libipv6.o)
>>> referenced by libipv6.c
>>>               libipv6.o:(is_service_port) in archive
/wrkdirs/usr/ports/security/ipv6toolkit/work/ipv6toolkit-v2.0/libipv6/libipv6.a
...
commit hash: 597182e3316938b72f21321224cf49e48e19ab15 commit hash: 597182e3316938b72f21321224cf49e48e19ab15 commit hash: 597182e3316938b72f21321224cf49e48e19ab15 commit hash: 597182e3316938b72f21321224cf49e48e19ab15 597182e
Sunday, 20 Jun 2021
23:14 Piotr Kubaj (pkubaj) search for other commits by this committer
security/ipv6toolkit: fix build on riscv64

ld: error: can't create dynamic relocation R_RISCV_HI20 against symbol:
.LCPI64_0 in readonly segment; recompile object files with -fPIC or pass
'-Wl,-z,notext' to allow text relocations in the output
>>> defined in
/wrkdirs/usr/ports/security/ipv6toolkit/work/ipv6toolkit-v2.0/libipv6/libipv6.a(libipv6.o)
>>> referenced by libipv6.c
>>>               libipv6.o:(time_diff_ms) in archive
/wrkdirs/usr/ports/security/ipv6toolkit/work/ipv6toolkit-v2.0/libipv6/libipv6.a
commit hash: 377a8969a2b7f586b3bbbe046193567bf570a60d commit hash: 377a8969a2b7f586b3bbbe046193567bf570a60d commit hash: 377a8969a2b7f586b3bbbe046193567bf570a60d commit hash: 377a8969a2b7f586b3bbbe046193567bf570a60d 377a896
Wednesday, 14 Apr 2021
15:41 Mathieu Arnold (mat) search for other commits by this committer
Mk: Cleanup after moving apply-slist earlier.
commit hash: 85737aec4a3190a4f4d86583ad46a3615505a569 commit hash: 85737aec4a3190a4f4d86583ad46a3615505a569 commit hash: 85737aec4a3190a4f4d86583ad46a3615505a569 commit hash: 85737aec4a3190a4f4d86583ad46a3615505a569 85737ae
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 23 Aug 2020
19:46 hrs search for other commits by this committer
- Fix a build breakage when -fno-common is specified.
- Minor style fixes.
Original commitRevision:545978 
Saturday, 4 Jan 2020
09:30 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Silence patching (installs before build look scary)
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:522019 
Wednesday, 9 Oct 2019
12:20 bapt search for other commits by this committer
Drop the ipv6 virtual category for s* category as it is not relevant anymore
Original commitRevision:514144 
Tuesday, 22 Sep 2015
17:59 hrs search for other commits by this committer
Update to 2.0.
Original commitRevision:397561 
Thursday, 3 Sep 2015
14:09 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
Original commitRevision:395960 
Sunday, 14 Sep 2014
21:19 antoine search for other commits by this committer
Allow staging as a regular user
Original commitRevision:368230 
18:21 hrs search for other commits by this committer
Update to v2.0beta.
Original commitRevision:368215 
Thursday, 16 Jan 2014
18:54 hrs search for other commits by this committer
- Update to 1.5.2.
- Add STAGEDIR support.
Original commitRevision:339963 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Thursday, 5 Sep 2013
17:58 hrs search for other commits by this committer
Update to 1.4.1.
Original commitRevision:326429 
Wednesday, 4 Sep 2013
07:08 hrs search for other commits by this committer
Update to 1.4.
Original commitRevision:326255 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 14 Jun 2013
06:25 hrs search for other commits by this committer
Fix pkg-plist.

Reported by:	QAT
Original commitRevision:320885 
Thursday, 13 Jun 2013
20:41 hrs search for other commits by this committer
Update to 1.3.4.
Original commitRevision:320839 
Friday, 29 Mar 2013
19:33 cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
Original commitRevision:315566 
Tuesday, 19 Feb 2013
20:16 hrs search for other commits by this committer
Update to 1.3.1.  Changes include:

- Fix tunnel support.
Original commitRevision:312599 
Saturday, 16 Feb 2013
22:27 hrs search for other commits by this committer
Update to 1.3.
Original commitRevision:312388 
Monday, 20 Aug 2012
09:57 hrs search for other commits by this committer
Update to v1.2.3.
Original commit
Sunday, 29 Jul 2012
23:33 hrs search for other commits by this committer
Update to 1.2.2.
Original commit
Tuesday, 17 Jul 2012
03:18 hrs search for other commits by this committer
Update to 1.2.1.
Original commit
Monday, 16 Jul 2012
18:36 hrs search for other commits by this committer
Add security/ipv6toolkit, a portable IPv6 security assessment suite.

WWW:	http://www.si6networks.com/research/tools.html
Original commit

Number of commits found: 28