non port: security/bugs/Makefile |
SVNWeb
|
Number of commits found: 33 |
Wed, 7 Apr 2021
|
[ 17:54 Rene Ladan (rene) ] 5980fd4 (Only the first 10 of 376 ports in this commit are shown above. )
Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11) (Only the first 15 lines of the commit message are shown above )
|
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.
|
Sun, 30 Aug 2020
|
[ 09:47 zeising ] (Only the first 10 of 68 ports in this commit are shown above. )
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
|
Fri, 28 Aug 2020
|
[ 11:06 tcberner ]
security/bugs: fix build on current and deprecate
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Fri, 7 Apr 2017
|
[ 16:00 amdmi3 ]
- Always accompany OSVERSION check with OPSYS check
|
Wed, 2 Nov 2016
|
[ 22:45 mat ] (Only the first 10 of 110 ports in this commit are shown above. )
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
[ 14:54 mat ]
Add a small comment to explain what 1100077 is about.
Sponsored by: Absolight
|
Sat, 29 Oct 2016
|
[ 09:30 mat ]
Fix file modes after extracting.
Some port's archives contains files modes that are a bit too restrictive
for some usage. For example:
BUILD_DEPENDS= ${NONEXISTENT}:foo/bar:configure
When building as a regular user, dependencies are installed/built as
root, so if the archive contains files that have a mode of, say, 600,
they will not be readable by the port requesting the dependency.
This will also fix broken distribution files where directories don't
have the executable bit on.
OSVERSION 1100077 is after base r283997:
Change directory permissions in pre-order.
In this order, it won't try to recurse into a directory for which it
doesn't have permission, before changing that permission.
This follows an existing behavior in other BSDs, linux, OS X.
PR: 213574
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 9 Jun 2016
|
[ 13:13 amdmi3 ]
- Add LICENSE_FILE
- Switch to new test framework
|
Thu, 3 Sep 2015
|
[ 14:09 amdmi3 ] (Only the first 10 of 62 ports in this commit are shown above. )
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Tue, 10 Jun 2014
|
[ 15:21 vanilla ]
Stagify.
|
Sun, 22 Sep 2013
|
[ 09:12 danfe ]
- Fix parallel builds: call make(1) correctly, register dependencies
- Drop LICENSE_FILE for a standard license (GPLv2)
- Respect CC and CFLAGS without patching of makefile (use MAKE_ARGS)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
- Move "make test" under the wing of our standard regression-test target
- Generally cleanup Makefile and port description while I am here
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 10 Jul 2013
|
[ 11:58 bapt ]
Mark jobs unsafe and convert to USES=gmake
|
Mon, 8 Aug 2011
|
[ 16:08 ehaupt ]
- Fix MASTER_SITES
- Add LICENSE
- Use COPYTREE_SHARE instead of CP
PR: 159491
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 17 Jun 2011
|
[ 15:37 bapt ] (Only the first 10 of 24 ports in this commit are shown above. )
Mark broken some ports with unfetchable distfiles
|
Mon, 23 Jun 2008
|
[ 07:50 itetcu ]
- use DOCSDIR
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run
|
Fri, 25 May 2007
|
[ 00:39 clsung ]
- stephane@ give up maintain his ports
PR: ports/112464
Submitted by: stephane
|
Sat, 13 May 2006
|
[ 04:15 edwin ] (Only the first 10 of 275 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with S
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Mon, 13 Oct 2003
|
[ 01:40 edwin ]
Fix strange permissions on directories which fail to make the port
patch properly without root permissions.
|
Sun, 12 Oct 2003
|
[ 17:47 krion ]
- Update to version 4.1.1
PR: 57903
Submitted by: maintainer
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Wed, 30 Jul 2003
|
[ 21:22 kris ]
Cryptography is no longer export-restricted
|
Sat, 22 Feb 2003
|
[ 16:12 nork ] (Only the first 10 of 29 ports in this commit are shown above. )
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
|
Fri, 21 Feb 2003
|
[ 13:26 knu ] (Only the first 10 of 242 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 28 Jul 2002
|
[ 05:10 pat ]
Update to 4.1.0
Change maintainer email address
PR: ports/41059
Submitted by: maintainer
|
Sun, 24 Feb 2002
|
[ 14:08 cy ]
Maintainer-update: New MASTER_SITE for the port security/bugs.
|
Mon, 26 Feb 2001
|
[ 04:55 steve ]
Update to version 4.0.1.
|
Mon, 18 Sep 2000
|
[ 21:41 ade ]
Update to 3.3.2
|
Mon, 22 May 2000
|
[ 10:53 will ]
Update to 2.0.1.
|
Number of commits found: 33 |