summaryrefslogtreecommitdiff
path: root/UPDATING (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add entry about the new DEFAULT_VERSIONS frameworkBrad Davis2013-09-201-0/+16
| | | | | | | | Reviewed by: Ken Reed <kreed002@gmail.com> Approved by: bapt@ Notes: svn path=/head/; revision=327707
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=327697
* - fix another typo in the same lineRuslan Makhmatkhanov2013-09-191-1/+1
| | | | | | | Reported by: Terry Kennedy <TERRY@tmk.com> (by email) Notes: svn path=/head/; revision=327605
* - fix typoRuslan Makhmatkhanov2013-09-191-1/+1
| | | | Notes: svn path=/head/; revision=327598
* Fix name of port.Guido Falsi2013-09-041-1/+1
| | | | | | | Reported by: pgj Notes: svn path=/head/; revision=326309
* Fix wording in UPDATING message.Guido Falsi2013-09-041-5/+5
| | | | Notes: svn path=/head/; revision=326308
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+29
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* - Document the change of graphics/gdalSunpoet Po-Chuan Hsieh2013-08-311-0/+6
| | | | Notes: svn path=/head/; revision=325786
* - update to 1.0.Alpha15.0Dirk Meyer2013-08-301-0/+8
| | | | Notes: svn path=/head/; revision=325715
* - Bump PORTREVISION of lang/python since the package changedLi-Wen Hsu2013-08-261-1/+1
| | | | | | | | | - Refine UPDATING instruction Approved by: mva Notes: svn path=/head/; revision=325399
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-171-0/+17
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=324864
* - Change dependency science/netcdf to science/netcdf4.Stephen Montgomery-Smith2013-08-161-0/+9
| | | | | | | - Fix some portlint errors. Notes: svn path=/head/; revision=324824
* - Update the 20121010 entry to the current gecko world order [1]Florian Smeets2013-08-131-4/+3
| | | | | | | | | - While here remove an EOL white space the caught my eye Submitted by: Jan Beich <jbeich@tormail.org> [1] Notes: svn path=/head/; revision=324676
* . switch default file destination from ${PYTHON_SITELIBDIR}/eric4Boris Samorodov2013-08-051-0/+7
| | | | | | | | | | | 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@) Notes: svn path=/head/; revision=324295
* Tweak the pkg_delete lines for the glib update, aparently pkg_delete needsKoop Mast2013-08-031-2/+2
| | | | | | | | | the full package name including version. Submitted by: freebsd forums via wblock@ Notes: svn path=/head/; revision=324192
* Switch around -f with -r for portmaster. I got confused while looking atKoop Mast2013-07-311-1/+1
| | | | | | | portupgrade options. Notes: svn path=/head/; revision=324059
* Fix some typos, make the upgrade instructions more clear.Koop Mast2013-07-311-12/+10
| | | | | | | Submitted by: wblock@ Notes: svn path=/head/; revision=324058
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-311-0/+26
| | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=324037
* Fix couple of typos, inconsistent formatting, and use official X.Org spelling.Alexey Dokuchaev2013-07-311-19/+20
| | | | Notes: svn path=/head/; revision=324000
* Spell Qt correctly; for Qt and KDE entries, put a space before versionAlexey Dokuchaev2013-07-311-31/+31
| | | | | | | number. Remove trailing blanks at EOL while here. Notes: svn path=/head/; revision=323999
* Spelling fixes.Rene Ladan2013-07-301-2/+2
| | | | | | | Submitted by: jgh Notes: svn path=/head/; revision=323980
* Add a note about QT3 and KDE3 being removed.Rene Ladan2013-07-301-0/+13
| | | | Notes: svn path=/head/; revision=323978
* Update to 1.6.5Benjamin Kaduk2013-07-251-0/+11
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=323659
* Revert commit 323487 since renaming spfquery.pl to spfquery causes aSteven Kreuzer2013-07-231-7/+0
| | | | | | | conflict with mail/libspf2 Notes: svn path=/head/; revision=323544
* Update to 2.9.0Steven Kreuzer2013-07-231-0/+7
| | | | Notes: svn path=/head/; revision=323536
* - fix yet another typo in bacula entryRuslan Makhmatkhanov2013-07-221-1/+1
| | | | Notes: svn path=/head/; revision=323487
* Document japanese/mozc-el should be removed before upgradingHiroki Sato2013-07-201-0/+10
| | | | | | | japanese/mozc-server. Notes: svn path=/head/; revision=323344
* - add dependency on archivers/lzo2 to enable lzo compressionRuslan Makhmatkhanov2013-07-191-1/+1
| | | | | | | | | | | | | | (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) Notes: svn path=/head/; revision=323281
* Correct bacula-bat portnameRuslan Makhmatkhanov2013-07-191-1/+1
| | | | Notes: svn path=/head/; revision=323276
* - move bacula configuration to ${ETCDIR}/baculaRuslan Makhmatkhanov2013-07-191-0/+8
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=323275
* - Only disable automatic cron job installation when installing from theGreg Larkin2013-07-181-4/+4
| | | | | | | port, not the package. Notes: svn path=/head/; revision=323257
* - Added an option to control installation of the crontab file. TheGreg Larkin2013-07-181-0/+13
| | | | | | | | | | 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) Notes: svn path=/head/; revision=323256
* www/zend-framework: update to 2.2.1William Grzybowski2013-07-181-0/+13
| | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=323238
* Fix up pkg_delete (old-style) instructions for net/avahi-gtkMatthias Andree2013-07-151-1/+1
| | | | | | | by adding a trailing backslash-asterisk "\*". Notes: svn path=/head/; revision=323018
* Update to 0.6.31.Koop Mast2013-07-141-0/+16
| | | | | | | | | | Trim headers, update to new USES, remove obsolete Qt3 bindings. Add new gtk3 avahi library. Misc cleanups. Obtained from: GNOME devel repo Notes: svn path=/head/; revision=323006
* Have dns/py-ldns only install the Python bits.Mathieu Arnold2013-07-111-0/+15
| | | | | | | | | PR: ports/179812 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=322766
* o Grammar.Maxim Konovalov2013-07-101-11/+11
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=322732
* - Update to 5.0.1Guido Falsi2013-07-071-0/+25
| | | | | | | | | - Preserve configuration files for future updates - Add post-install script and UPDATING entry to help upgrading from previous version Notes: svn path=/head/; revision=322446
* - update devel/apr1Olli Hauer2013-07-061-0/+15
| | | | | | | | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=322367
* Add some notes about rebuilding kdelibs4-dependent ports if using clang.Raphael Kubo da Costa2013-07-051-0/+29
| | | | | | | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=322343
* Updated trustedqsl and removed tqsllib port which is no longer neededDiane Bruce2013-07-031-0/+8
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=322238
* Add note on portmaster+pkgng changesBryan Drewery2013-06-271-0/+24
| | | | Notes: svn path=/head/; revision=321901
* Upgraded port to the latest 3.6.16 revision.Timur I. Bakeyev2013-06-271-0/+29
| | | | Notes: svn path=/head/; revision=321875
* - Update net-im/mikutter to 0.2.2.1264 [1]TAKATSU Tomonari2013-06-231-0/+13
| | | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=321632
* Belatedly add an entry in UPDATING for www/magento.Raphael Kubo da Costa2013-06-221-0/+24
| | | | | | | | PR: ports/179267 Submitted by: Melvyn Sopacua <melvyn@magemana.nl> (maintainer) Notes: svn path=/head/; revision=321593
* Fix spellingLev A. Serebryakov2013-06-201-1/+1
| | | | | | | Submitted by: N.J. Mann njm at njm dot me dot uk Notes: svn path=/head/; revision=321365
* Expand UPDATES entry for devel/subversion with message aboutLev A. Serebryakov2013-06-201-0/+7
| | | | | | | new options. Notes: svn path=/head/; revision=321358
* - allow java/subversion-jave to stay on subversion17Olli Hauer2013-06-191-1/+3
| | | | | | | - update UPDATING with a hint how to keep subversion17 Notes: svn path=/head/; revision=321336
* - restore subversion-1.7.x as subversion17Olli Hauer2013-06-191-0/+15
| | | | | | | | | I will take the port OK per PM by Lev@ Notes: svn path=/head/; revision=321328
* Let config-conditional take options configured in make.conf into account.Tijl Coosemans2013-06-141-0/+13
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=320908