| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=412904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Notes:
svn path=/head/; revision=383107
|
|
|
|
|
|
|
| |
This would fix build for -CURRENT.
Notes:
svn path=/head/; revision=378946
|
|
|
|
| |
Notes:
svn path=/head/; revision=373063
|
|
|
|
| |
Notes:
svn path=/head/; revision=371768
|
|
|
|
| |
Notes:
svn path=/head/; revision=362765
|
|
|
|
| |
Notes:
svn path=/head/; revision=354716
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=327697
|
|
|
|
| |
Notes:
svn path=/head/; revision=321227
|
|
|
|
|
|
|
|
| |
truncated into int but introduced an KPI/KBI change. While I'm there,
also add code to support the now MPSAFE VFS.
Notes:
svn path=/head/; revision=310988
|
|
|
|
|
|
|
|
|
| |
PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, delphij
Notes:
svn path=/head/; revision=297154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=281538
|
|
|
|
|
|
|
|
| |
Submitted by: Chris Rees <utisoft gmail.com>
PR: ports/157157
Notes:
svn path=/head/; revision=274281
|
|
|
|
|
|
|
| |
Submitted by: Shivaram Upadhyayula <shivaram.u quadstor.com>
Notes:
svn path=/head/; revision=272095
|
|
|
|
|
|
|
|
|
| |
is not a standard place where the kernel normally lookup for modules.
Noticed by: dwhite
Notes:
svn path=/head/; revision=270089
|
|
|
|
| |
Notes:
svn path=/head/; revision=270017
|
|
|
|
|
|
|
|
|
| |
a full path while plist expects a relative path).
Reported by: exp-run (via linimon)
Notes:
svn path=/head/; revision=269956
|
|
|
|
|
|
|
|
|
|
|
| |
- Set a default value (NO) for _enable;
- Use REQUIRE: LOGIN since this is not required to start that early;
- Make the style more like the standard script.
Submitted by: dougb
Notes:
svn path=/head/; revision=269870
|
|
iSCSI Enterprise Target is a simple open source iSCSI target with
professional features, that works well in enterprise environments
under real workloads, and is scalable and versatile enough to meet
the challenge of future storage needs and developments.
Part of additional work was sponsored by iXsystems, Inc.
[1] http://www.quadstor.com/tech-articles/116-iscsi-enterprise-target-iet-on-freebsd.html
Notes:
svn path=/head/; revision=269743
|