summaryrefslogtreecommitdiff
path: root/UPDATING
AgeCommit message (Collapse)Author
2013-09-20SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery
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
2013-09-19- fix another typo in the same lineRuslan Makhmatkhanov
Reported by: Terry Kennedy <TERRY@tmk.com> (by email)
2013-09-19- fix typoRuslan Makhmatkhanov
2013-09-04Fix name of port.Guido Falsi
Reported by: pgj
2013-09-04Fix wording in UPDATING message.Guido Falsi
2013-09-04- Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi
after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
2013-08-31- Document the change of graphics/gdalSunpoet Po-Chuan Hsieh
2013-08-30- update to 1.0.Alpha15.0Dirk Meyer
2013-08-26- Bump PORTREVISION of lang/python since the package changedLi-Wen Hsu
- Refine UPDATING instruction Approved by: mva
2013-08-17- Move the symlink magic for the default python version into lang/pythonMarcus von Appen
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports.
2013-08-16- Change dependency science/netcdf to science/netcdf4.Stephen Montgomery-Smith
- Fix some portlint errors.
2013-08-13- Update the 20121010 entry to the current gecko world order [1]Florian Smeets
- While here remove an EOL white space the caught my eye Submitted by: Jan Beich <jbeich@tormail.org> [1]
2013-08-05. switch default file destination from ${PYTHON_SITELIBDIR}/eric4Boris Samorodov
to ${DATADIR} since the port provides not a python module and/or library but an application; . bump PORTREVISION to all eric4 ports (including i18n ones). Pointed out by: dbn (at freebsd-python@)
2013-08-03Tweak the pkg_delete lines for the glib update, aparently pkg_delete needsKoop Mast
the full package name including version. Submitted by: freebsd forums via wblock@
2013-07-31Switch around -f with -r for portmaster. I got confused while looking atKoop Mast
portupgrade options.
2013-07-31Fix some typos, make the upgrade instructions more clear.Koop Mast
Submitted by: wblock@
2013-07-31The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast
This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
2013-07-31Fix couple of typos, inconsistent formatting, and use official X.Org spelling.Alexey Dokuchaev
2013-07-31Spell Qt correctly; for Qt and KDE entries, put a space before versionAlexey Dokuchaev
number. Remove trailing blanks at EOL while here.
2013-07-30Spelling fixes.Rene Ladan
Submitted by: jgh
2013-07-30Add a note about QT3 and KDE3 being removed.Rene Ladan
2013-07-25Update to 1.6.5Benjamin Kaduk
This is a security release by upstream, and requires configuration changes in addition to the software update. See UPDATING. Reviewed by: ports-security (zi, remko) Approved by: hrs (mentor, ports committer)
2013-07-23Revert commit 323487 since renaming spfquery.pl to spfquery causes aSteven Kreuzer
conflict with mail/libspf2
2013-07-23Update to 2.9.0Steven Kreuzer
2013-07-22- fix yet another typo in bacula entryRuslan Makhmatkhanov
2013-07-20Document japanese/mozc-el should be removed before upgradingHiroki Sato
japanese/mozc-server.
2013-07-19- add dependency on archivers/lzo2 to enable lzo compressionRuslan Makhmatkhanov
(just replace compression=GZIP with compression=LZO in Options) [1] - replace rmdir with ${RMDIR} added in previous commit (portlint warning) - correct bacula UPDATING entry [2] PR: 178691 Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1] Reported by: kwm [2] Approved by: Dan Langille <dan.langille@gmail.com> (maintainer, by mail)
2013-07-19Correct bacula-bat portnameRuslan Makhmatkhanov
2013-07-19- move bacula configuration to ${ETCDIR}/baculaRuslan Makhmatkhanov
- bump PORTREVISION - add UPDATING entry - add an option to enable python support (both client and server need to be rebuilt with this) Dan's submission is based on: PR: 170882 Submitted by: Michael Carlson <mike@bayphoto.com> PR: 171818 Submitted by: Florian Ermisch <floh.edo@googlemail.com> PR: 177331 Submitted by: Dan Langille <dan@langille.org> (maintainer)
2013-07-18- Only disable automatic cron job installation when installing from theGreg Larkin
port, not the package.
2013-07-18- Added an option to control installation of the crontab file. TheGreg Larkin
option defaults to yes during interactive installation, and the crontab file is not installed during non-interactive installation. Requested by: espen@tagestad.no (via email)
2013-07-18www/zend-framework: update to 2.2.1William Grzybowski
- Update to 2.2.1 - Copy old version to www/zend-framework1 - Chase mail/squirrelmail-postfixadmin-plugin dependency - Take maintainership If you wish to stay with the older version run: # portmaster -o www/zend-framework1 www/zend-framework or # portupgrade -fo www/zend-framework1 www/zend-framework or # pkg set -o www/zend-framework:www/zend-framework1 PR: ports/179689 Submitted by: wg (myself) Approved by: maintainer
2013-07-15Fix up pkg_delete (old-style) instructions for net/avahi-gtkMatthias Andree
by adding a trailing backslash-asterisk "\*".
2013-07-14Update to 0.6.31.Koop Mast
Trim headers, update to new USES, remove obsolete Qt3 bindings. Add new gtk3 avahi library. Misc cleanups. Obtained from: GNOME devel repo
2013-07-11Have dns/py-ldns only install the Python bits.Mathieu Arnold
PR: ports/179812 Submitted by: mat Approved by: maintainer
2013-07-10o Grammar.Maxim Konovalov
Approved by: bdrewery
2013-07-07- Update to 5.0.1Guido Falsi
- Preserve configuration files for future updates - Add post-install script and UPDATING entry to help upgrading from previous version
2013-07-06- update devel/apr1Olli Hauer
apr-1.4.6 -> apr-1.4.8 apr-util-1.4.1 -> apr-util-1.5.2 - add support for NSS crypto driver (apr-util) Changes URL's: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup Thanks to tijl@ for sending patches to the apache@ list. http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html with hat apache@
2013-07-05Add some notes about rebuilding kdelibs4-dependent ports if using clang.Raphael Kubo da Costa
As mentioned in r322300, clang support has been improved since the update to 4.10.4 a few days ago. This, however, requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by the KDE update itself, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. I haven't fully tested all the possible portmaster/portupgrade/pkg commands myself, so please shout out loud if they're not correct. In collaboration with: avilla@
2013-07-03Updated trustedqsl and removed tqsllib port which is no longer neededDiane Bruce
Some cleanups and fixes needed. Original comment from shurd@sasktel.net I noticed that the new version allows uploading directly from the tqsl app, so I've updated the port. The tqsllib is no longer a separate package from upstream, so I added the CONFLICTS_INSTALL for it. A note will be needed in ports/UPDATING regarding this. Submitted by: Stephen Hurd <shurd@sasktel.net>
2013-06-27Add note on portmaster+pkgng changesBryan Drewery
2013-06-27Upgraded port to the latest 3.6.16 revision.Timur I. Bakeyev
2013-06-23- Update net-im/mikutter to 0.2.2.1264 [1]TAKATSU Tomonari
* Convert NOPORTDOCS to PORT_OPTIONS:MDOCS [1] * Remove LICENSE_FILE for standard license * Remove INSTALL_DEPENDS * Make use of rubygem ports instead of ruby- prefix ports * Update the restriction of Ruby version * Cleanup post-patch target - Remove net-im/mikutter003 [2] * Consider using net-im/mikutter * Add an entry to UPDATING PR: ports/179320 (based on) [1] PR: ports/179504 (based on) [2] Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1][2]
2013-06-22Belatedly add an entry in UPDATING for www/magento.Raphael Kubo da Costa
PR: ports/179267 Submitted by: Melvyn Sopacua <melvyn@magemana.nl> (maintainer)
2013-06-20 Fix spellingLev A. Serebryakov
Submitted by: N.J. Mann njm at njm dot me dot uk
2013-06-20 Expand UPDATES entry for devel/subversion with message aboutLev A. Serebryakov
new options.
2013-06-19- allow java/subversion-jave to stay on subversion17Olli Hauer
- update UPDATING with a hint how to keep subversion17
2013-06-19- restore subversion-1.7.x as subversion17Olli Hauer
I will take the port OK per PM by Lev@
2013-06-14Let config-conditional take options configured in make.conf into account.Tijl Coosemans
The option dialog will not appear if all options have been configured before, either using the dialog or in make.conf. This means you can set options once for all ports in make.conf and not have dialogs pop up if those are the only options. Also let config-conditional run make config instead of do-config. Make config handles NO_DIALOG and pre-config. Discussed with: danfe Approved by: portmgr (bapt)
2013-06-12Improve the English in the recent Perl UPDATING entryRaphael Kubo da Costa