Commit Graph

57 Commits

Author SHA1 Message Date
Ganael LAPLANCHE e3fcd7359a Fix build with llvm11 (duplicate symbol errors)
While here, re-generate patches using 'makepatch' target
2020-09-08 14:15:58 +00:00
Jason E. Hale c8f8eeb670 Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1

Bump PORTREVISION on consumers due to shared library version increase
2019-12-12 15:11:33 +00:00
Ganael LAPLANCHE e025da1854 Add missing USES=xorg for my ports 2019-09-20 21:17:10 +00:00
Jan Beich 325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Ganael LAPLANCHE ed18de7de0 Add missing USES=sdl for my ports
(and also reorder a few things)
2019-05-10 10:53:45 +00:00
Jan Beich 0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Ganael LAPLANCHE 33f178ede0 Add missing USES=gl to my ports 2018-10-05 10:10:02 +00:00
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Ganael LAPLANCHE b1e378eade Add missing USES=gnome to my ports 2018-09-05 10:05:29 +00:00
Ganael LAPLANCHE 8710b65f43 Update to latest available Codeplex' snapshot and host project on Github 2018-06-11 11:46:05 +00:00
Jason E. Hale 656577b723 Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes (libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00
Ganael LAPLANCHE d79ff76e24 Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
Antoine Brodin 4ddaaccc17 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 22:17:07 +00:00
Matthew Rezny b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Ganael LAPLANCHE ca7e23155c Use zlib's uncompress() function and remove local uncompress2() definition.
Pcsxr's uncompress2() is similar to zlib's uncompress() but clashes with zlib's new uncompress2() function, available in 12-CURRENT since zlib v1.2.10 (svn r311285).
2017-01-25 19:59:50 +00:00
Tilman Keskinoz 4efbbe5d03 Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
2016-04-29 15:20:28 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Tijl Coosemans 2358c08a33 Convert to USES=autoreconf 2015-04-18 19:09:03 +00:00
Tijl Coosemans 60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Ganael LAPLANCHE b0e7522bcf Remove @dirrm/@dirrmty from my ports 2014-10-13 07:12:43 +00:00
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tilman Keskinoz 80b3ab923d Chase library dependencies after libcdio <-> libcdio-paranoia split
PR:		192271
2014-08-09 10:06:54 +00:00
Ganael LAPLANCHE 1b5600bb21 Switch to USES=libtool 2014-05-16 12:27:00 +00:00
Ganael LAPLANCHE ea7e480abc Switch to USES=tar for my ports 2014-04-03 06:32:14 +00:00
Ganael LAPLANCHE 2f92a0b681 Convert my ports from using USE_DOS2UNIX to USES=dos2unix 2013-12-03 08:34:29 +00:00
Ganael LAPLANCHE 07d8868ecf - Enable staging
- Switch to new LIB_DEPENDS format
- Strip shared libraries
- Switch to new options format
- Always stage documentation
2013-11-15 12:44:56 +00:00
Dmitry Marakasov a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin 1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Ganael LAPLANCHE 95ad37e392 - Update to 1.9.94.r87113
- Remove useless dependency to libumem [1]
- Adapt USES following recent changes

PR:		ports/181402 [1]
Submitted by:	David Demelier <demelier.david@gmail.com> [1]
2013-09-13 08:24:10 +00:00
John Marino 27713e1c50 Add explicit dependency on pkgconf (10 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-13 01:21:55 +00:00
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Ganael LAPLANCHE 2a77ee7578 - Update to svn rev. 84102
- Use new Makefile header format

Feature safe:	yes
2013-04-19 07:40:04 +00:00
Ganael LAPLANCHE 5e90874056 Update to 1.9.92.r81088
Feature safe:	yes
2012-11-08 10:06:53 +00:00
Christian Weisgerber bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Ganael LAPLANCHE 93b6ca8a1b Update to 1.9.92.r78288 2012-06-27 11:46:51 +00:00
Ganael LAPLANCHE 6b45d74427 - Switch to OptionsNg
- Un-version LIB_DEPENDS
2012-06-15 09:56:13 +00:00
Dirk Meyer 2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ganael LAPLANCHE 3e61501fad - Update to 1.9.92.r76026
- Remove dfbinimage2 plugin :
  - it is not maintained upstream
  - dfcdrom is maintained and can be used instead

Feature safe:	yes
2012-03-09 13:14:51 +00:00
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Tilman Keskinoz 719264f183 Chase libcdio shlib bump 2012-01-18 17:36:27 +00:00
Ganael LAPLANCHE b9b0e0b58c - Fix dfbinimage2 CD handling (program identification)
- Swap LICENSE and *DEPENDS to make portlint happy
2011-11-03 13:32:58 +00:00
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Ganael LAPLANCHE 53cf19d422 Improve dfbinimage2 plugin CD handling (seeking, fix TOC parsing) 2011-07-15 12:37:24 +00:00
Ganael LAPLANCHE eb1c2e8fe7 Update to 1.9.92.r68256 2011-07-01 10:13:22 +00:00
Ganael LAPLANCHE 6ab033ea12 - Fix build with clang
- Remove useless CPPFLAGS in CONFIGURE_ENV
2011-06-24 09:33:58 +00:00
Ganael LAPLANCHE b2e8b17df8 - Update to 1.9.92.r62569 (SVN rev. 62569)
- Add a LOCAL mirror
- Use REINPLACE_CMD instead of SED
- Cleanup Makefile (wrap long lines, remove useless comments)

Approved by:	ehaupt (mentor)
Feature safe:	yes
2011-01-31 09:03:02 +00:00
Ganael LAPLANCHE 4aa3b729ad Add a DOS2UNIX_REGEX to prevent corruption of embedded data files
Feature safe:	yes
Approved by:	ehaupt (mentor)
2011-01-20 13:16:55 +00:00
Ade Lovett 4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00