Port details |
- cssc Workalike for the source code control system SCCS
- 1.4.1 devel
=1 1.4.1Version of this port present on the latest quarterly branch. - Maintainer: gspurki@gmail.com
 - Port Added: unknown
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: flwm, mscompress, pdflib, python-doc-html
- License: GPLv3
- Description:
- CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite
of tools which is provided with most commercial versions of Unix. The purpose
behind CSSC is to provide a work-alike for SCCS which can be used on the
various Free versions of Unix.
SCCS was the only major form of source code control on Unix platforms for many
years, until RCS came along. SCCS was an effective method for small projects,
but these days it is less popular, particularly for projects involving large
numbers of files. A certain amount of old software is still in SCCS form, and
CSSC is designed to retrieve that software. Once retrieved, it is recommended
to bring the source under the control of a more modern source code control
system, such as git or Apache Subversion.
However, SCCS (and CSSC) is still perfectly adequate for small projects. For
example, if you are familiar with SCCS, it is not unreasonable to control the
files in /etc and /usr/local/etc on your private FreeBSD machine with CSSC.
WWW: http://www.gnu.org/software/cssc/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cssc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cssc
- pkg install cssc
- PKGNAME: cssc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599663665
SHA256 (CSSC-1.4.1.tar.gz) = d1bed0c80246ee4cd49d0aa45307c075d0876fe531057bb1c8b28f5330d651ef
SIZE (CSSC-1.4.1.tar.gz) = 2269725
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for cssc-1.4.1:
BINARY=on: Support binary SCCS files (Solaris interoperability)
===> Use 'make config' to modify these settings
- Options name:
- devel_cssc
- USES:
- compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.4.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2020 11:57:15
1.4.1
|
fernape  |
devel/cssc: Update to 1.4.1
ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=9429
Submitter claims maintainership.
PR: 249213
Submitted by: gspurki@gmail.com
Approved by: oliver@fromme.com (maintainer) |
26 Jul 2019 20:46:57
1.4.0_8
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 Dec 2018 01:52:09
1.4.0_7
|
linimon  |
This port needs USES=compiler:c11 to build on GCC-based architectures.
This obviates USE_GCC.
PR: 234214
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
12 Dec 2018 01:35:36
1.4.0_7
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10 Nov 2018 18:12:58
1.4.0_6
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
29 Jul 2018 22:18:46
1.4.0_5
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 Jul 2018 04:00:29
1.4.0_4
|
linimon  |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
10 Mar 2018 17:46:06
1.4.0_4
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
1.4.0_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
29 Apr 2017 06:32:03
1.4.0_2
|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2017 15:23:32
1.4.0_2
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
01 Jan 2017 03:45:13
1.4.0_1
|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
20 Nov 2016 09:38:09
1.4.0_1
|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
21 Apr 2016 16:43:15
1.4.0
|
swills  |
many ports: mark broken on powerpc64 |
25 Jun 2015 11:19:55
1.4.0
|
amdmi3  |
- Mark BROKEN on FreeBSD 9.x:
../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
../gl/lib/unistd.h:620: error: expected constructor, destructor, or type
conversion before 'extern'
/usr/include/c++/4.2/bits/gthr-default.h:46: error: expected constructor,
destructor, or type conversion before 'typedef'
/usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_create'
declared as an 'inline' variable
/usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_t' was not
declared in this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: 'key' was not declared in
this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: 'dtor' was not declared in
this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: expected primary-expression
before 'void'
/usr/include/c++/4.2/bits/gthr-default.h:584: error: initializer expression list
treated as compound expression
...
Approved by: portmgr blanket
Reported by: pkg-fallout |
08 Dec 2014 21:46:41
1.4.0
|
rodrigo  |
Fix crash when built with clang by forcing gcc
Moves license to makes portlint happy
Bump portrevision
PR: ports/189975
Submitted by: rodrigo
MFH: 2014Q4 |
27 Oct 2014 10:10:59
1.3.0
|
bapt  |
Cleanup plist |
06 Nov 2013 09:12:49
1.3.0
|
marino  |
devel/cssc: Unbreak on DragonFly caused by r332099 and r332192 |
31 Oct 2013 01:24:38
1.3.0
|
jhale  |
- Remove patch that was added in r332091 before maintainer patch was added
in r332099 that fixes the same issue in the same file
Discussed with: marino |
30 Oct 2013 12:46:44
1.3.0
|
jhale  |
- Fix build on 10.x and HEAD
PR: ports/183442
Submitted by: Oliver Fromme <oliver@fromme.com> (maintainer) |
30 Oct 2013 10:03:55
1.3.0
|
marino  |
devel/cssc: add <unistd.h>
Approved by: portmgr (bapt, implicit) |
10 Oct 2013 05:49:32
1.3.0
|
jhale  |
- Update to 1.3.0
- Update MAINTAINER email address
- Support staging
- Add LICENSE (GPLv3)
- Add option for Solaris interoperability
- Remove indefinite article from COMMENT
- Update pkg-descr
PR: ports/182830
Submitted by: Oliver Fromme <oliver@fromme.com> (maintainer) |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
03 Jul 2011 14:59:23
0.15a.0_1
|
ohauer  |
-remove MD5 |
22 Aug 2009 00:18:43
0.15a.0_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
22 Jan 2006 08:30:12
0.15a.0_1
|
edwin  |
SHA256ify
Approved by: krion@ |
06 Oct 2004 04:53:33
0.15a.0_1
|
danfe  |
Unbreak on 5.X and -CURRENT.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit) |
18 Sep 2004 08:06:53
0.15a.0_1
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
31 Mar 2004 03:12:58
0.15a.0_1
|
trevor  |
SIZEify (maintainer timeout) |
16 Aug 2003 09:20:46
0.15a.0_1
|
kris  |
Bump PORTREVISION for previous |
16 Aug 2003 09:12:50
0.15a.0
|
kris  |
Utilize INFO |
09 Jun 2003 02:48:15
0.15a.0
|
obrien  |
Upgrade to CSSC-0.15alpha.pl0.
Reviewed by: maintainer |
07 Jun 2003 18:06:01
0.15a.0
|
obrien  |
Upgrade to CSSC-0.15alpha.pl0.
Reviewed by: maintainer |
21 Feb 2003 11:23:04
0.13a.1
|
knu  |
De-pkg-comment. |
29 Dec 2001 16:57:03 
|
lioux  |
Update to 0.13a.1 |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |