notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/open-vm-tools/Makefile

Number of commits found: 173 (showing only 73 on this page)

«  1 | 2 

Friday, 20 Sep 2013
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Tuesday, 30 Apr 2013
16:37 bdrewery search for other commits by this committer
- Fix cases where 2 USES= were used

With hat:	portmgr
Original commitRevision:316950 
Tuesday, 23 Apr 2013
10:19 bapt search for other commits by this committer
Convert e* to USES=pkgconfig
Original commitRevision:316337 
Saturday, 9 Mar 2013
12:26 kwm search for other commits by this committer
Add USE_PKGCONFIG=build to fix the build.

Submitted by:	olgeni@
Original commitRevision:313709 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Wednesday, 6 Mar 2013
16:52 bapt search for other commits by this committer
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Original commitRevision:313527 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Friday, 14 Dec 2012
15:47 flo search for other commits by this committer
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
Original commitRevision:308910 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Friday, 29 Jun 2012
02:55 swills search for other commits by this committer
- Force commit to note the previous commit's message should have been:
- Fix build on 10-CURRENT
Original commit
02:06 swills search for other commits by this committer
- Try again
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 18 Feb 2012
01:47 swills search for other commits by this committer
- Take maintainership
Original commit
Friday, 17 Feb 2012
18:27 scheidell search for other commits by this committer
- Actually bump portepoch

Submitted by:   swills
Approved by:    gabor (mentor, implicit)
Original commit
16:54 scheidell search for other commits by this committer
- Back out all changes to date starting with this pr.
- changes that were applied by several people, one change (mine, the actual
upgrade) made hgfs unloadable.
- other changes along the way, attempting to fix it made port broken were also
backed out
- Only patches left were DougB's rc script patches
- Bump PORTEPOCH

PR:             ports/161891
Submitted by:   scheidell (me)
Approved by:    ports@ (maintainer, implicit), gabor (mentor)
Original commit
Wednesday, 15 Feb 2012
23:09 pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
Original commit
Tuesday, 7 Feb 2012
01:31 eadler search for other commits by this committer
This variable changed quite some time ago.

Reported by:    Alex Kozlov
Original commit
Monday, 16 Jan 2012
00:07 scheidell search for other commits by this committer
- patch vmhgfs to allow make it loadable [1]
- patch Makefile/plist/pkg-message to prevent install of broken vmhgfs,
suggested by swills
- Add USE_AUTOMAKE=yes to keep build from taking two passes, and keep tinderbox
happy

Submitted by:   swills [1]
Approved by:    gabor (mentor)
Original commit
Sunday, 8 Jan 2012
01:20 scheidell search for other commits by this committer
- Updated to 8.8.0

PR:             ports/161891
Submitted by:   Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:    gabor (mentor)
Original commit
Monday, 2 Jan 2012
04:39 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Monday, 7 Nov 2011
04:24 miwi search for other commits by this committer
- Get rid FreeBSD 6 support
Original commit
Friday, 14 Oct 2011
20:12 swills search for other commits by this committer
- Update to 425873
- Unmark broken
- Pet portlint

PR:             ports/161001
Submitted by:   swills (me)
Approved by:    maintainer timeout (>2 weeks)
Original commit
Tuesday, 11 Oct 2011
22:55 lx search for other commits by this committer
Should only be BROKEN if compiled with X11. open-vm-tools-nox11 still builds
cleanly.
Original commit
Saturday, 24 Sep 2011
20:08 pav search for other commits by this committer
- Mark BROKEN: does not compile
  /usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool'

Reported by:    pointyhat
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Tuesday, 23 Aug 2011
18:39 kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
Original commit
Sunday, 10 Jul 2011
21:06 bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Wednesday, 15 Dec 2010
11:37 bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
Original commit
Tuesday, 16 Nov 2010
20:37 mbr search for other commits by this committer
Add fix for vmware-user-suid-wrapper failes to load vmblock.ko
Don't install vmware-user-suid-wrapper automatically in kde autostart
Bump portrevision

