Commit graph

77 commits

Author SHA1 Message Date
Jan Beich
79fe485645 multimedia/webcamd: clarify version requirements in consumers
webcamd exposes V4L/DVB/EVDEV/etc devices with consumer ABI configured
by v4l_compat version during build. Drop >0 dummy as V4L is available
since day 1 and we only want the daemon. This syncs RUN_DEPENDS with:

  multimedia/gstreamer-plugins-v4l2
  multimedia/gstreamer1-plugins-v4l2
2015-09-16 10:26:41 +00:00
Dmitry Marakasov
6f1a3799d4 - Add CPE info
Approved by:	portmgr blanket
2015-04-08 17:43:09 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.

Differential Revision:	https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
2015-04-05 07:23:49 +00:00
Dmitry Marakasov
6f901b1ba8 - Remove always false OSVERSION conditions
- Fix whitespace
- Don't cat pkgmessage from Makefile
2015-02-03 14:51:03 +00:00
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +00:00
Matthias Andree
e58f1982d3 STAGE.
Fix skype.sh launcher script, using "$@" instead of the unsafe $@,
and fixing its shebang line to /bin/sh.
2014-08-18 18:41:00 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Baptiste Daroussin
93252a9afe Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:24:02 +00:00
Antoine Brodin
5db9ac5a97 Remove checks for V4L2 wrapper, it is included in the linuxulator of all
supported versions of FreeBSD
2014-03-16 08:52:26 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Jason Helfman
4c6703ce1d - adoption of optionsNG framework
Approved by:	portmgr (bapt)
2013-05-23 16:10:43 +00:00
Ion-Mihai Tetcu
1448200585 - fix typo
PR:		174743
Submitted by:	Sayetsky Anton
2013-01-21 18:54:24 +00:00
Ion-Mihai Tetcu
515c8b0ea2 - mark skype and skype-devel CONFLICTing. I really don't know why they waren't
until now.
- bump PORTREVISION

I'll look for a better solution in the next days.

Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>'s checker
2012-06-07 19:41:34 +00:00
Juergen Lock
82e01abf4f Fix skype multimedia/linux_v4l2wrapper dependency on 8.
Approved by:	itetcu (skype ports maintainer)
Discussed on:	-multimedia
2011-07-17 16:29:42 +00:00
Ion-Mihai Tetcu
00ed184e06 Display the package message when installing from port. 2011-05-12 08:15:48 +00:00
Ion-Mihai Tetcu
eb3a44bf34 1. preserve the latest skype version that has OSS support as net-im/skype20
(but schedule it for removal soon)

2. update net-im/skype to 2.1.0.81.
- It supports sound and video, please read the pkg-message to find out how to
make it work.
- OPTIONify

Both ports are based on repocopy from net/skype.

Many thanks to: avg@, nox@, kwm@, miwi@, netchild@ and many others

PR:		147550 [1], 156860 [2] (partially based on)
Submitted by:	HASHI Hiroaki <hashiz@meridiani.jp> [1],
		patch from nox@ [2]
2011-05-11 09:51:07 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik
e13f00eca1 - Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
2011-03-17 11:08:44 +00:00
Ion-Mihai Tetcu
9f29c54aa1 Be more verbose about the distfile being unavailable.
Feature safe:	yes
2010-03-01 12:27:37 +00:00
Martin Wilke
8d71691775 - Mark skype broken for now (fails to fetch) 2010-02-13 09:19:02 +00:00
Ion-Mihai Tetcu
8521452c6a Grab maintainership.
Feature safe: yes
2009-09-15 12:52:08 +00:00
Mark Linimon
b42f6675bc Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat:		portmgr
2009-08-28 16:52:33 +00:00
Pav Lucistnik
3f1b82dfe7 - Fix typo ({MKDIR} -> ${MKDIR})
Reported by:	pointyhat
Pointy hat to:	beech
2009-05-15 12:40:38 +00:00
Boris Samorodov
e604f2965a Create ${PREFIX}/${SKYPEDIR} before doing ${COPYTREE_SHARE}.
Without this step installing the port at 7.x has the effect:
-----
% ls -ld /usr/local/share/skype
drwx------  6 root  wheel  512 12 May 12:20 /usr/local/share/skype
% skype
/usr/local/bin/skype: /usr/local/share/skype/skype: Permission denied
-----
FreeBSD 8.x is not affected since it uses BSD cpio (at ${COPYTREE_SHARE})
which behaves as expected.

