notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/vmware-tools3/Makefile
SVNWeb

Number of commits found: 18

Mon, 8 Nov 2010
[ 10:08 garga search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove expired ports:

2010-11-07 devel/libisc: Unlikely to be used...
2010-11-08 emulators/vmware-guestd3: Depends of misc/compat3x, that is
deprecated and set to be removed
2010-11-08 emulators/vmware-tools3: Depends of misc/compat3x, that is deprecated
and set to be removed
2010-10-08 misc/compat3x: "Only FreeBSD 6.4+ are supported in ports"
2010-11-08 misc/bidwatcher: Obsoleted by JBidwatcher and changes at
http://ebay.com
2010-11-08 security/vscan: Depends of misc/compat3x, that is deprecated and set
to be removed
2010-11-08 www/ssserver: Depends of misc/compat3x, that is deprecated and set to
be removed
Fri, 8 Oct 2010
[ 17:18 garga search for other commits by this committer ] Original commit 
Mark ports that depends of misc/compat3x as DEPRECATED and set EXPIRATION_DATE
to 2010-11-08 since compat3x is DEPRECATED, expired and has known
vulnerabilities
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (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
[ 00:47 edwin search for other commits by this committer ] Original commit  (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
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (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}.
Fri, 2 Feb 2007
[ 17:06 pav search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
Tue, 8 Mar 2005
[ 03:41 matusita search for other commits by this committer ] Original commit 
Typo fix.

Submitted by:   FreshPorts Sanity Daemon
[ 02:01 matusita search for other commits by this committer ] Original commit 
Check OSVERSION to set appropriate default CD-ROM device name.

PR:             ports/78539
Submitted by:   Scot Hetzel <swhetzel at gmail dotcom> (mostly)
Fri, 23 Jul 2004
[ 19:10 anholt search for other commits by this committer ] Original commit  (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Fri, 6 Feb 2004
[ 18:06 matusita search for other commits by this committer ] Original commit 
Update version string to the last VMware Workstation 3 release.
It is too late to update, but better than unchanged.
[ 15:33 matusita search for other commits by this committer ] Original commit 
Put NO_LATEST_LINK to previous versions of VMware Tools.
No content changes, no bumps.

Noticed by: kris
Sun, 4 May 2003
[ 14:39 matusita search for other commits by this committer ] Original commit 
Fixup for package cluster building.

- Mark NO_PACKAGE since these ports require VMware itself.
  (and avoid using .ifdef(PACKAGE_BUILDING) also)
- Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
Mon, 21 Apr 2003
[ 16:19 matusita search for other commits by this committer ] Original commit 
I've too much asked that where to get files for install.  Apparantly,
the word 'none' is an obscure comment.

No content change, no procedure change, so no bump.
Sat, 19 Apr 2003
[ 07:14 matusita search for other commits by this committer ] Original commit 
Cosmetic fixes for old VMware guest tools to sync with the latest one.

* Update pkg-descr to point a new ports location.
* Update RUN_DEPENDS to point a new ports location.
* Sync COMMENT message to all versions.
* Use INSTALL_PROGRAM instead of CP since it installs a program.
* Wrap interactive-related script with .if !defined(BATCH) appropriately.
* Unhide UMOUNT command and users will know what's happened.
Sat, 22 Feb 2003
[ 15:51 matusita search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 7 Feb 2003
[ 02:44 seanc search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN          is reserved for ports that don't work.  This will prevent
                users from installing the port, but please note that
                ports marked as BROKEN will still be built by bento
IGNORE          is reserved for ports that should not be built for one
                reason or another (including bento).  Users and bento
                will not build ports marked as IGNORE.
FORBIDDEN       is reserved for security breakages only!!!  Only mark a
                port as FORBIDDEN if there is a security issue with the
                port at the time.

Reviewed by:    kris (portmgr)
Sat, 11 May 2002
[ 13:14 matusita search for other commits by this committer ] Original commit 
Mark FORBIDDEN if PACKAGE_BUILDING.  These ports cannot build without
VMware Workstation itself.

Suggested by:   knu
[ 13:11 matusita search for other commits by this committer ] Original commit 
Update VMware toolbox and VMware guestd to 3.1.1 build 1790.
Add comments that these are for VMware 3.x.

Number of commits found: 18