notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/xvid/Makefile
SVNWeb

Number of commits found: 47

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  63f36d3  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 20 Mar 2022
[ 01:43 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:7b5633d04690ab0194dcbe7edcf39584f2ac2c10  commit hash:7b5633d04690ab0194dcbe7edcf39584f2ac2c10  commit hash:7b5633d04690ab0194dcbe7edcf39584f2ac2c10  7b5633d 
multimedia/xvid: fix build on powerpc with LLVM 13

../../src/image/ppc_asm/colorspace_altivec.c:434:1: error: address of register
variable requested
MAKE_COLORSPACE_ALTIVEC_FROM_RGB(bgra_to_yv12_altivec_c, 4, 8, 2,
RGB_TO_YV12_ALTIVEC, 2, 1, 0, 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/image/ppc_asm/colorspace_altivec.c:65:5: note: expanded from macro
'MAKE_COLORSPACE_ALTIVEC_FROM_RGB'
    shift_consts[0] = vec_add(vec_splat_u32(12), vec_splat_u32(12));    \
    ^~~~~~~~~~~~

Fix similar to 0efce95397d4b53be14448a803902191ab8c1df3.
Sun, 15 Aug 2021
[ 17:33 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:74dbfede7d28e75e9a83923e3260107851d88b37  commit hash:74dbfede7d28e75e9a83923e3260107851d88b37  commit hash:74dbfede7d28e75e9a83923e3260107851d88b37  74dbfed 
multimedia/xvid: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 30 Dec 2019
[ 20:52 riggs search for other commits by this committer ] Original commit   Revision:521566
Update to upstream version 1.3.7

Details:
- Fix potential vulnerabilities reported by code fuzzing (no CVE IDs)

MFH:		2019Q4 (hat: ports-secteam)
Tue, 18 Sep 2018
[ 16:04 emaste search for other commits by this committer ] Original commit   Revision:480032
multimedia/xvid: link with -znotext on i386

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864, 230208
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17195
Sun, 5 Aug 2018
[ 10:24 riggs search for other commits by this committer ] Original commit   Revision:476404
Set LLD_UNSAFE on i386 in preparation for switch to lld on FreeBSD 12

PR:		230208
Reported by:	emaste
Wed, 4 Jul 2018
[ 13:37 riggs search for other commits by this committer ] Original commit   Revision:473884
Update to upstream version 1.3.5

Details:
- No functional changes in the *BSD relevant section of the codec
- tarball is now available with bz2 compression
- ipfire.org does not host the latest upstream tarball anymore
Tue, 27 Feb 2018
[ 13:03 mat search for other commits by this committer ] Original commit   Revision:463123 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sat, 10 Oct 2015
[ 18:49 riggs search for other commits by this committer ] Original commit   Revision:399011
Update to upstream version 1.3.4 [1], take maintainership [2]

While on it:
- Handle CFLAGS with xvid's build system [2]
- Remove superfluous ln -sf in post-patch (now handled by
  xvid's build system) [2]
- Pet portlint [2]

PR:		203626
Submitted by:	w.litter@aon.at [1]
Reviewed by:	riggs [2]
Fri, 25 Sep 2015
[ 15:18 amdmi3 search for other commits by this committer ] Original commit   Revision:397835
- Add LICENSE
- Strip library
- Regenerate patches with `make makepatch`
Thu, 24 Sep 2015
[ 08:12 culot search for other commits by this committer ] Original commit   Revision:397683 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping
Mon, 7 Jul 2014
[ 15:31 olgeni search for other commits by this committer ] Original commit   Revision:361099 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Sat, 28 Dec 2013
[ 16:37 bapt search for other commits by this committer ] Original commit   Revision:337880
Support stage
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Sat, 11 May 2013
[ 11:14 bapt search for other commits by this committer ] Original commit   Revision:317863
Convert to new options framework
Tue, 15 May 2012
[ 21:17 pav search for other commits by this committer ] Original commit 
- MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Thu, 11 Aug 2011
[ 07:31 fluffy search for other commits by this committer ] Original commit 
- Update XviD to 1.3.2 bugfix release
Mon, 21 Mar 2011
[ 13:14 fluffy search for other commits by this committer ] Original commit 
- Update XviD to v1.3.0 [1]
- Explicitely disable yasm support, it's broken on 64bit

PR:             155519 [1]
Submitted by:   Oliver Herold <oh AT fixmbr DOT de>
Mon, 10 Aug 2009
[ 17:59 fluffy search for other commits by this committer ] Original commit 
Update my MAINTAINER's email to @FreeBSD.org

Approved by: tabthorpe (co-mentor)
Wed, 5 Aug 2009
[ 11:26 miwi search for other commits by this committer ] Original commit 
- Fix build after yasm update

Reported by:    pointyhat
Approved by:    maintainer via im
Tue, 16 Jun 2009
[ 02:13 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.2.2
- Pass maintainership to submitter

PR:             135611
Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
Tue, 24 Mar 2009
[ 16:28 mm search for other commits by this committer ] Original commit 
- Mark MAKE_JOBS_SAFE
Sat, 20 Dec 2008
[ 17:41 wxs search for other commits by this committer ] Original commit 
- Update to 1.2.1

PR:             ports/129776
Submitted by:   Chess Griffin <chess@chessgriffin.com>
Mon, 13 Oct 2008
[ 12:49 amdmi3 search for other commits by this committer ] Original commit 
- Fix port to actually use assembly on i386 and amd64, providing up to 4x coding
speedup
- Change pkg-plist to PLIST_FILES as there are only 4 files in there

PR:             128042
Submitted by:   Carlos Santos <unixmania at gmail dot com>
Sun, 7 Sep 2008
[ 00:36 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:    portmgr
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Fri, 29 Jun 2007
[ 13:11 lofi search for other commits by this committer ] Original commit 
Update to 1.1.3

SECURITY: http://secunia.com/advisories/25711/
Fri, 25 May 2007
[ 11:36 lofi search for other commits by this committer ] Original commit 
Don't insist on using gcc3.4 even on -CURRENT.
Mon, 27 Nov 2006
[ 11:21 lofi search for other commits by this committer ] Original commit 
Update to 1.1.2
Mon, 26 Jun 2006
[ 16:21 lofi search for other commits by this committer ] Original commit 
Convert optimization knob into option.

PR:             ports/99294
Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su>
Mon, 23 Jan 2006
[ 08:28 lofi search for other commits by this committer ] Original commit 
Update to 1.1.0
Tue, 5 Jul 2005
[ 22:26 lofi search for other commits by this committer ] Original commit 
Fix MASTER_SITES.

Reported by: Pav
Mon, 20 Dec 2004
[ 09:28 lofi search for other commits by this committer ] Original commit 
Update to 1.0.3.
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Mon, 30 Aug 2004
[ 12:18 lofi search for other commits by this committer ] Original commit 
Update to 1.0.2
Fri, 25 Jun 2004
[ 23:56 lofi search for other commits by this committer ] Original commit 
Make USE_GCC value overridable.

PR: 68348
Thu, 24 Jun 2004
[ 23:56 lofi search for other commits by this committer ] Original commit 
Add WITH_OPTIMIZED_CFLAGS knob which will allow xvid to choose
CFLAGS from its own (quite large) set of defaults for various compilers
and platforms.
Sun, 13 Jun 2004
[ 20:35 lofi search for other commits by this committer ] Original commit 
Adjust the so-symlink, forgotten in the initial commit.

Reported by: Radek Kozwlowski on IRC
Pointy hat to: me
Sat, 12 Jun 2004
[ 02:12 lofi search for other commits by this committer ] Original commit 
Force using gcc 3.3 on all branches to work around illegal instruction
crashes, presumably from bad code generated by gcc 2.95.
Fri, 11 Jun 2004
[ 21:48 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
Tue, 12 Aug 2003
[ 22:27 lofi search for other commits by this committer ] Original commit 
Update xvid to latest release and chase library dependencies in ports
that depend on it.

Approved by:    arved (Mentor)
Sat, 29 Mar 2003
[ 17:25 fjoe search for other commits by this committer ] Original commit 
- Update to 0.9.1
- Lots of reinplacements and patches removed.
- Install the static lib, too
- Byebye divx4.h
- Use ${LN} -sf instead of ${LN} -s in post-install

PR:             50410

Number of commits found: 47