Commit graph

36 commits

Author SHA1 Message Date
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Lars Engels
326e5d0a33 - Fix build with clang [1]
- Use to new LIB_DEPENDS format

Reported by:	pkg-fallout
2013-09-05 15:52:21 +00:00
Baptiste Daroussin
6850c23510 Convert to new options framework
While here remove test for unsupported versions
2013-05-11 12:58:40 +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
Olli Hauer
4c503beb39 - remove MD5 2011-07-03 13:38:45 +00:00
Mark Linimon
f261d2ae74 Use the $SRC_BASE Makevar instead of hard-coding.
Approved by:	maintainer
2010-12-17 03:54:54 +00:00
Lars Engels
c48d291248 - Fix build with WITH_MMAP
- Bump PORTREVISION
2010-10-01 21:09:14 +00:00
Robert Noland
c51240622a Now, Fix the build on <= 8. 2010-05-17 19:46:26 +00:00
Robert Noland
9e2a373e3e Fix build on -CURRENT
Approved by:	lme (maintainer)
2010-05-17 16:36:34 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Koop Mast
21cbdc49b2 Register conflict with pwcview. 2010-01-16 20:49:48 +00:00
Lars Engels
1700809496 - Fix pwcview crash when taking still images
- Bump PORTREVISION

PR:		ports/137265
Submitted by:	Ralf Gebhart <gebhart (AT) burdawireless.com>
2009-10-03 18:54:20 +00:00
Lars Engels
0f060f5e86 - Fix build on 8.x
- Bump PORTREVISION

Patch by:	gj@
2009-09-09 18:12:16 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Lars Engels
3d642d5919 - Fix build on 7.x
- Mark BROKEN for older 8-CURRENT
- Bump PORTREVISION
2009-05-28 18:53:53 +00:00
Lars Engels
7349eb0b67 - Add patches to fix build with USB2
- Bump PORTREVISION

Patches Submitted by:	hps
2009-05-27 18:31:56 +00:00
Lars Engels
458d3fba3d Mark BROKEN with usb2 2009-02-28 13:43:41 +00:00
Lars Engels
ebfe52671e - Unbreak
- Add additional mirror to MASTER_SITES
- Remove check for 5.x
- Grab maintainership
2008-11-21 18:58:27 +00:00
Ion-Mihai Tetcu
c575cef85b Mark broken since it doesn't fetch
Prompted by:	QAT QA run
2008-11-21 09:32:23 +00:00
Martin Wilke
4b1a7c8aa0 - Drop Maintainership
PR:		121857
Submitted by:	Raaf <raaf@zen.mooo.com> (old maintainer)
2008-03-20 21:05:48 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
c0e5e06a84 - Update to 1.4.1
PR:		117041 (merged from nosedive)
Submitted by:	maintainer
2007-10-09 12:42:20 +00:00
Martin Wilke
518bc5bf16 - Update to 1.4.0
- Update maintainer mail adress

PR:		114268
Submitted by:	Raaf <raaf@zen.mooo.com> (maintainer)
2007-07-04 14:14:12 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +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
Coleman Kane
e50e48ff32 Commit of fixes that make this buildable once again after Rev. 1.82 of
src/sys/dev/usb/usb_port.h hacked off some deprecated compatibilty macros.

A number of manually designed device printf statements were replaced with
the appropriate calls to device_printf(9). In addition, did a find/replace
of other removed macros with the previous definitions from that file.

I don't have a camera so I don't know the operative status of this port
under -CURRENT yet.

PR:		ports/106794
2006-12-16 05:50:15 +00:00
Martin Wilke
3eaac70d3f - Add backup MASTER_SITES
PR:		ports/103953
Submitted by:	Kyryll A Mirnenko <mirya@matrix.ua>
Approved by:	raaf (maintainer)
2006-10-07 08:44:20 +00:00
Martin Wilke
98a14b687d - Update to pwcbsd-1.3.1
- Fixes build with new SDL port
- Minor bugfixes

PR:		ports/103562
Submitted by:	Raaf <freebsd@luna.afraid.org> (maintainer)
2006-09-24 19:30:46 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Florent Thoumie
94586c7287 Don't install <linux/videodev.h>. This is moving to a brand new
multimedia/v4l_compat port.

Approved by:	maintainer
2006-08-01 20:36:09 +00:00
Hajimu UMEMOTO
5e7831b31d - OPTION'fy.
- Add an option for enable mmap support.

Approved by:	freebsd__at__luna.afraid.org (maintainer)
2006-06-16 20:16:24 +00:00
Martin Wilke
13225494ca Update to pwcbsd-1.3.
Changelog available here: http://raaf.atspace.org/Changelog

PR:		ports/98938
Submitted by:	raaf
Approved by:	krion (mentor), maintainer
2006-06-15 21:33:43 +00:00
Jean Milanez Melo
2758dc808d - Fix WWW.
PR:		ports/97998
Submitted by:	Raaf <freebsd@luna.afraid.org> (maintainer)
Approved by:	mnag (mentor)
2006-05-29 22:11:26 +00:00
Tilman Keskinoz
8232d59e9a Update to 1.2
PR:		97244
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	Raaf <freebsd@luna.afraid.org>
2006-05-21 18:10:42 +00:00
Sergey Matveychuk
be0b65d43e This port provides a FreeBSD kernel module that
video4linux enabled and raw yuv420p applications
can use to access several USB based webcams.

WWW: http://www.saillard.org/linux/pwc/

PR:		ports/93464
Submitted by:	Raaf <raaf@luna.afraid.org>
2006-04-29 13:47:23 +00:00