| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=387528
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 195095
Submitted by: woot-woot@yandex.ru (PR) evgeni.dimitrov@gmail.com (patch)
Reviewed by: dpejesh@yahoo.com (maintainer)
Approved by: dpejesh@yahoo.com (maintainer)
MFH: 2015Q1
Notes:
svn path=/head/; revision=377941
|
|
|
|
| |
Notes:
svn path=/head/; revision=370375
|
|
|
|
|
|
|
|
|
|
|
| |
For a reason unexplained in the PR, the version went backwards on the
previous update. I guess this went unnoticed until now, but setting the
PORTEPOCH now is better late than never.
PR: 184042
Notes:
svn path=/head/; revision=367555
|
|
|
|
|
|
|
|
|
|
|
| |
submitter takes over as maintainer
PR: 184042
Submitted by: dpejesh@yahoo.com
Approved by: mirror176@cox.net (maintainer timeout)
Notes:
svn path=/head/; revision=363947
|
|
|
|
| |
Notes:
svn path=/head/; revision=342463
|
|
|
|
|
|
|
|
|
|
| |
- Use option helper
- Pet portlint
Approved by: portmgr (infrastructure blanket)
Notes:
svn path=/head/; revision=341429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=333329
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=323689
|
|
|
|
|
|
|
| |
Approved by: bdrewery (with portmgr hat)
Notes:
svn path=/head/; revision=315284
|
|
|
|
|
|
|
|
|
|
| |
- Trim header
- Convert to new options framework
With hat: portmgr
Notes:
svn path=/head/; revision=315282
|
|
|
|
|
|
|
|
|
|
| |
- add a patch to sysutils/fusefs-kmod to make it compile with new fusefs-libs
Tested by: pho, Kevin Oberman <kob6558@gmail.com>,
Gustau Perez Querol <gperez@entel.upc.edu>
Notes:
svn path=/head/; revision=304605
|
|
|
|
|
|
|
|
|
|
|
| |
- pet portlint on OPTIONS order
PR: ports/169221
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days )
Notes:
svn path=/head/; revision=300347
|
|
|
|
| |
Notes:
svn path=/head/; revision=296408
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This patch fixed mount_fusefs to use new path.
- Bump PORTREVISION
PR: ports/164218
Submitted by: jh@
Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor)
Notes:
svn path=/head/; revision=291284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- "Edward Sanford Sutton, III" <mirror176@cox.net>
- fusefs will be in 9.x anyway, and at that time, a patch to IGNORE 9.x will be submitted
Submitted by: mirror176@cox.net
Approved by: maintainer (mirror176@cox.net), gabor (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=286749
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes
-it is now included
PR: 151296
Submitted by: Edward.Sanford.Sutton, III <mirror176@cox.net>
Approved by: ports (maintainer timeout) gabor (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=286629
|
|
|
|
|
|
|
|
| |
PR: ports/160608 (plus many other)
Submitted by: Kevin Oberman <kob6558@gmail.com> (based on)
Notes:
svn path=/head/; revision=282147
|
|
|
|
| |
Notes:
svn path=/head/; revision=282095
|
|
|
|
|
|
|
|
|
|
|
| |
GNU/kFreeBSD
PR: ports/158825
Submitted by: Robert Millan <rmh@debian.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=278630
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/149674
Submitted by: Dmitrij Tejblum <dt AT yandex.ru>
Approved by: Anish Mistry <amistry AT am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=262996
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=255618
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: [1]: ports/135621
[2]: ports/136211
[3]: ports/135285
Submitted by: [1]: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
[2]: Takeshi Taguchi <taguchi@iij.ad.jp>
[3]: David Naylor <naylor.b.david@gmail.com>
Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=237688
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has a patch but that causes coredumps. The second (ports/135621) has not
been tested yet but the port should still be marked as broken until a
proper fix is put in place.
PR: ports/135285
Submitted by: David Naylor <naylor.b.david@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=236029
|
|
|
|
|
|
|
|
|
| |
(File-System Dependent) parts of the VFS.
Approved by: Anish Mistry (amistry at am-productions dot biz) (maintainer)
Notes:
svn path=/head/; revision=234663
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=234181
|
|
|
|
|
|
|
|
|
|
|
| |
The kernel module uses unit2minor(), which is not available on -CURRENT
anymore. I'm not increasing PORTREVISION, because this commit should not
have any effect on <800062 users.
Approved by: port maintainer
Notes:
svn path=/head/; revision=227566
|
|
|
|
|
|
|
|
|
|
|
| |
/etc/make.conf don't break the build in some cases
PR: 129909
Submitted by: myself
Approved by: Alex Kozlov <spam at rm-rf dot kiev dot ua> (maintainer)
Notes:
svn path=/head/; revision=225993
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
|
|
|
|
|
| |
shutdown. (As this implies pausing rc.shutdown's shutdown watchdog, the knobs
are off by default.)
PR: 124901
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=224154
|
|
|
|
|
|
|
|
|
| |
PR: 126322
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer (in ports/108788)
Notes:
svn path=/head/; revision=224044
|
|
|
|
|
|
|
|
|
| |
VOP_ACCESS 'a_mode' argument to 'a_accmode'.
Reviewed by: Anish Mistry <amistry at am-productions dot biz> (maintainer)
Notes:
svn path=/head/; revision=222233
|
|
|
|
| |
Notes:
svn path=/head/; revision=221767
|
|
|
|
|
|
|
| |
- remove the struct thread unuseful argument from bufobj interface.
Notes:
svn path=/head/; revision=221766
|
|
|
|
|
|
|
|
| |
Submitted by: rnoland@
Approved by: Anish Mistry <amistry@am-productions.biz>
Notes:
svn path=/head/; revision=220853
|
|
|
|
|
|
|
|
|
|
|
| |
some mercurial files were removed.
PR: ports/125734 [1], ports/125495 [2]
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) [1]
Eric J Christeson <Eric.J.Christeson@gmail.com> [2]
Notes:
svn path=/head/; revision=217398
|
|
|
|
|
|
|
|
|
|
|
| |
Drivers that use the clone_* KPI need to be marked with D_NEEDMINOR to
work right now. Without this patch, we'll get a kernel panic when
allocating the first device node.
Approved by: philip (mentor)
Notes:
svn path=/head/; revision=215642
|
|
|
|
|
|
|
|
|
| |
PR: ports/122643
Submitted by: NAKAJI Hiroyuki <nakaji at jp freebsd org>
Reviewed by: Anish Mistry <amistry at am-productions biz> (maintainer)
Notes:
svn path=/head/; revision=211126
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}.
This causes build failure. Fix this by getting correct obj directory
from /usr/src/Makefile.inc1.
PR: ports/122257
Submitted by: rafan
Approved by: Anish Mistry <amistry at am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=210414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to version 0.3.9-pre1.20080208 (agreed with author).
- Download directly from the Mercurial reposirory (as tarball), to ease
maintainence.
- Remove all local patches as they were integrated.
- Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual
replacement.
- Use kldload instead of rc.d script in setup.sh.in because the latter gives
an error.
- Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait
until disks are synced (synchronous unmount).
- Update pkg-message.
From [2]:
- Pass SRC_BASE to the actual build (previously was only used by the port to
detect if the source was installed, but not passed to the internal Makefile).
PR: ports/120420 [1], ports/118112 [2]
Submitted by: alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2]
Approved by: maintainer (timeout) [1], maintainer [2]
Notes:
svn path=/head/; revision=207369
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint, while here.
Approved by: maintainer timeout (more than 2 weeks)
Related PR: 119764
Notes:
svn path=/head/; revision=206916
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/115954
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Reworked by: mm
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=204791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add checks in rc.d scripts to avoid "double" loading/unloading.
- Add patch-fuse_io.c (fix from
http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/d7bf90a8cc85).
- Handle "nonempty" option by ignoring it, used by ntfs-3g
(http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/aef999f12049).
- In the rc.d script unmount FUSE filesystem in the "stop" command, in reverse
order in case the mounts are nested, waiting one second after each. This is
a temporary workaround for umount returning before the cache has been
flushed (which causes for example files not being written to the disk), a
proper solution is being worked on.
- Add note in pkg-message about "stop" rc.d command unmounting FUSE
filesystems.
PR: ports/118758
Submitted by: alepulver (myself)
Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=203931
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=202730
|