aboutsummaryrefslogtreecommitdiff
path: root/audio/libogg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add a backup master site to all Xiph.org portsChristian Weisgerber2021-06-101-1/+1
| | | | | | | | | The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg
* audio/libogg: Bugfix update to 1.3.5Christian Weisgerber2021-06-091-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.3.4. Minor changes only.Christian Weisgerber2019-09-011-1/+2
| | | | Notes: svn path=/head/; revision=510715
* 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
* Update to 1.3.3: Fix an issue with corrupt continued packet handling.Christian Weisgerber2017-11-121-2/+4
| | | | Notes: svn path=/head/; revision=454080
* Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilityTijl Coosemans2016-12-081-4/+1
| | | | | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428129
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Use the new test framework in my ports, if applicable.Christian Weisgerber2015-10-131-3/+1
| | | | | | | While here, also strip more libraries. Notes: svn path=/head/; revision=399214
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update to 1.3.2: Fix a bug in oggpack_writecopy().Christian Weisgerber2014-05-281-2/+1
| | | | Notes: svn path=/head/; revision=355651
* Bump PORTREVISION after USES=libtool switch.Christian Weisgerber2014-05-211-0/+1
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=354741
* Switch to USES=libtool:oldver.Christian Weisgerber2014-05-201-2/+1
| | | | Notes: svn path=/head/; revision=354680
* Use MAKE_CMD to run regression tests.Christian Weisgerber2013-12-171-1/+1
| | | | Notes: svn path=/head/; revision=336736
* Make good use of stage for optionally packaging docs.Christian Weisgerber2013-09-241-8/+0
| | | | Notes: svn path=/head/; revision=328156
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* For all my portsChristian Weisgerber2013-08-011-1/+0
| | | | | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=324122
* * Update to 1.3.1: Guard against very large packets.Christian Weisgerber2013-05-221-3/+5
| | | | | | | * Improve description. Notes: svn path=/head/; revision=318776
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Convert to OptionsNG and trim Makefile headers.Christian Weisgerber2012-12-181-8/+6
| | | | Notes: svn path=/head/; revision=309200
* Update to 1.3.0, which adds the ogg_stream_flush_fill() call.Christian Weisgerber2012-07-191-1/+1
| | | | Notes: svn path=/head/; revision=301187
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Apply FreeBSD 10 workaround for some high profile ports toErwin Lansing2011-10-271-0/+1
| | | | | | | | | | unbreak a lot of dependent ports. Submitted by: beat Tested on: pointyhat i386-9-exp and i386-10 Notes: svn path=/head/; revision=284430
* Update to 1.2.2: documentation fix.Christian Weisgerber2011-01-151-1/+1
| | | | | | | | PR: 153843 Feature safe: yes Notes: svn path=/head/; revision=267864
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.2.1: robustness fixes and documentation updates.Christian Weisgerber2010-11-251-1/+1
| | | | Notes: svn path=/head/; revision=265142
* Update to 1.2.0. Improvements in this release:Christian Weisgerber2010-06-061-1/+1
| | | | | | | | | | * Alter default flushing behavior to span less often and use larger page sizes when packet sizes are large. * Build fixes for additional compilers * Documentation updates Notes: svn path=/head/; revision=255952
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 1.1.4. From the change log:Christian Weisgerber2009-07-061-1/+4
| | | | | | | | | | | * New async error reporting mechanism. Calls made after a fatal error are now safely handled in the event an error code is ignored * Added allocation checks useful to some embedded applications * fix possible read past end of buffer when reading 0 bits * Updates to API documentation Notes: svn path=/head/; revision=237280
* allow parallel buildingChristian Weisgerber2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230855
* - 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
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Maintenance update to libogg 1.1.3 and libvorbis 1.1.2.Christian Weisgerber2005-12-031-2/+1
| | | | | | | No user-visible changes. Notes: svn path=/head/; revision=150320
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Deal with libdata/pkgconfig on uninstallChristian Weisgerber2004-12-151-0/+1
| | | | | | | | - Drop obsolete libtool hack from configure. - Bump port revision after addition of .la file. Notes: svn path=/head/; revision=124115
* Update to 1.1.2. Changes in this release:Christian Weisgerber2004-10-121-3/+3
| | | | | | | | | | | * various bugfixes * important bugfix for 64-bit platforms * various portability fixes * autotools cleanup from Thomas Vander Stichele * new multiplexed Ogg stream documentation Notes: svn path=/head/; revision=119041
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to Ogg Vorbis 1.0.1.Christian Weisgerber2003-12-201-6/+3
| | | | | | | | Major user-visible change: vorbis-tools now integrates some support for flac and speex files. Notes: svn path=/head/; revision=96268
* Remove dead mirror.Christian Weisgerber2003-06-071-1/+0
| | | | | | | Submitted by: fenner (portsurvey) Notes: svn path=/head/; revision=82486
* pkg-comment -> COMMENTChristian Weisgerber2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76039
* Update master sites.Christian Weisgerber2003-01-301-2/+3
| | | | | | | | PR: 47676, 47677 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=74315
* Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,Edwin Groothuis2002-12-261-3/+1
| | | | | | | | | xiph.stratius.com is unreachable for a long time. Noticed by: portsurvey Notes: svn path=/head/; revision=71867
* Do not install .la library wrappers.Christian Weisgerber2002-10-051-1/+2
| | | | Notes: svn path=/head/; revision=67336
* Welcome to the long-awaited release of Ogg Vorbis 1.0!Christian Weisgerber2002-07-201-7/+8
| | | | Notes: svn path=/head/; revision=63274
* Properly mark installation of shared libs.Christian Weisgerber2002-01-271-0/+2
| | | | | | | Submitted by: will Notes: svn path=/head/; revision=53841
* fix typo in master site URLChristian Weisgerber2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53463