non port: devel/linux_kdump/Makefile |
SVNWeb
|
Number of commits found: 28 |
Sat, 14 Jan 2017
|
[ 18:50 tijl ]
Mark broken.
kdump.o: In function `ktrsyscall':
kdump.c:(.text+0x5ee): undefined reference to `ioctlname'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Sat, 27 Sep 2014
|
[ 18:30 antoine ]
- Remove bogus IGNORE
- Allow staging as a regular user
|
Mon, 22 Sep 2014
|
[ 10:40 xmj ] (Only the first 10 of 428 ports in this commit are shown above. )
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above )
|
Sun, 24 Aug 2014
|
[ 09:14 antoine ]
Mark BROKEN: Fails to build with new linux_base-gentoo-stage3
/bin/sh /wrkdirs/usr/ports/devel/linux_kdump/work/linux_kdump-1.5/mkioctls.linux
Abort trap
Abort trap
..
cc -O2 -pipe -fno-strict-aliasing -I/usr/src/usr.bin/ktrace
-I/usr/src/usr.bin/kdump -I/usr/src -std=gnu99 -fstack-protector -o
linux_kdump kdump.o linux_ioctl.o subr.o syscallnames.o
kdump.o: In function `ktrsyscall':
kdump.c:(.text+0x49b): undefined reference to `ioctlname'
Reported by: pkg-fallout
|
Mon, 12 May 2014
|
[ 16:17 nox ]
Stagify.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 7 Mar 2011
|
[ 15:08 ehaupt ] (Only the first 10 of 73 ports in this commit are shown above. )
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)
Discussed with: netchild (emulation)
|
Fri, 17 Dec 2010
|
[ 03:59 linimon ]
Switch from non-standard $SRCDIR to the new standard $SRC_BASE.
Hat: portmgr
|
Mon, 28 Jun 2010
|
[ 15:26 olgeni ]
Fix typo in COMMENT.
Feature safe: yes
|
Tue, 29 Dec 2009
|
[ 10:25 miwi ] (Only the first 10 of 36 ports in this commit are shown above. )
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run
|
Thu, 4 Oct 2007
|
[ 00:41 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Wed, 19 Jul 2006
|
[ 20:02 netchild ]
Make this port usable again:
- depend upon gentoo stage 3 linux base (build dependency only!)
- bail out and suggest to use the package when the default linux base port
is installed at compile time (build time conflict with gentoo stage 3)
- patch stuff for the kdump in -current
- reword the description (this is a FreeBSD native program)
- portlint
- someone may want to write a linux replacement for mksubr
|
Thu, 29 Jun 2006
|
[ 19:51 marcel ]
Drop maintainership. I'm not using the linuxulator at all and don't
keep up with development on that front, nor with ports related to
it.
|
Mon, 13 Feb 2006
|
[ 17:26 kan ]
Unbreak compiles on FreeBSD 4.x. Newer Linux headers (gconv.h) contain
constructs not supported by GCC 2.95.x, so just use newer compiler
to build linux_kdump from now on.
|
Thu, 5 Jan 2006
|
[ 21:38 krion ]
Fix INDEX build.
Reported by: some magic cperciva' scripts.
|
Mon, 2 Jan 2006
|
[ 23:00 kan ]
Bring back linux_kdump. It builds just fine using devel/linux_devtools-8.
|
Sat, 5 Nov 2005
|
[ 09:12 kris ]
This port depended on the linux_devtools7 port which was removed.
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ] (Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
Sat, 14 Feb 2004
|
[ 07:56 marcel ]
Update to version 1.5. Changes from 1.4 are:
o patch-aa has been incorporated into the distribution,
o the port and distribution can use an alternate source
tree by setting SRCDIR (defaults to /usr/src),
o depends on linux_devtools-7 instead of linux_devtools-6.
Alternate source tree courtecy of:
PR: ports/42649
Submitted by: jhein at timing dot com
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ] (Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Sat, 10 Jan 2004
|
[ 07:18 marcus ] (Only the first 10 of 12 ports in this commit are shown above. )
Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
|
Thu, 17 Apr 2003
|
[ 11:38 edwin ]
It seemed that devel/linux_devtools was repocopied to linux_develtools-6
and linux_devtools-7, but that the original directory never was
removed. Finished this action and updated dependencies.
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 11 Aug 2000
|
[ 01:46 asami ]
MAN1=linux_kdump.1
|
Sun, 23 Jul 2000
|
[ 01:29 marcel ]
Remove the ftp.scc.nl mirror.
|
Thu, 29 Jun 2000
|
[ 08:03 obrien ] (Only the first 10 of 96 ports in this commit are shown above. )
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
|
Number of commits found: 28 |