Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1280544_11,1 23 Apr 2015 21:26:10 |
bapt |
Update icu to 55.1 |
1280544_10,1 02 Mar 2015 21:36:52 |
dim |
Fix -Werror warnings from clang 3.6.0 and higher about unused local
typedefs, which are used for hand-implementing compile-time assertions,
by adding an __unused__ attribute.
Approved by: maintainer (swills)
PR: 198202 |
1280544_10,1 14 Feb 2015 13:36:49 |
kwm |
Fix build with clang 3.5.0.
PR: 196108
Submitted by: dim@
Approved by: maintainer (via IRC) |
1280544_10,1 23 Dec 2014 15:48:34 |
brd |
Add a startup requirement on ldconfig so start up does not fail with:
Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
Approved by: swills |
1280544_9,1 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
1280544_8,1 31 Oct 2014 19:40:51 |
bapt |
Simplify plist |
1280544_8,1 27 Oct 2014 12:24:23 |
bapt |
Clean up plist |
1280544_8,1 02 Oct 2014 18:17:49 |
glebius |
Update for recent ifnet(9) changes in head.
Approved by: bapt (blanket) |
1280544_7,1 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
1280544_6,1 03 Jul 2014 11:09:24 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1280544_5,1 25 Apr 2014 15:39:46 |
swills |
- Fix build on 11-CURRENT by patching:
modules/freebsd/vmhgfs/channel.h [2] [3]
libvmtools/i18n.c [2]
modules/freebsd/vmmemctl/os.c [4]
PR: ports/187426 [1]
PR: ports/188744 [2]
Submitted by: alfred [2]
Submitted by: garga [3]
Submitted by: bdrewery [4] |
1280544_4,1 28 Feb 2014 18:57:02 |
delphij |
Trap SIGBUS while doing port probe. On FreeBSD a SIGBUS is delivered
when accessing port that is not accessible, which is the case when
running vmware-vmcheck on bare metal system.
Approved by: swills (maintainer)
Obtained from: FreeNAS |
1280544_3,1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
1280544_2,1 01 Jan 2014 16:49:02 |
swills |
- Add an ugly hack to rename base64.h so that it doesn't conflict with the one
installed by security/heimdal
PR: ports/177454
Reported by: Andriy Syrovenko <andriys@gmail.com> |
1280544_1,1 22 Dec 2013 22:23:06 |
swills |
- Require netif in vmware-guestd to avoid DHCP issue
- Bump PORTREVISION for package change
PR: ports/168332
PR: ports/149949 |
1280544,1 17 Nov 2013 23:25:48 |
swills |
- Add patch to fix build when devel/libunwind is installed
- While here, rename patch to better name. All the patches probably need
renaming.
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> |
1280544,1 16 Nov 2013 23:22:22 |
swills |
- Update to 9.4.0
- Commit open-vm-tools-nox11 part of conversion to optionsNG missed in last
commit [1]
- Fix plist issue with open-vm-tools-nox11 with optionsNG enabled
PR: ports/183893 [1]
Submitted by: mat |
1031360_4,1 16 Nov 2013 14:18:55 |
swills |
- Convert to new options framework
- Pet portlint
PR: ports/183893
Submitted by: mat |
1031360_4,1 16 Nov 2013 04:35:59 |
swills |
- Update to 9.2.3-1031360 [1]
- Fix build on CURRENT
PR: ports/180471 [1] (partially)
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1] (partially) |
425873_4,1 07 Nov 2013 21:50:19 |
swills |
- Add stage support
- Convert to USES=kmod
PR: ports/183754
Submitted by: mat |
425873_4,1 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
425873_4,1 19 Oct 2013 14:39:55 |
tijl |
- Fix build with clang and recent kernel API changes.
- Use new style LIB_DEPENDS.
PR: 173038, 174290, 180499
Submitted by: Garrett Cooper <yaneurabeya@gmail.com>
Approved by: swills (maintainer) |
425873_3,1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
425873_3,1 20 Sep 2013 12:54:55 |
bdrewery |
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 (Only the first 15 lines of the commit message are shown above ) |
425873_3,1 30 Apr 2013 16:37:46 |
bdrewery |
- Fix cases where 2 USES= were used
With hat: portmgr |
425873_3,1 23 Apr 2013 10:19:45 |
bapt |
Convert e* to USES=pkgconfig |
425873_3,1 09 Mar 2013 12:26:17 |
kwm |
Add USE_PKGCONFIG=build to fix the build.
Submitted by: olgeni@ |
425873_3,1 08 Mar 2013 10:51:36 |
kwm |
* 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 |
425873_3,1 06 Mar 2013 16:52:02 |
bapt |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
425873_3,1 18 Dec 2012 23:09:07 |
bapt |
Chase icu, graphite2 and libexttextcat bump |
425873_2,1 14 Dec 2012 15:47:01 |
flo |
- 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) |
425873_2,1 05 Aug 2012 23:19:40 |
dougb |
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 |
425873_2,1 29 Jun 2012 02:55:44 |
swills |
- Force commit to note the previous commit's message should have been:
- Fix build on 10-CURRENT |
425873_2,1 29 Jun 2012 02:06:31 |
swills |
- Try again |
425873_1,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
425873,1 18 Feb 2012 01:47:54 |
swills |
- Take maintainership |
425873,1 17 Feb 2012 18:27:11 |
scheidell |
- Actually bump portepoch
Submitted by: swills
Approved by: gabor (mentor, implicit) |
425873 17 Feb 2012 16:54:12 |
scheidell |
- 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) |
471268_1 15 Feb 2012 23:09:25 |
pav |
- Mark BROKEN: does not package
Reported by: pointyhat |
471268_1 07 Feb 2012 01:31:10 |
eadler |
This variable changed quite some time ago.
Reported by: Alex Kozlov |
471268_1 16 Jan 2012 00:07:20 |
scheidell |
- 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) |
471268 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
471268 08 Jan 2012 01:20:39 |
scheidell |
- Updated to 8.8.0
PR: ports/161891
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: gabor (mentor) |
425873 02 Jan 2012 04:39:12 |
tabthorpe |
- Reassign to the heap |
425873 07 Nov 2011 04:24:55 |
miwi |
- Get rid FreeBSD 6 support |
425873 14 Oct 2011 20:12:21 |
swills |
- Update to 425873
- Unmark broken
- Pet portlint
PR: ports/161001
Submitted by: swills (me)
Approved by: maintainer timeout (>2 weeks) |
313025_4 11 Oct 2011 22:55:54 |
lx |
Should only be BROKEN if compiled with X11. open-vm-tools-nox11 still builds
cleanly. |
313025_4 24 Sep 2011 20:08:58 |
pav |
- Mark BROKEN: does not compile
/usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool'
Reported by: pointyhat |
313025_4 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
313025_4 23 Aug 2011 18:39:19 |
kwm |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
313025_3 10 Jul 2011 21:06:39 |
bapt |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines |
313025_2 25 Dec 2010 16:55:41 |
sunpoet |
- 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) |
313025_2 15 Dec 2010 11:37:49 |
bapt |
Chase devel/icu upgrade
Add an updating note |
313025_1 16 Nov 2010 20:59:32 |
mbr |
Add empty install-data-am section |
313025_1 16 Nov 2010 20:42:40 |
mbr |
Remove accidently committed file |
313025_1 16 Nov 2010 20:37:05 |
mbr |
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> |
313025 16 Nov 2010 07:42:44 |
mbr |
Fix build errors (redundant declarations)
PR: 152283
Submitted by: fumifumi@abacustech.jp |
313025 15 Nov 2010 23:59:05 |
mbr |
Add new patches for build 313025 |
313025 15 Nov 2010 23:57:51 |
mbr |
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> |
253928_1 14 Sep 2010 03:20:16 |
pgollucci |
- 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) |
253928 06 Jun 2010 19:31:13 |
mbr |
Add vmware-tools/scripts/vmware to package list
Submitted by: QAT |
253928 06 Jun 2010 17:44:34 |
mbr |
Fix package list
Submitted by: QAT |
253928 06 Jun 2010 14:55:58 |
mbr |
Upgrade to build 253928 |
217847_2 18 Apr 2010 18:54:10 |
erwin |
Mark BROKEN on 9.x: does not build |
217847_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
217847_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
217847_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
217847 10 Jan 2010 10:31:45 |
mbr |
Upgrade to open-vm-tools-2009.12.16 build 217847 |
210370_1 02 Jan 2010 16:33:57 |
mbr |
Check should be <= 900000 |
210370_1 02 Jan 2010 16:29:45 |
mbr |
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> |
167859_1 02 Jan 2010 14:51:50 |
erwin |
Mark BROKEN on 9.x: does not build. |
167859_1 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
167859_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
167859 27 Jul 2009 21:53:25 |
pav |
- Mark BROKEN on 6.X
Reported by: pointyhat |
167859 17 Jun 2009 17:00:21 |
mbr |
Fix dependency on gtkmm
PR: ports/135672
Submitted by: Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp> |
167859 11 Jun 2009 21:51:06 |
mbr |
Add missing dir to pkg-plist. |
167859 09 Jun 2009 08:22:09 |
mbr |
Delete two unneeded patches.
PR: misc/135400
Submitted by: John Fox Maule <john@fox-maule.dk> |
167859 08 Jun 2009 23:24:44 |
mbr |
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> |
154848_2 14 Apr 2009 07:32:46 |
mbr |
Fix shutdown problems with ESX 3.5
PR: ports/133717
Approved by: portsmgr
Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp> |
154848_1 09 Apr 2009 21:19:03 |
mbr |
Fix locking in vmmemctl
Submitted by: kan |
154848 07 Apr 2009 13:34:56 |
mbr |
Fix other polution of the base system.
Submitted by: kan |
154848 06 Apr 2009 22:56:31 |
mbr |
Try to fix the remaining dependencies and
back out previous commit.
Also add a FUSE dependency to fix a soft error.
Submitted by: kan |
154848 06 Apr 2009 21:55:29 |
mbr |
Add another X11 dependency, xextproto |
154848 06 Apr 2009 17:29:27 |
kan |
Add missing dependencies on Xrender and Xext.
Poity hat to: kan |
154848 06 Apr 2009 14:57:03 |
mbr |
Upgrade to 2009.03.18
Various fixes for X11
Submitted by: Alexander Kabaev <kabaev@gmail.com> |
148847 25 Mar 2009 18:19:47 |
mbr |
Add missing patches for X11 build |
148847 25 Mar 2009 18:18:11 |
mbr |
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> |
148847 22 Mar 2009 09:52:19 |
pav |
- Mark BROKEN in two different ways
Reported by: pointyhat |
148847 04 Mar 2009 15:54:50 |
mbr |
Replace the option WITHOUT_UNITY with WITH_UNITY and disable
the dependency for the normal X11 build |
148847 03 Mar 2009 23:26:15 |
mbr |
Upgrade the port to build 148847 from 2009.02.18.
PR: ports/130583
Submitted by: lstewart
Reviewed by: KUROSAWA Takahiro <takahiro.kurosawa@gmail.com> |
102166_7 03 Feb 2009 05:46:00 |
linimon |
Fails to install on sparc64 with "configure: error: Unknown architecture." |
102166_7 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
102166_7 29 Nov 2008 22:57:33 |
pav |
- share/pixmaps is part of mtree, must not be removed by individual ports
Reported by: pointyhat |
102166_7 09 Nov 2008 22:39:52 |
mbr |
vmware-toolbox and vmware-user are installed in bin/ rather than sbin/
PR: 128509
Submitted by: olgeni |
102166_7 22 Oct 2008 12:45:41 |
timur |
Fixed expansion of %LIB32%, which didn't happen, leaving whole port unusable. |
102166_6 20 Oct 2008 13:41:04 |
mbr |
Remove the following non-existent files
from pkg-plist (unbreaks package target).
sbin/vmware-toolbox sbin/vmware-user
Submitted by: olgeni |
102166_5 07 Oct 2008 18:20:47 |
mbr |
Fix PLIST_SUB and other minor issues. This change should fix package builds.
Submitted by: timur |
102166_4 01 Oct 2008 11:58:17 |
mbr |
Add missing file. |
102166_4 29 Sep 2008 19:17:16 |
mbr |
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> |
102166_3 29 Sep 2008 14:22:30 |
mbr |
Remove obsolete file |