Commit graph

43 commits

Author SHA1 Message Date
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
08b975d878 - Fix build with clang 3.6
Approved by:	portmgr blanket
2015-02-16 21:04:20 +00:00
Baptiste Daroussin
b224355653 Remove useless @cwd 2014-12-08 21:29:01 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Lars Engels
10b91beee0 - Stagify
- Add LICENSE
- Remove NO_PACKAGE restriction, the package should include a working kmod
- Use new LIB_DEPENDS
- Move pkg-message to files/
- Use %%KMODDIR%% instead of hardcoding it
2014-06-20 09:11:39 +00:00
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