non port: comms/libfec/Makefile |
SVNWeb
|
Number of commits found: 27 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Feb 2022
|
[ 18:36 Stefan Eßer (se) ] bdd2d4a (Only the first 10 of 69 ports in this commit are shown above. )
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 29 May 2020
|
[ 00:11 emaste ]
comms/libfec: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 6 Feb 2019
|
[ 23:49 db ] (Only the first 10 of 13 ports in this commit are shown above. )
Altivec support probably wasn't maintained for years. Fix it to compile
on powerpc64.
Tested also on amd64.
Hardware sponsored by IntegriCloud.
PR: ports/235560
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 13 May 2017
|
[ 03:35 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Tue, 14 Feb 2017
|
[ 10:57 tijl ]
Use -fPIC for all architectures because the makefile tries to create a
shared library libfec.so from object files compiled without -fPIC.
|
Thu, 9 Feb 2017
|
[ 18:53 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
|
Mon, 25 Apr 2016
|
[ 19:45 db ]
Add back libfec
Remove support for obsolete FreeBSD versions
Reassign maintainer to hamradio@
Cleanups to make sure it compiles cleanly on clang and gcc
Cleanup to (hopefully) allow building on non x86 architectures (untested)
|
Sun, 13 Mar 2016
|
[ 18:45 antoine ] (Only the first 10 of 15 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Wed, 1 Jul 2015
|
[ 17:27 amdmi3 ]
- Mark BROKEN: produces unusable library
When attempling to link with libfec:
/usr/local/lib/libfec.so: undefined reference to `find_cpu_mode'
/usr/local/lib/libfec.so: undefined reference to `log'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
PR: 200182
Submitted by: amdmi3
Approved by: maintainer timeout (olgeni, 7 weeks)
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 8 May 2015
|
[ 14:04 amdmi3 ] (Only the first 10 of 19 ports in this commit are shown above. )
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Mon, 11 Nov 2013
|
[ 15:31 olgeni ]
- Switch to USES=gmake.
- Add staging support.
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Mon, 18 Feb 2013
|
[ 12:34 olgeni ] (Only the first 10 of 29 ports in this commit are shown above. )
Convert Makefile headers to the new format.
|
Mon, 19 Dec 2011
|
[ 15:55 olgeni ]
Add support for amd64.
PR: ports/163305
Submitted by: Howard Goldstein <hg@queue.to>
|
Wed, 4 Aug 2010
|
[ 14:11 olgeni ]
Silence post-patch command.
|
Sun, 19 Oct 2008
|
[ 13:33 olgeni ]
Upgrade to version 3.0.1 and take over maintainership.
PR: ports/128152
Approved by: db
|
Thu, 5 Jul 2007
|
[ 16:17 db ]
Fix build under -CURRENT by making it build with gcc 4.2. [1] The
introduced patch fixes a bad macro in the source code.
Notified by: Pav (via pointyhat) [1]
Approved: ehaupt (mentor)
|
Mon, 23 Apr 2007
|
[ 21:29 db ]
- Remove support for EOL FreeBSD releases. [1]
- Replace pkg-plist with PLIST_FILES. [1]
- Add backup distribution site.
PR: ports/111943 [1]
Approved by: ehaupt (mentor)
|
Fri, 19 Jan 2007
|
[ 18:14 db ] (Only the first 10 of 24 ports in this commit are shown above. )
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor)
|
Sun, 10 Dec 2006
|
[ 22:07 miwi ]
- Update to 3.0
PR: ports/106542
Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by: maintainer
|
Sat, 8 Jul 2006
|
[ 21:30 itetcu ]
This library package provides several forward error correction (FEC) decoders
and accelerated primitives useful in digital signal processing (DSP).
Except for the Reed-Solomon codecs, these functions take full advantage of
the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors
and the Altivec/VMX/Velocity Engine SIMD instruction set on the
G4 and G5 PowerPC.
The library includes Viterbi decoders for the following convolutional codes:
rate 1/2 k=7
rate 1/2 k=9
rate 1/6 k=15 ("Cassini")
plus two Reed-Solomon encoder-decoders:
one optimized for the (255,223) CCSDS standard code
a general purpose encoder/decoder for arbitrary RS codes
and three low-level 16-bit DSP support routines:
signed dot product (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 27 |