FreshPorts -- The Place For Ports Sun, 23 Nov 2008 5:27 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: devel/linux_kdump/Makefile
CVSWeb

Number of commits found: 16

Thu, 4 Oct 2007
[ 01:41 edwin ] Original commit 
1.30 devel/ZendOptimizer/Makefile
1.31 devel/allegro-devel/Makefile
1.31 devel/allegro/Makefile
1.68 devel/apr/Makefile
1.5 devel/codeblocks/Makefile
1.11 devel/cppadvio/Makefile
1.44 devel/cvsd/Makefile
1.25 devel/cvsnt/Makefile
1.13 devel/gtkmozedit/Makefile
1.4 devel/jtag/Makefile

(Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Wed, 19 Jul 2006
[ 21:02 netchild ] Original commit 
1.29 devel/linux_kdump/Makefile
1.1 devel/linux_kdump/files/patch-Makefile
1.4 devel/linux_kdump/pkg-descr
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
[ 20:51 marcel ] Original commit 
1.28 devel/linux_kdump/Makefile
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 ] Original commit 
1.27 devel/linux_kdump/Makefile
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 ] Original commit 
1.26 devel/linux_kdump/Makefile
Fix INDEX build.

Reported by:    some magic cperciva' scripts.
Mon, 2 Jan 2006
[ 23:00 kan ] Original commit 
1.25 devel/linux_kdump/Makefile
1.9 devel/linux_kdump/distinfo
1.3 devel/linux_kdump/pkg-descr
Bring back linux_kdump. It builds just fine using devel/linux_devtools-8.
Sat, 5 Nov 2005
[ 09:12 kris ] Original commit 
1.2023 devel/Makefile
1.24 devel/linux_kdump/Makefile
1.8 devel/linux_kdump/distinfo
1.2 devel/linux_kdump/files/patch-mkioctls.linux
1.2 devel/linux_kdump/pkg-descr
This port depended on the linux_devtools7 port which was removed.
Fri, 31 Dec 2004
[ 18:24 netchild ] Original commit 
1.36 CHANGES
1.8 accessibility/linux-atk/Makefile
1.13 archivers/stuffit/Makefile
1.7 astro/linux-setiathome/Makefile
1.18 audio/baudline/Makefile
1.7 audio/linux-arts/Makefile
1.7 audio/linux-esound/Makefile
1.7 audio/linux-libaudiofile/Makefile
1.4 audio/linux-vsound/Makefile
1.14 cad/linux-eagle/Makefile

(Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 14 Feb 2004
[ 07:56 marcel ] Original commit 
1.22 devel/linux_kdump/Makefile
1.7 devel/linux_kdump/distinfo
1.4 devel/linux_kdump/files/patch-aa
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 ] Original commit 
1.2 archivers/bicom/Makefile
1.17 archivers/ha/Makefile
1.26 archivers/lha/Makefile
1.5 archivers/linux-unace/Makefile
1.2 archivers/nwreckdum/Makefile
1.6 archivers/py-bzip2/Makefile
1.15 archivers/rpm2cpio/Makefile
1.8 archivers/unace/Makefile
1.5 archivers/unadf/Makefile
1.3 astro/accrete/Makefile

(Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Sat, 10 Jan 2004
[ 07:18 marcus ] Original commit 
1.20 audio/aureal-kmod/Makefile
1.20 devel/linux_kdump/Makefile
1.17 emulators/rtc/Makefile
1.60 emulators/vmware2/Makefile
1.70 emulators/vmware3/Makefile
1.4 graphics/kix-kmod/Makefile
1.5 graphics/plasma-kmod/Makefile
1.26 net/arla/Makefile
1.9 net/ncplib/Makefile
1.2 palm/uppc-kmod/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
[ 12:38 edwin ] Original commit 
1.100 MOVED
1.1090 devel/Makefile
1.35 devel/linux_devtools/Makefile
1.19 devel/linux_kdump/Makefile
1.19 graphics/linux_mesa3/Makefile
1.5 devel/linux_devtools/distinfo
1.6 devel/linux_devtools/pkg-descr
1.3 devel/linux_devtools/pkg-install
1.5 devel/linux_devtools/pkg-plist.alpha
1.4 devel/linux_devtools/pkg-plist.i386
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 ] Original commit 
1.69 devel/ORBit/Makefile
1.83 devel/ORBit2/Makefile
1.7 devel/SN/Makefile
1.8 devel/a2dev/Makefile
1.10 devel/ac-archive/Makefile
1.21 devel/acpicatools/Makefile
1.4 devel/arch/Makefile
1.4 devel/as80/Makefile
1.5 devel/asmutils/Makefile
1.26 devel/atk/Makefile

(Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
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
[ 02:46 asami ]  
unknown devel/linux_kdump/Makefile
MAN1=linux_kdump.1    
Sun, 23 Jul 2000
[ 02:29 marcel ]  
unknown devel/linux_kdump/Makefile
Remove the ftp.scc.nl mirror.    
Thu, 29 Jun 2000
[ 09:03 obrien ]  
unknown archivers/nulib/Makefile
unknown audio/kmikmod/Makefile
unknown audio/kmpg/Makefile
unknown audio/libworkman/Makefile
unknown chinese/aterm/Makefile
unknown comms/bpl+/Makefile
unknown comms/plp/Makefile
unknown converters/fconv/Makefile
unknown devel/a2dev/Makefile
unknown devel/cc65/Makefile

(Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23
linux-seamonkey*Nov 23
linux-thunderbird*Nov 23
seamonkey*Nov 23
streamripperNov 23
thunderbird*Nov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19440
Broken 157
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 56
Expired 56
Set to expire 65
Interactive 78
new 24 hours 18
new 48 hours32
new 7 days45
new fortnight92
new month146

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.118 seconds.