From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 08:26:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78787222; Wed, 29 Jan 2014 08:26:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A91A1E59; Wed, 29 Jan 2014 08:26:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0T8Qm0o037939; Wed, 29 Jan 2014 08:26:48 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0T8Qmso037938; Wed, 29 Jan 2014 08:26:48 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401290826.s0T8Qmso037938@svn.freebsd.org> From: Martin Wilke Date: Wed, 29 Jan 2014 08:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341696 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 08:26:48 -0000 Author: miwi Date: Wed Jan 29 08:26:47 2014 New Revision: 341696 URL: http://svnweb.freebsd.org/changeset/ports/341696 QAT: https://qat.redports.org/buildarchive/r341696/ Log: - Whitespace cleanup Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Jan 29 08:22:56 2014 (r341695) +++ head/CHANGES Wed Jan 29 08:26:47 2014 (r341696) @@ -14,7 +14,7 @@ All ports committers are allowed to comm AUTHOR: mat@FreeBSD.org Add two new options helpers: - + ${OPT}_${TYPE}_DEPENDS_OFF= will automatically add: ${TYPE_DEPENDS}+= in case OPT is 'off' @@ -111,13 +111,13 @@ AUTHOR: mva@FreeBSD.org USES= twisted USES= twisted:conch,names USES= twisted:run - + 20131119: AUTHOR: kwm@FreeBSD.org - The USE_GNOME component ltverhack no longer has a hard dependancy on + The USE_GNOME component ltverhack no longer has a hard dependancy on libtool. - + If USE_AUTOTOOLS=libtool isn't defined it will try to patch ltmain.sh and or libtool in ${WRKSRC}. If those files are located somewhere else in ${WRKSRC} then it is possible to overwrite ltverhack_PATCH_FILES @@ -251,7 +251,7 @@ AUTHOR: bdrewery@FreeBSD.org 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_PORTS 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 @@ -359,9 +359,9 @@ AUTHOR: rene@FreeBSD.org - USE_KDEBASE_VER - USE_KDELIBS_VER - USE_QT_VER - + Mk/bsd.kde.mk has been removed, it was only used for QT 3/KDE 3. - + 20130628: AUTHOR: bapt@FreeBSD.org @@ -467,14 +467,14 @@ AUTHOR: kwm@FreeBSD.org * Two new USES macros to handle mime data of ports. USES= desktop-file-utils - Handles MimeType in .desktop files that are installed in + Handles MimeType in .desktop files that are installed in share/applications. USES= shared-mime-info - For supporting mime xml files installed in + For supporting mime xml files installed in share/mime/packages. The desktop-file-utils USES is only needed if the .desktop files - installed by the port has a MimeType field. + installed by the port has a MimeType field. USE_GNOME=desktopfileutils is deprecated. The shared-mime-info USES handles mime types xml files. @@ -483,7 +483,7 @@ AUTHOR: kwm@FreeBSD.org directories and generated files. Both USES have there own post-install and code that adds @exec/@unexec - lines to the pkg-plist. This means that when a port switches to the + lines to the pkg-plist. This means that when a port switches to the USES macro, the related post-install command and @exec/@unexec lines can be removed from the prot.