Note: packages are not affected, no PORTREVISION bump.

PR:		ports/134471
Submitted by:	bsam (me)
Approved by:	miwi (co-maintainer, by e-mail)
2009-05-14 04:51:34 +00:00
Boris Samorodov
57d00b9551 With new linux ports infrastructure introduction USE_GL=linux
is deprecated (it can't handle multiple linux base ports at a
ports tree). USE_LINUX_APPS should be used instead. Beware
that only fc4 (the default for all FreeBSD versions) and f8
is supported by new linux infrastructure (f10 is upcomming).

PR:		ports/134472
Submitted by:	bsam (me)
Approved by:	miwi (co maintainer)
2009-05-11 20:45:23 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Xin LI
3f97a6bd26 Add a wrapper for skype so it would not need the complex parameter
any more.

Submitted by:	intron <intron intron ac>
PR:		128597
Approved by:	maintainer timeout
2008-11-26 03:21:47 +00:00
Beech Rintoul
74d0d6ec45 - Add USE_XLIB, required when WITH_NVIDIA_GL is defined
PR:		ports/127394
Submitted by:	Mel <mel.xyzzy@rachie.is-a-geek.net>
Approved by:	portmgr (pav)
2008-09-15 21:57:06 +00:00
Beech Rintoul
b37b10ee6f - Update to 2.0.0.72
- Bugfixes and general tweaks
2008-06-19 01:31:13 +00:00
Beech Rintoul
48be25ccf8 - Add warning message "Skype requires at least linux_base-fc6" 2008-05-26 04:29:20 +00:00
Beech Rintoul
245eec3fa5 - Update to 2.0.0.68 2008-05-03 03:53:28 +00:00
Beech Rintoul
f2b749c20a - Add dependency for libasound.so.2
- Bump portrevision
2008-04-15 06:08:42 +00:00
Beech Rintoul
f98348ea3c - Remove ONLY_FOR_ARCHS
- Allow install on amd64
- Bump portrevision
2008-03-20 19:10:57 +00:00
Beech Rintoul
26ddbeb24c - New vendor distfile
- Add avatars
- Bump portrevision
2008-03-16 04:58:49 +00:00
Beech Rintoul
a5d574339a - Unbreak and make fetchable. Distfile hosted locally (with vendor permission). 2008-03-14 19:44:51 +00:00
Beech Rintoul
f054e410d0 - Mark broken, vendor re-rolled wrong distfile. 2008-03-14 07:02:07 +00:00
Beech Rintoul
12873caa40 - Fix typo 2008-03-14 06:32:00 +00:00
Beech Rintoul
43d023691e - Update to 1.4.0.118
- Note: This update at the request of vendor as v1.2.0.18 is deprecated
  and no longer available.
- Also Note: This version is known to work with amd64, but requires
  linux_dri which is currently marked ONLY_FOR_ARCHS= i386
2008-03-13 23:11:32 +00:00
Beech Rintoul
635de5959d - Revert to 1.2.0.18
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 12:24:53 +00:00
Beech Rintoul
1ae16c50ff - Update to 1.4.0.118
Approved by:	sat (mentor)
2007-10-29 19:36:50 +00:00
Beech Rintoul
ad25933c83 - Remove conflicts
Approved by:	sat (mentor, implicit)
2007-07-30 20:58:20 +00:00
Beech Rintoul
aec111148f - Fix master_sites
- Take maintainership

Approved by:	itetcu (maintainer), sat (mentor)
2007-07-19 18:22:18 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Ion-Mihai Tetcu
e9d51aa984 Relly fix NVIDIA_GL OPTION
Submitted by:	ale@
2007-01-21 12:14:28 +00:00
Ion-Mihai Tetcu
fc0ee130f6 - Properly test if the user wnats NVIDIA_GL
- bump PORTREVISION for depends change

Submitted by:	Pierre Caruel
2007-01-21 10:49:48 +00:00
Martin Wilke
70ba3ac8cb - Add nvidia as knob
Submitted by:	miwi
Approved by:	maintainer (itetcu@ on irc)
2007-01-08 23:53:42 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Ion-Mihai Tetcu
1dbd65e2d2 - Now it conflicts with skype-devel
- Bump PORTREVISION
- Use my @FreeBSD.org address
2006-09-10 10:31:11 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00