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
non port: sysutils/biosfont/Makefile
SVNWeb

Number of commits found: 29

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 12 Jul 2022
[ 18:18 Rene Ladan (rene) search for other commits by this committer ]    commit hash:db3918c88e75f75cb4b92650af19055b70f80b51  commit hash:db3918c88e75f75cb4b92650af19055b70f80b51  commit hash:db3918c88e75f75cb4b92650af19055b70f80b51  db3918c 
cleanup: remove Created-by lines mentioning myself from my ports.

While here use my FreeBSD address again for all my ports.
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.
Sat, 5 Dec 2020
[ 20:40 rene search for other commits by this committer ] Original commit   Revision:557083
Move ports that I wrote to my personal email address.
Tue, 24 Dec 2019
[ 22:29 rene search for other commits by this committer ] Original commit   Revision:520822
Update misc/biosfont-demos and sysutils/biosfont to version 1.3

The ports are now directly sourced from github instead of LOCAL.
The showdati program now works again on FreeBSD (tested on an
Asus ROG GL553VW in CSM mode, UEFI mode return blank characters).
Tue, 7 Oct 2014
[ 15:56 rene search for other commits by this committer ] Original commit   Revision:370353
Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
Sun, 16 Feb 2014
[ 16:30 rene search for other commits by this committer ] Original commit   Revision:344609
sysutils/biosfont: remove some unnecessary leftovers.
Fri, 3 Jan 2014
[ 15:22 rene search for other commits by this committer ] Original commit   Revision:338546
rene-ladan.nl is online again, re-add it to MASTER_SITES
Fri, 27 Dec 2013
[ 14:54 rene search for other commits by this committer ] Original commit   Revision:337736
rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL
Sun, 15 Dec 2013
[ 17:41 rene search for other commits by this committer ] Original commit   Revision:336561
Specify which BSD licence applies.

Submitted by:	make check-sanity
Sun, 3 Nov 2013
[ 19:42 rene search for other commits by this committer ] Original commit   Revision:332642
NO_XREF is now handled by USES=kmod
Thu, 31 Oct 2013
[ 11:46 rene search for other commits by this committer ] Original commit   Revision:332231
Convert to USES=kmod
Sun, 29 Sep 2013
[ 17:09 rene search for other commits by this committer ] Original commit   Revision:328713
Add staging support

Featuring:	bapt
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)
Mon, 25 Mar 2013
[ 10:09 rene search for other commits by this committer ] Original commit   Revision:315209 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- remove empty OPTIONS_DEFAULT
- portlint fixes
Wed, 5 Dec 2012
[ 11:24 rene search for other commits by this committer ] Original commit   Revision:308324
- Update to 1.2.1 to include the clang fix and proper licensing.
- Override KMODDIR in Makefile, otherwise it installs the kernel
  module in /boot/kernel instead of /boot/modules [1]

Discussed with:	kwm [1]
Feature safe:	yes
Sun, 7 Oct 2012
[ 09:11 rene search for other commits by this committer ] Original commit   Revision:305446 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Cleanup Makefile headers of my ports.

Just use my login for ports I originally created myself.
Mon, 21 May 2012
[ 23:53 jgh search for other commits by this committer ] Original commit 
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by:    maintainer, rene
Fri, 17 Dec 2010
[ 03:51 linimon search for other commits by this committer ] Original commit 
Use the $SRC_BASE Makevar instead of hard-coding.

Approved by:    maintainer
Sun, 20 Jun 2010
[ 14:01 osa search for other commits by this committer ] Original commit 
Fix "pkg_delete" problem after LICENSE knob issue found.
Feature safe:   yes

Spotted by:     itetcu
Approved by:    rene (maintainer) via #bsdports
Sun, 13 Jun 2010
[ 20:04 rene search for other commits by this committer ] Original commit 
These ports are BSD-licensed

Approved by:    tabthorpe (mentor)
Feature safe:   yes
Mon, 5 Jan 2009
[ 16:23 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update maintainer mail

PR:             127077
Submitted by:   Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Tue, 5 Aug 2008
[ 16:49 lippe search for other commits by this committer ] Original commit 
- Update to 1.2.
- Enable amd64 build.

PR:             ports/126051
Submitted by:   Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Approved by:    gabor (mentor, implicit)
Thu, 31 Jan 2008
[ 13:15 jmelo search for other commits by this committer ] Original commit 
- Fix mastersite.

PR:             ports/119195
Submitted by:   Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Fri, 29 Jun 2007
[ 09:16 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
Tue, 6 Mar 2007
[ 18:41 miwi search for other commits by this committer ] Original commit 
- Remove 4.X support

PR:             109989
Submitted by:   Rene Ladan<r.c.ladan@gmail.com> (maintainer)
Mon, 4 Sep 2006
[ 08:03 miwi search for other commits by this committer ] Original commit 
- Fix pkg-plist, noticed by fenner@ builds
- Include PORTVERSION in tarball
- Bump PORTREVISION

PR:             ports/102117
Submitted by:   Rene Ladan <r.c.ladan(at)gmail.com> (maintainer)
Tue, 4 Jul 2006
[ 18:37 garga search for other commits by this committer ] Original commit 
This port provides a FreeBSD kernel module that can be used to
retrieve the font bitmaps stored in BIOS memory.

WWW: http://home.tiscali.nl/rladan/biosfont/

PR:             ports/97106
Submitted by:   Rene Ladan <r.c.ladan@gmail.com>

Number of commits found: 29