non port: sysutils/biosfont/Makefile |
SVNWeb
|
Number of commits found: 29 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 12 Jul 2022
|
[ 18:18 Rene Ladan (rene) ] 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 5 Dec 2020
|
[ 20:40 rene ]
Move ports that I wrote to my personal email address.
|
Tue, 24 Dec 2019
|
[ 22:29 rene ]
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 ]
Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
|
Sun, 16 Feb 2014
|
[ 16:30 rene ]
sysutils/biosfont: remove some unnecessary leftovers.
|
Fri, 3 Jan 2014
|
[ 15:22 rene ]
rene-ladan.nl is online again, re-add it to MASTER_SITES
|
Fri, 27 Dec 2013
|
[ 14:54 rene ]
rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL
|
Sun, 15 Dec 2013
|
[ 17:41 rene ]
Specify which BSD licence applies.
Submitted by: make check-sanity
|
Sun, 3 Nov 2013
|
[ 19:42 rene ]
NO_XREF is now handled by USES=kmod
|
Thu, 31 Oct 2013
|
[ 11:46 rene ]
Convert to USES=kmod
|
Sun, 29 Sep 2013
|
[ 17:09 rene ]
Add staging support
Featuring: bapt
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
[ 12:54 bdrewery ] (Only the first 10 of 61 ports in this commit are shown above. )
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 )
|
Mon, 25 Mar 2013
|
[ 10:09 rene ] (Only the first 10 of 13 ports in this commit are shown above. )
- remove empty OPTIONS_DEFAULT
- portlint fixes
|
Wed, 5 Dec 2012
|
[ 11:24 rene ]
- 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 ] (Only the first 10 of 13 ports in this commit are shown above. )
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
|
Mon, 21 May 2012
|
[ 23:53 jgh ]
- 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 ]
Use the $SRC_BASE Makevar instead of hard-coding.
Approved by: maintainer
|
Sun, 20 Jun 2010
|
[ 14:01 osa ]
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 ]
These ports are BSD-licensed
Approved by: tabthorpe (mentor)
Feature safe: yes
|
Mon, 5 Jan 2009
|
[ 16:23 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update maintainer mail
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
|
Tue, 5 Aug 2008
|
[ 16:49 lippe ]
- 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 ]
- Fix mastersite.
PR: ports/119195
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
|
Fri, 29 Jun 2007
|
[ 09:16 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
|
Tue, 6 Mar 2007
|
[ 18:41 miwi ]
- Remove 4.X support
PR: 109989
Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer)
|
Mon, 4 Sep 2006
|
[ 08:03 miwi ]
- 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 ]
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 |