aboutsummaryrefslogtreecommitdiffstats
path: root/comms/vrflash
ModeNameSize
-rw-r--r--Makefile591logstatsplainblame
-rw-r--r--distinfo154logstatsplainblame
-rw-r--r--pkg-descr400logstatsplainblame
-rw-r--r--pkg-plist194logstatsplainblame
>/+4 colspan='5' class='logmsg'> <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine * Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)kwm2015-01-021-0/+11 | | | | | | | | While here apply the same the same to farstream PR: 196070 Submitted by: mikael.urankar@gmail.com Verified by: sbruno@ * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-192-14/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed * - Convert to USES=libtool pathfix pythontijl2014-09-012-16/+7 | | | | | | - Add INSTALL_TARGET=install-strip Obtained from: gnome-dev * Modernize LIB_DEPENDSbapt2014-07-151-1/+1 | | | | With hat: portmgr * - Stage supportmiwi2014-03-091-3/+1 | | | | - Convert to uses * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | net-im) * - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1 | | | | Approved by: portmgr (bapt) * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 | * fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-enginekwm2013-04-021-2/+2 | | | | | | | | Fix up botched variable in mysql-workbench51 that prevents patching. Correct farsight2 master_site and add mirror. Submitted by: pointyhat via miwi Approved by: portmgr (miwi) * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-084-31/+30 | | | | | | | | | | | | | | | | | | | | 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 * - update png to 1.5.10dinoex2012-06-011-0/+1 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 | | | | | | | | | - 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 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1 | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> * - Mark BROKEN on <7.2pav2011-01-281-1/+7 | | | | | Reported by: pointyhat Feature safe: yes * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * Update to 0.0.22.marcus2010-11-275-15/+18 | * Update to 0.0.21.marcus2010-07-253-6/+5 | * Bump PORTREVISION and add USE_GETTEXT where missing.marcus2010-06-011-0/+2 | | | | PR: 147257 * Update to 0.0.19.marcus2010-05-224-22/+24 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * Fix the build with the new libnice.marcus2010-03-211-0/+11 | | | | Reported by: QAT * - update to jpeg-8dinoex2010-02-051-0/+1 | * Update to 0.0.17.marcus2010-01-102-4/+4 | * Update to 0.0.16.marcus2009-10-102-4/+4 | * This patch is no longer required.marcus2009-09-081-11/+0 | * Update to 0.0.15.marcus2009-09-082-4/+4 | * Fix the build on 6.X.marcus2009-08-102-5/+7 | | | | Reported by: pointyhat via erwin * Update to 0.0.18.marcus2009-08-096-54/+14 | * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr * Fix farsight2 update. Bump PORTVERSION to correct version noted in distfiles.kwm2009-08-021-2/+1 | * Update to 0.0.13.marcus2009-08-024-3/+48 | * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1 | | | | | | bumped or updated Requested by: edwin * Remove a file from the plist.marcus2009-06-032-1/+1 | | | | Reported by: QAT * Update to 0.0.12.marcus2009-06-032-4/+4 | * Update to 0.0.10.marcus2009-05-263-4/+5 | * Update to 0.0.9.marcus2009-04-074-16/+11 | * Update to 0.0.8.marcus2009-03-213-4/+7 |