FreshPorts -- The Place For Ports Tue, 14 Oct 2008 12:34 AM 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: sysutils/xosview/Makefile
CVSWeb

Number of commits found: 17

Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sat, 19 May 2007
[ 21:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 11 May 2006
[ 01:01 clsung ] Original commit 
1.41 sysutils/xosview/Makefile
1.15 sysutils/xosview/distinfo
1.4 sysutils/xosview/files/patch-configure
- Update to 1.8.3
- Unbreak on 7.x, tested on -current as of May 6 (700016)

PR:             ports/97113
Submitted by:   Rong-En Fan <rafan AT infor dot org>
Fri, 27 Jan 2006
[ 08:17 clsung ] Original commit 
1.40 sysutils/xosview/Makefile
1.7 sysutils/xosview/files/patch-kernel.cc
- The sysutils/xosview port that comes with 6.0 results in a
  memory leak that eventually crashes the xosview process.
  The CVS tree doesn't show any activity here more recent than 6.0.
  The attached extra patch to bsd/kernel.cc fixes the problem.
- bump PORTREVISION

PR:             92339
Submitted by:   Tom Pavel <pavel AT alum dot mit dot edu>
Wed, 7 Sep 2005
[ 01:19 kris ] Original commit 
1.39 sysutils/xosview/Makefile
BROKEN on 7.x: Does not compile
Wed, 13 Jul 2005
[ 04:48 clsung ] Original commit 
1.38 sysutils/xosview/Makefile
1.13 sysutils/xosview/distinfo
1.2 sysutils/xosview/files/patch-Host.h
1.2 sysutils/xosview/files/patch-Xrm.h
1.2 sysutils/xosview/files/patch-bsd::cpumeter.cc
1.3 sysutils/xosview/files/patch-configure
1.2 sysutils/xosview/files/patch-general.h
1.6 sysutils/xosview/files/patch-kernel.cc
1.4 sysutils/xosview/files/patch-kernel.h
1.3 sysutils/xosview/files/patch-swapinternal.cc

(Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to 1.8.2
- Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply
exiting/crashing

PR:             79338
Submitted by:   Ulrich Spoerlein <q AT uni dot de>
Thu, 18 Nov 2004
[ 22:09 kris ] Original commit 
1.37 sysutils/xosview/Makefile
BROKEN on 6.x: Configure fails
Fri, 20 Aug 2004
[ 03:56 clsung ] Original commit 
1.5 chinese/p5-Lingua-ZH-TaBE/Makefile
1.3 chinese/p5-Lingua-ZH-Toke/Makefile
1.17 databases/p5-BerkeleyDB/Makefile
1.3 databases/p5-Search-InvertedIndex/Makefile
1.4 devel/p5-Algorithm-Cluster/Makefile
1.3 devel/p5-Algorithm-NaiveBayes/Makefile
1.4 devel/p5-Algorithm-Networksort/Makefile
1.3 devel/p5-Algorithm-SVM/Makefile
1.2 devel/p5-Class-NamedParms/Makefile
1.2 devel/p5-Class-ParmList/Makefile

(Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
Tue, 28 Oct 2003
[ 14:53 osa ] Original commit 
1.35 sysutils/xosview/Makefile
1.1 sysutils/xosview/files/patch-Host.h
1.1 sysutils/xosview/files/patch-Xrm.h
1.1 sysutils/xosview/files/patch-bsd::cpumeter.cc
1.5 sysutils/xosview/files/patch-kernel.cc
1.1 sysutils/xosview/files/patch-xwin.h
Fix build on -CURRENT.
Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
  But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
  devstat_getnumdevs(kvm_t *) respectively.
  In summary, function in 4.x's devstats.h can add prefix word "devstat

Submitted by:           Cheng-Lung Sung <clsung@dragon2.net>
Maintainership to:      submitter
PR:                     58596
Wed, 4 Jun 2003
[ 23:43 kris ] Original commit 
1.8 astro/celestia/Makefile
1.12 audio/denemo/Makefile
1.12 audio/fcplay/Makefile
1.9 audio/mq3/Makefile
1.9 audio/rebler/Makefile
1.13 audio/spiralloops/Makefile
1.11 audio/spiralsynth/Makefile
1.6 biology/avida/Makefile
1.8 chinese/chinput2/Makefile
1.7 chinese/chinput3/Makefile

(Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:  kris
Sun, 18 May 2003
[ 11:07 kris ] Original commit 
1.33 sysutils/xosview/Makefile
BROKEN on 5.1: bad C++
Thu, 20 Feb 2003
[ 19:00 knu ] Original commit 
1.5 sysutils/and/Makefile
1.6 sysutils/anteater/Makefile
1.21 sysutils/asapm/Makefile
1.12 sysutils/battstat-applet/Makefile
1.12 sysutils/bchunk/Makefile
1.3 sysutils/checkservice/Makefile
1.17 sysutils/contool/Makefile
1.10 sysutils/copytape/Makefile
1.8 sysutils/cpbk/Makefile
1.8 sysutils/diskcheckd/Makefile

(Only the first 10 of 90 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 7 Aug 2002
[ 19:20 pat ] Original commit 
1.29 sysutils/xosview/Makefile
Update MASTER_SITES to use sourceforge site

PR:             ports/41418
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Sun, 2 Jun 2002
[ 18:43 ijliao ] Original commit 
1.28 sysutils/xosview/Makefile
1.11 sysutils/xosview/distinfo
1.3 sysutils/xosview/files/patch-ac
1.2 sysutils/xosview/files/patch-configure
upgrade to 1.8.0

PR:             38809
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Wed, 8 May 2002
[ 21:57 obrien ] Original commit 
1.3 sysutils/ltrace/Makefile
1.27 sysutils/xosview/Makefile
1.21 sysutils/xsysstats/Makefile
To ports@freebsd.org.
Tue, 21 Aug 2001
[ 21:32 obrien ]  
unknown sysutils/xosview/Makefile
unknown sysutils/xosview/distinfo
unknown sysutils/xosview/files/patch-ae
unknown sysutils/xosview/files/patch-kernel.cc
Upgrade to 1.7.4.    
Mon, 2 Apr 2001
[ 11:24 mharo ]  
unknown math/xspread/Makefile
unknown misc/ytree/Makefile
unknown print/pdflib/Makefile
unknown security/xinetd/Makefile
unknown sysutils/xosview/Makefile
unknown www/boa/Makefile
unknown x11-toolkits/buffy/Makefile
unknown x11-toolkits/tkstep80/Makefile
unknown x11-wm/icepref/Makefile
remove deprecated fetch options from FETCH_BEFORE_ARGS    

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 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 19307
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 13
new 48 hours24
new 7 days45
new fortnight79
new month139

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.162 seconds.