| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
|
|
| |
- Use to new LIB_DEPENDS format
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=326408
|
|
|
|
|
|
|
| |
While here remove test for unsupported versions
Notes:
svn path=/head/; revision=317872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=291667
|
|
|
|
| |
Notes:
svn path=/head/; revision=276986
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=266475
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=262274
|
|
|
|
| |
Notes:
svn path=/head/; revision=254501
|
|
|
|
|
|
|
| |
Approved by: lme (maintainer)
Notes:
svn path=/head/; revision=254494
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=247994
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/137265
Submitted by: Ralf Gebhart <gebhart (AT) burdawireless.com>
Notes:
svn path=/head/; revision=242415
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Patch by: gj@
Notes:
svn path=/head/; revision=241131
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
|
|
|
|
| |
- Mark BROKEN for older 8-CURRENT
- Bump PORTREVISION
Notes:
svn path=/head/; revision=234709
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Patches Submitted by: hps
Notes:
svn path=/head/; revision=234670
|
|
|
|
| |
Notes:
svn path=/head/; revision=229217
|
|
|
|
|
|
|
|
|
| |
- Add additional mirror to MASTER_SITES
- Remove check for 5.x
- Grab maintainership
Notes:
svn path=/head/; revision=223136
|
|
|
|
|
|
|
| |
Prompted by: QAT QA run
Notes:
svn path=/head/; revision=223104
|
|
|
|
|
|
|
|
| |
PR: 121857
Submitted by: Raaf <raaf@zen.mooo.com> (old maintainer)
Notes:
svn path=/head/; revision=209488
|
|
|
|
| |
Notes:
svn path=/head/; revision=208952
|
|
|
|
|
|
|
|
| |
PR: 117041 (merged from nosedive)
Submitted by: maintainer
Notes:
svn path=/head/; revision=201168
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer mail adress
PR: 114268
Submitted by: Raaf <raaf@zen.mooo.com> (maintainer)
Notes:
svn path=/head/; revision=194906
|
|
|
|
|
|
|
|
|
| |
modules.
Hat: portmgr
Notes:
svn path=/head/; revision=194441
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=179898
|
|
|
|
|
|
|
|
|
| |
PR: ports/103953
Submitted by: Kyryll A Mirnenko <mirya@matrix.ua>
Approved by: raaf (maintainer)
Notes:
svn path=/head/; revision=174718
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes build with new SDL port
- Minor bugfixes
PR: ports/103562
Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer)
Notes:
svn path=/head/; revision=173734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=173460
|
|
|
|
|
|
|
|
|
| |
multimedia/v4l_compat port.
Approved by: maintainer
Notes:
svn path=/head/; revision=169399
|
|
|
|
|
|
|
|
|
| |
- Add an option for enable mmap support.
Approved by: freebsd__at__luna.afraid.org (maintainer)
Notes:
svn path=/head/; revision=165597
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog available here: http://raaf.atspace.org/Changelog
PR: ports/98938
Submitted by: raaf
Approved by: krion (mentor), maintainer
Notes:
svn path=/head/; revision=165521
|
|
|
|
|
|
|
|
|
| |
PR: ports/97998
Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer)
Approved by: mnag (mentor)
Notes:
svn path=/head/; revision=163898
|
|
|
|
|
|
|
|
|
| |
PR: 97244
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Raaf <freebsd@luna.afraid.org>
Notes:
svn path=/head/; revision=162954
|
|
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>
Notes:
svn path=/head/; revision=160766
|