notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: sysutils/graid5/Makefile
SVNWeb

Number of commits found: 23

Sat, 21 Aug 2021
[ 20:21 Rene Ladan (rene) search for other commits by this committer ]    commit hash:bc7ca40fff5cd1046337608545066929672eb34c  commit hash:bc7ca40fff5cd1046337608545066929672eb34c  commit hash:bc7ca40fff5cd1046337608545066929672eb34c  bc7ca40  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

2021-08-19 sysutils/graid5: Module contains subtile errors and is obsolete by
ZFS raidz. Consider migrating to ZFS.
2021-08-19 x11-wm/gcompmgr: Abandonware since 2005, using discontinued libraries
2021-08-19 irc/lostirc: Abandonware since 2005, dependens on discontinued
libraries
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 19 Feb 2021
[ 12:00 lev search for other commits by this committer ] Original commit   Revision:566054
 Mark as obsolete, prepare for removal in 6 months.
Tue, 16 Feb 2021
[ 17:45 antoine search for other commits by this committer ] Original commit   Revision:565429
Mark BROKEN on FreeBSD 13 and 14

g_raid5.c:1567:2: error: too few arguments to function call, expected at least
3, have 1
        G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]",
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ'
                        g_print_bio(bp);                \
                        ~~~~~~~~~~~   ^
/usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here
void g_print_bio(const char *prefix, const struct bio *bp, const char
*fmtsuffix, ...) __printflike(3, 4);
     ^

Reported by:	pkg-fallout
MFH:		2021Q1
Thu, 9 Jan 2020
[ 20:57 antoine search for other commits by this committer ] Original commit   Revision:522537
Remove wrong NO_PACKAGE

With hat:	portmgr
Wed, 5 Dec 2018
[ 20:01 linimon search for other commits by this committer ] Original commit   Revision:486720 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
These ports now build on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Mon, 22 May 2017
[ 22:29 linimon search for other commits by this committer ] Original commit   Revision:441494 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Mon, 8 Dec 2014
[ 21:39 bapt search for other commits by this committer ] Original commit   Revision:374331
Remove useless use of @cwd
Thu, 10 Jul 2014
[ 21:08 lev search for other commits by this committer ] Original commit   Revision:361491
 Fix build on 8 and 9.
Fri, 4 Jul 2014
[ 14:04 lev search for other commits by this committer ] Original commit   Revision:360615
  STAGEfy. Use shell script instead of hardlink.
  It could be not packaged anyeay, as it should be built
  for local kernel.
Sat, 8 Mar 2014
[ 19:17 lev search for other commits by this committer ] Original commit   Revision:347531
  Update to version 1.3
  Add support for 10 and 11 systems (versions prior this could cause crash on
these).
  Add support for direct-dispatch as receiver (callee) only.
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 11 Sep 2013
[ 13:31 lev search for other commits by this committer ] Original commit   Revision:326979
 Fix build - pass SRC_BASE to sub-make
Sat, 7 Sep 2013
[ 11:58 lev search for other commits by this committer ] Original commit   Revision:326630
 Fix building with clang on -CURRENT: make WARNS=2 for geom class libary, as in
base sources.
Mon, 12 Mar 2012
[ 17:20 jgh search for other commits by this committer ] Original commit 
- include bsd.{pre,post}.port.mk, respectively.

Spotted by: ato@iem.pw.edu.pl
Feature safe:   yes
[ 05:17 jgh search for other commits by this committer ] Original commit 
- drop unknown post-deinstall target and move into SUB_FILES
- bump PORTREVISION accordingly

PR:     ports/164341
Submitted by:   jgh@
Approved by:    maintainer timeout ( 51 days )
Feature safe:   yes
Mon, 12 Dec 2011
[ 00:34 linimon search for other commits by this committer ] Original commit 
Restore usage of SRC_BASE lost in r1.5.

Hat:            portmgr
Feature safe:   yes
Wed, 23 Nov 2011
[ 17:09 lev search for other commits by this committer ] Original commit 
  Fix one small bug, which could lead to panic in very rare circumstances.

Feature safe: yes
Sat, 16 Jul 2011
[ 20:11 linimon search for other commits by this committer ] Original commit 
Standardize on SRC_BASE as set in bsd.port.mk.

Approved by:    maintainer
Sun, 12 Dec 2010
[ 17:29 lev search for other commits by this committer ] Original commit 
  Cleanup pkg-plist.

Reported by:    Andrzej Tobola <ato AT iem.pw.edu.pl>
[ 12:08 lev search for other commits by this committer ] Original commit 
  Fix build on -CURRENT
Sat, 11 Dec 2010
[ 16:50 lev search for other commits by this committer ] Original commit 
  Add graid5 port: geom_raid5 class which implements software RAID5.
  It is FreeBSD 8.x-ported version of old'n'good geom_raid5 by Arne Worner.

Number of commits found: 23