Commit Graph

84 Commits

Author SHA1 Message Date
Niclas Zeising
c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Niclas Zeising
248c6b5c09 Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel.  This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.

By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.

Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers.  This will be further updated.

Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work
with the updated evdev headers.

Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.

This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.

Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.

PR:		222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by:	Greg V, wulf
Tested by:	tcberner, kde
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Obtained from:	FreeBSDDesktop development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 09:09:11 +00:00
Thomas Zander
84b6aee905 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
Dmitry Marakasov
365961c745 - Fix plist on non-x86
Reported by:	Michal Meloun <melounmichal@gmail.com>
2018-02-15 14:35:58 +00:00
Dmitry Marakasov
9269f83f66 - Switch to USES=localbase
- Pet portlint
- Switch to options helpers
- Fix plist for MINIMAL case
- Properly optionize svgalib dependency handling
2018-02-02 16:45:55 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Eitan Adler
fe6465bb1b Reset maintainer 2015-12-14 02:52:14 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Baptiste Daroussin
72436830e9 Convert to USES=autoreconf 2014-12-18 11:23:46 +00:00
Juergen Lock
e681bc5123 - libirman is no longer only a static lib so move it from build to lib
depends.
- Bump PORTREVISION.

Reported by:	Henry Hu <henry.hu.sh@gmail.com> (via private email)
2014-10-24 16:17:48 +00:00
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
John Marino
b1ec8c1528 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:03:09 +00:00
Baptiste Daroussin
bea764ff9c Replace @exec/unexec by @dirrmtry which does the same job 2014-09-02 22:53:08 +00:00
Matthias Andree
0fdcfb2db1 Modernize USE_PYTHON to USES+=python.
Approved by:	portmgr (implicit)
2014-08-11 23:08:13 +00:00
Tijl Coosemans
49108186e8 comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
2014-08-11 13:59:47 +00:00
Kurt Jaeger
e2b64beb51 devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom

devel/xc3sprog is already bumped via PR 188055
2014-08-03 11:36:56 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
78edb12293 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:03:23 +00:00
Juergen Lock
88e7ff1c09 Pet check-plist. 2014-05-20 16:34:16 +00:00
Juergen Lock
587837f8ba Switch my ports to USES= tar:... 2014-03-15 15:35:59 +00:00
Juergen Lock
1174b885c8 - Switch to USES= gmake.
- Stagify.
2014-01-26 17:37:03 +00:00
Baptiste Daroussin
22aa02fd75 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
2013-12-11 15:10:44 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Juergen Lock
aa08102b60 - Add missing dependency. [1]
- Strip Makefile header.
- Bump PORTREVISION.

PR:		ports/175969 [1]
Submitted by:	pawel [1]
2013-02-08 22:21:50 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Juergen Lock
1a4034a927 Get rid of two more shlib major versions to pet portlint. 2012-06-02 19:49:36 +00:00
Juergen Lock
f9c1938da0 - Convert these to OPTIONng.
- Omit shlib major versions in LIB_DEPENDS to pet portlint.
2012-06-02 19:37:10 +00:00
Juergen Lock
a4bbb3bc9d Add knob (default off) to install comms/uartlirc serial LIRC driver. 2012-05-13 16:13:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Juergen Lock
2bf3ba692f - Further improvements to the devinput repeat behaviour, now xbmc should
work a little better.
- Include updated lircd.conf.devinput in example lircd.conf, with one
  missing button added. (KEY_IMAGES)
- Bump PORTREVISION.
2011-12-18 16:39:55 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +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
Juergen Lock
dbc9d49ce2 - Update devinput repeat hack to improve af9015 tuner remote behaviour.
- Bump PORTREVISION.
2011-07-17 09:22:40 +00:00
Juergen Lock
389fafa207 - Some doc (pkg-message..) updates after the webcamd update that now
supports /dev/input/eventX.
- Bump PORTREVISION.
2011-07-16 22:26:31 +00:00
Juergen Lock
89b53c9312 - Update to 0.9.0 .
- Add devinput driver (/dev/input/eventX, -H devinput) in preparation
  for upcoming webcamd update that will support it.
- Fix build with clang, and a few bugs it found too.
2011-06-28 18:12:32 +00:00
Juergen Lock
d2b0400081 - Add patch to fix MAKE_JOBS_SAFE and mark as such.
- No PORTREVISION bump as the installed bits don't change.
2011-03-15 20:41:27 +00:00
Dennis Herrmann
f5b86c8ebe - Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum
2011-03-05 15:55:58 +00:00
Juergen Lock
8de4beafc1 And this was missed too, doh! 2011-03-02 23:00:15 +00:00
Juergen Lock
b7cc32da9b Also commit this that was just missed. 2011-03-02 22:59:14 +00:00
Juergen Lock
6c6ae31690 - Add an example lircd.conf that's preconfigured for use with
webcamd, either with USB DVB tuner remotes supported by the Linux
  drivers by default that webcamd uses, or for remotes supplied with
  MCE USB IR receivers.
- Bump PORTREVISION.
2011-03-02 22:58:35 +00:00
Juergen Lock
b3b20f5e8a - Adjust pkg-message after remote support has been committed to the
webcamd port.
- Bump PORTREVISION.
2011-02-28 21:44:58 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

	http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:	portmgr (miwi) [2]
Thanks to:	Warren Block <wblock@wonkity.com> for testing [1]
2011-02-26 22:11:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00