Commit graph

23 commits

Author SHA1 Message Date
Rene Ladan
f819f7cc03 Add staging support
Featuring:	bapt
2013-09-29 17:09:48 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Bryan Drewery
c93dfc2e9f 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
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Rene Ladan
ce7adeaf15 - remove empty OPTIONS_DEFAULT
- portlint fixes
2013-03-25 10:09:39 +00:00
Rene Ladan
c3298e5169 - 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
2012-12-05 11:24:02 +00:00
Rene Ladan
4b683ccd30 New ISP, no need to redirect HTTP traffic to port 8080 any longer.
Feature safe:	yes
2012-11-24 10:44:52 +00:00
Rene Ladan
902cc7fc4f Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Jason Helfman
26fce7da4d - 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
2012-05-21 23:53:22 +00:00
Rene Ladan
6a25dd9359 Fix WWW line in pkg-descr since I can't use port 80 for web with my new ISP 2011-04-01 17:56:05 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Mark Linimon
f261d2ae74 Use the $SRC_BASE Makevar instead of hard-coding.
Approved by:	maintainer
2010-12-17 03:54:54 +00:00
Sergey A. Osokin
a9cb854246 Fix "pkg_delete" problem after LICENSE knob issue found.
Feature safe:	yes

Spotted by:	itetcu
Approved by:	rene (maintainer) via #bsdports
2010-06-20 14:01:43 +00:00
Rene Ladan
17c16158a4 These ports are BSD-licensed
Approved by:	tabthorpe (mentor)
Feature safe:	yes
2010-06-13 20:04:04 +00:00
Rene Ladan
67d426a0e9 Add a patch to make this port buildable with the Clang compiler.
No functionality changes.

PR:		ports/145379
Submitted by:	rene (author/maintainer)
Approved by:	tabthorpe
2010-04-05 21:33:16 +00:00
Martin Wilke
af6a36b2d1 - Update maintainer mail
PR:		127077
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2009-01-05 16:23:31 +00:00
Felippe de Meirelles Motta
22f93a1645 - 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)
2008-08-05 16:49:40 +00:00
Jean Milanez Melo
c845f8aa44 - Update WWW. 2008-01-31 14:43:36 +00:00
Jean Milanez Melo
8dca47219c - Fix mastersite.
PR:		ports/119195
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2008-01-31 13:15:47 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Martin Wilke
f5332f7cb7 - Remove 4.X support
PR:             109989
Submitted by:   Rene Ladan<r.c.ladan@gmail.com> (maintainer)
2007-03-06 18:41:06 +00:00
Martin Wilke
862eeafdf9 - Fix pkg-messages.in entry
Submitted by:	Rene Ladan via private mail (Maintainer)
2006-09-04 15:22:03 +00:00
Martin Wilke
83678d0d9f - 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)
2006-09-04 08:03:02 +00:00
Renato Botelho
745344d7fa 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>
2006-07-04 18:37:43 +00:00