FreshPorts -- The Place For Ports Sat, 22 Nov 2008 10:43 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: emulators/linux-vmware-toolbox5/Makefile
CVSWeb

Number of commits found: 7

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)
Thu, 4 Oct 2007
[ 01:47 edwin ] Original commit 
1.8 editors/2bsd-vi/Makefile
1.6 editors/textedit.app/Makefile
1.30 editors/wily/Makefile
1.6 emulators/gcube/Makefile
1.10 emulators/gngeo/Makefile
1.22 emulators/hercules/Makefile
1.24 emulators/linux-vmware-toolbox4/Makefile
1.27 emulators/linux-vmware-toolbox5/Makefile
1.31 emulators/linux-vmware-toolbox6/Makefile
1.6 emulators/mupen64-base/Makefile

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Tue, 7 Mar 2006
[ 08:28 ade ] Original commit 
1.8 astro/gkrellmoon/Makefile
1.6 astro/gkrellsun/Makefile
1.11 astro/roadmap/Makefile
1.16 astro/spacechart/Makefile
1.8 audio/aube/Makefile
1.45 audio/aumix/Makefile
1.18 audio/autozen/Makefile
1.6 audio/cantus/Makefile
1.38 audio/easytag/Makefile
1.29 audio/extace/Makefile

(Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Fri, 23 Dec 2005
[ 01:43 matusita ] Original commit 
1.25 emulators/linux-vmware-toolbox5/Makefile
1.28 emulators/vmware-guestd5/Makefile
1.18 emulators/vmware-tools5/Makefile
1.9 emulators/linux-vmware-toolbox5/distinfo
Update to 5.5.1 build 19175.
Sat, 26 Nov 2005
[ 09:19 matusita ] Original commit 
1.24 emulators/linux-vmware-toolbox5/Makefile
1.23 emulators/vmware-guestd5/Makefile
1.15 emulators/vmware-tools5/Makefile
1.8 emulators/linux-vmware-toolbox5/distinfo
1.3 emulators/vmware-guestd5/pkg-descr
1.2 emulators/vmware-guestd5/pkg-descr.tools
1.6 emulators/vmware-guestd5/pkg-plist
1.4 emulators/vmware-guestd5/pkg-plist.tools
1.7 emulators/vmware-guestd5/files/vmware-guestd.sh
Dear VMware Workstation users around the world, here is an upgrade of
VMware Workstation FreeBSD-guest related ports for VMware Workstation
5.5.0 build 18463.

New features are:

- Spell "VMware Workstation" appropriately.
        There are much VMware products, it would be the time that I have
        to spell VMware Workstation as VMware Workstation.
- Support FreeBSD/amd64 since 64-bit binaries are provided from VMware.
        I don't test any of 64-bit related portion, since I have no
        FreeBSD/amd64 machine.  If something trouble please email me.
- New variable "WITH_VMWARE_GTK" (emulators/vmware-tools5)
        Install gtk version of VMware Tools if defined
        (add more dependencies on other gtk-related ports)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 17 Jun 2005
[ 23:59 netchild ] Original commit 
1.45 CHANGES
1.10 accessibility/linux-atk/Makefile
1.16 archivers/stuffit/Makefile
1.11 astro/linux-setiathome/Makefile
1.25 audio/baudline/Makefile
1.11 audio/linux-arts/Makefile
1.10 audio/linux-esound/Makefile
1.10 audio/linux-libaudiofile/Makefile
1.4 audio/linux-mbrola/Makefile
1.6 audio/linux-vsound/Makefile

(Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 19 May 2005
[ 00:07 matusita ] Original commit 
1.22 emulators/linux-vmware-toolbox5/Makefile
1.22 emulators/vmware-guestd5/Makefile
1.14 emulators/vmware-tools5/Makefile
1.5 emulators/linux-vmware-toolbox5/distinfo
1.5 emulators/vmware-guestd5/pkg-plist
1.3 emulators/vmware-guestd5/pkg-plist.tools
Update for VMware Workstation 5 after repocopy.

PR:             80436
Submitted by:   Scot W. Hetzel

Number of commits found: 7

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13

13 vulnerabilities affecting 29 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 19422
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 2
new 48 hours17
new 7 days34
new fortnight79
new month129

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