aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xvid
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to upstream version 1.3.7Thomas Zander2019-12-302-4/+4
| | | | | | | | | | Details: - Fix potential vulnerabilities reported by code fuzzing (no CVE IDs) MFH: 2019Q4 (hat: ports-secteam) Notes: svn path=/head/; revision=521566
* multimedia/xvid: link with -znotext on i386Ed Maste2018-09-181-0/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=480032
* Set LLD_UNSAFE on i386 in preparation for switch to lld on FreeBSD 12Thomas Zander2018-08-051-0/+6
| | | | | | | | PR: 230208 Reported by: emaste Notes: svn path=/head/; revision=476404
* Update to upstream version 1.3.5Thomas Zander2018-07-042-6/+6
| | | | | | | | | | 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 Notes: svn path=/head/; revision=473884
* Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-271-1/+2
| | | | | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight Notes: svn path=/head/; revision=463123
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Update to upstream version 1.3.4 [1], take maintainership [2]Thomas Zander2015-10-104-19/+23
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=399011
* - Add LICENSEDmitry Marakasov2015-09-252-6/+11
| | | | | | | | - Strip library - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=397835
* - Reassign to the heap after fluffy@'s bit was taken in for safekeepingFrederic Culot2015-09-241-1/+1
| | | | Notes: svn path=/head/; revision=397683
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361099
* Support stageBaptiste Daroussin2013-12-281-3/+2
| | | | Notes: svn path=/head/; revision=337880
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Convert to new options frameworkBaptiste Daroussin2013-05-111-7/+3
| | | | Notes: svn path=/head/; revision=317863
* - MAKE_JOBS_UNSAFEPav Lucistnik2012-05-151-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=296699
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update XviD to 1.3.2 bugfix releaseDima Panov2011-08-112-3/+4
| | | | Notes: svn path=/head/; revision=279470
* - Remove forgotten old checksumDima Panov2011-03-211-2/+0
| | | | Notes: svn path=/head/; revision=271398
* - Update XviD to v1.3.0 [1]Dima Panov2011-03-212-3/+5
| | | | | | | | | | - Explicitely disable yasm support, it's broken on 64bit PR: 155519 [1] Submitted by: Oliver Herold <oh AT fixmbr DOT de> Notes: svn path=/head/; revision=271397
* Update my MAINTAINER's email to @FreeBSD.orgDima Panov2009-08-101-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=239277
* - Fix build after yasm updateMartin Wilke2009-08-051-1/+2
| | | | | | | | Reported by: pointyhat Approved by: maintainer via im Notes: svn path=/head/; revision=238970
* - Update to 1.2.2Dmitry Marakasov2009-06-162-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 135611 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru> Notes: svn path=/head/; revision=235976
* - Mark MAKE_JOBS_SAFEMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230872
* - Update to 1.2.1Wesley Shields2008-12-203-17/+5
| | | | | | | | PR: ports/129776 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=224508
* - Fix port to actually use assembly on i386 and amd64, providing up to 4x ↵Dmitry Marakasov2008-10-132-7/+14
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=221539
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Update to 1.1.3Michael Nottebrock2007-06-292-4/+4
| | | | | | | SECURITY: http://secunia.com/advisories/25711/ Notes: svn path=/head/; revision=194458
* Don't insist on using gcc3.4 even on -CURRENT.Michael Nottebrock2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191768
* Fix typo in sourcecode that prevented compilation on IA64.Michael Nottebrock2007-01-101-0/+11
| | | | Notes: svn path=/head/; revision=182024
* Remove stale patchMichael Nottebrock2006-11-271-11/+0
| | | | Notes: svn path=/head/; revision=178095
* Update to 1.1.2Michael Nottebrock2006-11-272-4/+4
| | | | Notes: svn path=/head/; revision=178094
* Convert optimization knob into option.Michael Nottebrock2006-06-261-1/+5
| | | | | | | | PR: ports/99294 Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> Notes: svn path=/head/; revision=166372
* Update to 1.1.0Michael Nottebrock2006-01-232-4/+4
| | | | Notes: svn path=/head/; revision=154220
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Fix MASTER_SITES.Michael Nottebrock2005-07-051-1/+1
| | | | | | | Reported by: Pav Notes: svn path=/head/; revision=138547
* Update to 1.0.3.Michael Nottebrock2004-12-202-3/+3
| | | | Notes: svn path=/head/; revision=124570
* Fix build on ia64.Michael Nottebrock2004-12-091-0/+11
| | | | Notes: svn path=/head/; revision=123557
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Update to 1.0.2Michael Nottebrock2004-08-302-4/+3
| | | | Notes: svn path=/head/; revision=117662
* Make USE_GCC value overridable.Michael Nottebrock2004-06-251-1/+1
| | | | | | | PR: 68348 Notes: svn path=/head/; revision=112280
* Add WITH_OPTIMIZED_CFLAGS knob which will allow xvid to chooseMichael Nottebrock2004-06-241-0/+4
| | | | | | | | CFLAGS from its own (quite large) set of defaults for various compilers and platforms. Notes: svn path=/head/; revision=112180
* Adjust the so-symlink, forgotten in the initial commit.Michael Nottebrock2004-06-131-2/+2
| | | | | | | | Reported by: Radek Kozwlowski on IRC Pointy hat to: me Notes: svn path=/head/; revision=111410
* Force using gcc 3.3 on all branches to work around illegal instructionMichael Nottebrock2004-06-121-0/+2
| | | | | | | crashes, presumably from bad code generated by gcc 2.95. Notes: svn path=/head/; revision=111321
* Update XviD to version 1.0.1, chase shared library bump through dependencies,Michael Nottebrock2004-06-113-4/+4
| | | | | | | | disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf. Notes: svn path=/head/; revision=111310
* SIZEify.Michael Nottebrock2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104350
* Update xvid to latest release and chase library dependencies in portsMichael Nottebrock2003-08-124-7/+17
| | | | | | | | | that depend on it. Approved by: arved (Mentor) Notes: svn path=/head/; revision=86866
* - Update to 0.9.1Max Khon2003-03-296-127/+9
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=77692