svn commit: r374701 - in branches/2014Q4/devel/cssc: . files
Rodrigo Osorio
rodrigo at FreeBSD.org
Sun Dec 14 13:12:16 UTC 2014
Author: rodrigo
Date: Sun Dec 14 13:12:14 2014
New Revision: 374701
URL: https://svnweb.freebsd.org/changeset/ports/374701
QAT: https://qat.redports.org/buildarchive/r374701/
Log:
MFH: r374333
Upgrade to 1.4.0 and fix core dumps with clang
- Fix Savannah bug #33633 (coredump in prs -d:GB:)
- Accept entirely empty comment lines (lacking the initial space).
- Fix Savannah bug bug #33153: "prs" includes "AUTO NULL DELTA"s.
- NEWS: Point out the change of tar file format used for the
distribution file. Also mention the recent updates to googletest
and gnulib.
- Fix crash when built with clang by forcing gcc
- Moves license to makes portlint happy
PR: ports/189975
Submitted by: rodrigo
Approved by: portmgr
Deleted:
branches/2014Q4/devel/cssc/files/
Modified:
branches/2014Q4/devel/cssc/Makefile
branches/2014Q4/devel/cssc/distinfo
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/devel/cssc/Makefile
==============================================================================
--- branches/2014Q4/devel/cssc/Makefile Sun Dec 14 12:25:38 2014 (r374700)
+++ branches/2014Q4/devel/cssc/Makefile Sun Dec 14 13:12:14 2014 (r374701)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cssc
-PORTVERSION= 1.3.0
+PORTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= CSSC-${PORTVERSION}
@@ -14,6 +14,7 @@ LICENSE= GPLv3
GNU_CONFIGURE= yes
INFO= cssc
+USE_GCC= any
OPTIONS_DEFINE= BINARY
OPTIONS_DEFAULT= BINARY
Modified: branches/2014Q4/devel/cssc/distinfo
==============================================================================
--- branches/2014Q4/devel/cssc/distinfo Sun Dec 14 12:25:38 2014 (r374700)
+++ branches/2014Q4/devel/cssc/distinfo Sun Dec 14 13:12:14 2014 (r374701)
@@ -1,2 +1,2 @@
-SHA256 (CSSC-1.3.0.tar.gz) = 95053aab534c111648ea5b096037673b541a0c2960574d8addf70201a5337c2e
-SIZE (CSSC-1.3.0.tar.gz) = 1608481
+SHA256 (CSSC-1.4.0.tar.gz) = 30146f96c26c2a4c6b742bc8a498993ec6ea9f289becaaf566866488600b2994
+SIZE (CSSC-1.4.0.tar.gz) = 2012122
More information about the svn-ports-branches
mailing list