PR:                     ports/152292
Submitted by:           Fumiyuki Shimizu <fumifumi@abacustech.jp>
Original commit
Monday, 15 Nov 2010
23:57 mbr search for other commits by this committer
Upgrade to build 313025, release date 2010.10.18

Fix build on HEAD
Fix dhclient resume
Fix pkgconfig

PR:             151872, 149116, 150913
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Tuesday, 14 Sep 2010
03:20 pgollucci search for other commits by this committer
- add a `status` command
- make the `start` command more verbose (e.g. for debugging)
- remove (some) duplicate code

PR:             ports/148068
Submitted by:   Frank Wall <fw@moov.de>
Approved by:    maintainer timeout (mbr; 82 days)
Original commit
Sunday, 6 Jun 2010
14:55 mbr search for other commits by this committer
Upgrade to build 253928
Original commit
Sunday, 18 Apr 2010
18:54 erwin search for other commits by this committer
Mark BROKEN on 9.x: does not build
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 10 Jan 2010
10:31 mbr search for other commits by this committer
Upgrade to open-vm-tools-2009.12.16 build 217847
Original commit
Saturday, 2 Jan 2010
16:29 mbr search for other commits by this committer
Upgrade open-vm-tools to build 210370 (PR 142112)

Fix complile on FreeBSD 9
Add missing pkg-plist files

PR:             ports/142112 (partly)
Submitted by:   Steve Wills <steve@mouf.net>
Original commit
14:51 erwin search for other commits by this committer
Mark BROKEN on 9.x: does not build.
Original commit
Saturday, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Monday, 27 Jul 2009
21:53 pav search for other commits by this committer
- Mark BROKEN on 6.X

Reported by:    pointyhat
Original commit
Wednesday, 17 Jun 2009
17:00 mbr search for other commits by this committer
Fix dependency on gtkmm

PR:             ports/135672
Submitted by:   Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp>
Original commit
Monday, 8 Jun 2009
23:24 mbr search for other commits by this committer
Upgrade open-vm-tools to build 167859 from 2009.05.22
Add vfs layer fixes for recent FreeBSD CURRENT
Vmtools-guestd has been replaced by vmtoolsd

PR:             ports/134879
Submitted by:   Tom McLaughlin <tmclaugh@freebsd.org>
Original commit
Tuesday, 14 Apr 2009
07:32 mbr search for other commits by this committer
Fix shutdown problems with ESX 3.5

PR:             ports/133717
Approved by:    portsmgr
Submitted by:   Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
Original commit
Thursday, 9 Apr 2009
21:19 mbr search for other commits by this committer
Fix locking in vmmemctl

Submitted by:   kan
Original commit
Monday, 6 Apr 2009
22:56 mbr search for other commits by this committer
Try to fix the remaining dependencies and
back out previous commit.

Also add a FUSE dependency to fix a soft error.

Submitted by:   kan
Original commit
21:55 mbr search for other commits by this committer
Add another X11 dependency, xextproto
Original commit
17:29 kan search for other commits by this committer
Add missing dependencies on Xrender and Xext.

Poity hat to:   kan
Original commit
14:57 mbr search for other commits by this committer
Upgrade to 2009.03.18

Various fixes for X11

Submitted by:   Alexander Kabaev <kabaev@gmail.com>
Original commit
Wednesday, 25 Mar 2009
18:18 mbr search for other commits by this committer
Unbreak the ports
Fix PLIST for both with and without X11.
Fix some configure/build errors with WITH_UNITY option.
Eliminate use of LIB32DIR because no i386 binary is included in the distfile.

PR:             ports/132999
Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
Original commit
Sunday, 22 Mar 2009
09:52 pav search for other commits by this committer
- Mark BROKEN in two different ways

Reported by:    pointyhat
Original commit
Wednesday, 4 Mar 2009
15:54 mbr search for other commits by this committer
Replace the option WITHOUT_UNITY with WITH_UNITY and disable
the dependency for the normal X11 build
Original commit
Tuesday, 3 Mar 2009
23:26 mbr search for other commits by this committer
Upgrade the port to build 148847 from 2009.02.18.

