aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-GStreamer
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-89/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support stageBaptiste Daroussin2014-04-082-33/+72
| | | | Notes: svn path=/head/; revision=350576
* 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 perl order,Baptiste Daroussin2013-07-311-4/+4
| | | | | | | | Remove leading article in comment USES=gmake Notes: svn path=/head/; revision=324011
* Fix with bmake(1)Baptiste Daroussin2013-05-031-6/+2
| | | | Notes: svn path=/head/; revision=317180
* Remove SITE_PERL from *_DEPENDSBaptiste Daroussin2012-06-051-4/+4
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298467
* - update to 0.17Baptiste Daroussin2012-04-102-3/+3
| | | | Notes: svn path=/head/; revision=294469
* Update to 0.16.Koop Mast2011-06-253-5/+9
| | | | Notes: svn path=/head/; revision=276366
* Remove BROKEN in build on amd64.[1] I suspect the threaded perl check fixes ↵Koop Mast2009-12-212-9/+4
| | | | | | | | | | | | build. While here update to 0.15. PR: ports/141424 [1] Submitted by: Stefan Hauser <etienne@usr.ch> Notes: svn path=/head/; revision=246326
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Attempt to change the logic that detects if perl is threaded, to avoidMark Linimon2007-09-181-5/+2
| | | | | | | | | failed builds of this port on the cluster. Code cribbed from: dns/gresolver Notes: svn path=/head/; revision=199648
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 0.09.Jeremy Messenger2007-01-032-8/+4
| | | | Notes: svn path=/head/; revision=181319
* - Update to 0.08.Jeremy Messenger2006-07-173-27/+100
| | | | | | | | | | - Fix the strndup issue by replace it to glib2's g_strndup. - Add a check if Perl is not build with thread support, then mark it as IGNORE. Reinstall Perl with WITH_THREADS=yes is required for this port. - Do not put ${BUILD_DEPENDS} in RUN_DEPENDS. Notes: svn path=/head/; revision=168044
* Portlint:Jeremy Messenger2006-06-122-4/+4
| | | | | | | | -Remove quotes in BROKEN. -Use @dirrmtry in plist. Notes: svn path=/head/; revision=165170
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* Mark as BROKEN, since it uses strndup() which FreeBSD does not have.Anton Berezin2006-03-121-0/+2
| | | | | | | | | | | | | When this problem is fixed, the following additional steps are needed to make the port operational: - require *threaded* lang/perl5.8; - modify MAKE_ENV similar to what math/PDL currently does. Approved by: portmgr (kris) Notes: svn path=/head/; revision=157065
* - Mark BROKEN on sparc64Michael Johnson2005-11-101-2/+2
| | | | Notes: svn path=/head/; revision=147824
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* BROKEN on amd64: Coredump during buildKris Kennaway2005-10-281-1/+7
| | | | Notes: svn path=/head/; revision=146625
* - Add missing PKGNAMEPREFIX= p5-Michael Johnson2005-10-171-0/+1
| | | | Notes: svn path=/head/; revision=145667
* - Add p5-GStreamerMichael Johnson2005-10-174-0/+86
A set of Perl bindings for gstreamer WWW: http://gtk2-perl.sourceforge.net/ Notes: svn path=/head/; revision=145665