aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-01-11 16:40:44 +0800
committerdemon <demon@FreeBSD.org>2015-01-11 16:40:44 +0800
commit6206caafe8cf64275c052d56633ec93930e3ce5f (patch)
tree344299c93d9b89990fdb5756ed5fd45154758c4d /UPDATING
parentc38e3df2f7becaaa00ad43ad90d96b9e286750f6 (diff)
downloadfreebsd-ports-gnome-6206caafe8cf64275c052d56633ec93930e3ce5f.tar.gz
freebsd-ports-gnome-6206caafe8cf64275c052d56633ec93930e3ce5f.tar.zst
freebsd-ports-gnome-6206caafe8cf64275c052d56633ec93930e3ce5f.zip
Correct updating instructions.
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index e23a4dc53d8b..da2f6be1d260 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,10 +14,10 @@ you update your ports collection, before attempting any port upgrades.
DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade:
If using portupgrade:
- # portupgrade -o lang/python33 lang/python34
+ # portupgrade -o lang/python34 lang/python33
If using portmaster:
- # portmaster -o lang/python33 lang/python34
+ # portmaster -o lang/python34 lang/python33
20150109:
AFFECTS: users of audio/speex
eds not USES=terminfo Approved by: portmgr (mat, bapt) Differential Revision: D3747 * Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-302-0/+0 | | | | '__' instead. * Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-0/+45 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) * Upgrade to 9.20.Thierry Thomas2014-04-271-11/+0 | | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. * Do not require GCC anymore: mousewheel is now supported with clang!Thierry Thomas2014-03-131-0/+11 | | | | | | | Since I'm there, do some cleaning and follow the new rules. PR: ports/187462 Submitted by: Christophe Juniet <c.juniet (at) gmail.com> * Upgrading to 9.19.Thierry Thomas2013-10-311-5/+15 | | | | Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes. * Upgrade to 9.16.Thierry Thomas2012-12-311-8/+8 | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. * Upgrade to 9.15.Thierry Thomas2012-01-241-5/+5 | | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. * Remove an unnecessaty patch.Thierry Thomas2012-01-031-12/+0 | | | | Submitted by: Guido Falsi <mad (at) madpilot.net> * Fix build on 9.x.Thierry Thomas2011-12-241-1/+1 | | | | | | PR: ports/163561 Submitted by: Guido Falsi <mad (at) madpilot.net> Patch from: flo * Upgrade to 9.14.Thierry Thomas2011-12-231-47/+7 | | | | | | | Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>. Note: support for libafterimage is deprecated and will be removed in the next release. * Fix the shebang of "gentables" for machines without symlink for Perl.Thierry Thomas2011-10-093-1/+17 | | | | | | | Same thing for gencompose & genlinedraw, though this isn't required for a successful installation. Submitted by: Tommy Scheunemann <net (at) arrishq.net> * - Fix the bug reported with the latest version;Thierry Thomas2011-10-061-4/+14 | | | | | | | - bump PORTREVISION. PR: ports/161298 Submitted by: Guido Falsi <mad (at) madpilot.net> * - Upgrade to 9.12Thierry Thomas2011-10-045-37/+61 | | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes> - Since I'm there, define the license. PR: ports/161082 Submitted by: Maxim Samsonov <xors (at) mne.ru> * Properly fix the latest problem with byteorder.h by removing obsoleteThierry Thomas2011-01-083-65/+0 | | | | patches. * Fix a problem dur to a missing byteorder.h, revealed when AfterImageThierry Thomas2010-12-312-0/+47 | | | | | | | support is deactivated. PR: ports/153508 Submitted by: Raphael Kubo da Costa <kubito (at) gmail (dot) com> * - Upgrade to 9.10;Thierry Thomas2010-12-282-20/+9 | | | | | | - Remove some obsolete options. Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. * Add a script to start urxvtc and urxvtd if it isn't running already.Thierry Thomas2010-09-284-0/+64 | | | | | | | | This script is described in urxvtc(1). Debian also uses this and the Manpage is from Debian. PR: ports/150976 Submitted by: Simon Olofsson <simon (at) olofsson.de>