PR:             ports/130583
Submitted by:   lstewart
Reviewed by:    KUROSAWA Takahiro <takahiro.kurosawa@gmail.com>
Original commit
Tuesday, 3 Feb 2009
05:46 linimon search for other commits by this committer
Fails to install on sparc64 with "configure: error: Unknown architecture."
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Wednesday, 22 Oct 2008
12:45 timur search for other commits by this committer
Fixed expansion of %LIB32%, which didn't happen, leaving whole port unusable.
Original commit
Monday, 20 Oct 2008
13:41 mbr search for other commits by this committer
Remove the following non-existent files
from pkg-plist (unbreaks package target).

sbin/vmware-toolbox sbin/vmware-user

Submitted by:   olgeni
Original commit
Tuesday, 7 Oct 2008
18:20 mbr search for other commits by this committer
Fix PLIST_SUB and other minor issues. This change should fix package builds.

Submitted by:   timur
Original commit
Monday, 29 Sep 2008
19:17 mbr search for other commits by this committer
Another bunch of fixes:

 - pet portlint(1)
 - add info on the rc.conf settings
 - don't reinstall files twice
 - open-vm-tools and open-vm-tools-nox11 need to CONFLICT each other
 - on 5.x, the scripts won't try to load unsupported kmods
 - kldxref should be run also on 5.x
 - bump PORTREVISION

Submitted by:   Angelo Turetta <aturetta@bestunion.it>
Original commit
11:59 mbr search for other commits by this committer
Unbreak open-vm-tools. Fix pkg-lists.

Submitted by:   olgeni, Angelo Turetta <aturetta@bestunion.it>
Original commit
Wednesday, 20 Aug 2008
08:12 erwin search for other commits by this committer
Mark BROKEN: leaves files behind on deinstall
Original commit
Tuesday, 5 Aug 2008
16:36 mbr search for other commits by this committer
Change the vmware-checkvm path in this script too.

Submitted by:   Angelo Turetta <aturetta@bestunion.it>
Original commit
Sunday, 3 Aug 2008
14:39 mbr search for other commits by this committer
vmware-guestd has been installed twice. Fix pkg-plist for this issue.

Submitted by:   Olli Hauer <ohauer@gmx.de>
PR:             126210
Original commit
Monday, 21 Jul 2008
23:43 mbr search for other commits by this committer
Change GTK12 dependency to GTK20 to fix the package build.
Fix package lists.
Bump portrevision.
Original commit
Tuesday, 8 Jul 2008
16:03 mbr search for other commits by this committer
Upgrade to build 102166, 2008.07.01

- Add a fix to make -nox11 build still possible
- Remove broken install targets for kmods within build.
- Remove obsolete, applied patches, rename hgfsmounter to mount.vmhgfs
- Fix GUESTAPP_TOOLS_INSTALL_PATH path. Thanks to Ari.Suutari@syncrontech.com
- Fix for the shrink tab option. Thanks to ernestgwilsonii@gmail.com
Original commit
Friday, 6 Jun 2008
13:27 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 16 May 2008
07:55 mbr search for other commits by this committer
Change build to lib dependencies.

Submitted by:   Guy Yur <guyyur@gmail.com>
Original commit
Thursday, 15 May 2008
17:24 mbr search for other commits by this committer
- Add dependency on devel/icu
- Split startup rc files, start vmware-kmod.sh earlier
- Bump portrevision

Submitted by:   jkim
Original commit
Wednesday, 14 May 2008
14:55 mbr search for other commits by this committer
Upgrade to build 90473
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Tuesday, 1 Apr 2008
23:55 mbr search for other commits by this committer
Normalize package name.
Fix FreeBSD 5 builds.
Original commit
Friday, 28 Mar 2008
13:30 mbr search for other commits by this committer
Add open-vm-tools, a open source version of the vmware-guestd and
vmware-tools ports.
Original commit

Number of commits found: 173 (showing only 73 on this page)

«  1 | 2