Commit graph

139 commits

Author SHA1 Message Date
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
0baf96c430 Fix typo preventing extraction 2013-04-29 19:40:20 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
William Grzybowski
255bbc25a5 - Fix inverted logic for USB option
PR:		ports/177621
Submitted by:	Eric Krausser <eric@krausser-edv.de>
Approved by:	portmgr (bapt), culot (mentor)
2013-04-08 12:26:46 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Jason Helfman
4a853afdd0 - unbreak graphics/xsane by correcting path for PKG_CONFIG_LIBDIR
PR:		174961
Submitted by:	eric@krausser-edv.de
2013-01-08 00:02:56 +00:00
Marcelo Araujo
0d5f28b877 - Update to 1.0.23.
- Add MAKE_JOBS_SAFE.
- Trim header.

PR:		ports/172022
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-20 05:40:01 +00:00
Alex Dupre
455f246588 Fix inverted logic. 2012-06-27 10:35:47 +00:00
Baptiste Daroussin
9010280b85 Conver to new options framework 2012-06-12 21:42:32 +00:00
Doug Barton
018f02b917 Relative to the problem mentioned in the PR, fix the rc.d script
to avoid a circular dependency problem which adversely affects
other scripts, including those in the base.

Specifically, it's impossible to have both:
REQUIRE: LOGIN
and
BEFORE: NETWORKING

Since this services runs as an unprivileged user, LOGIN wins.

While I'm here, apply various other cleanups, including adding
KEYWORD: shutdown, putting the elements in more typical order,
fixing some syntax issues, etc.

Bump PORTREVISION due to the previous incarnation of the rc.d
script being actually pathological, rather than just slightly
wacky.

PR:		ports/165928
Submitted by:	Matt Dawson <matt@chronos.org.uk>
Feature safe:	yes
2012-03-19 23:33:15 +00:00
Max Brazhnikov
5001803e15 Fix LIB_DEPENDS assignment when building with SNMP support
PR:		ports/166009
Submitted by:	Alex Bakhtin <Alex.Bakhtin at gmail.com>
Feature safe:	yes
2012-03-14 13:50:27 +00:00
Max Khon
df90ef5a19 Ugh, fix last-minute change in the xerox_mfp patch. 2012-02-19 01:36:55 +00:00
Max Khon
c48443dc69 - Fix USB-attached devices in xerox_mfp driver [1]
- Recommend to use etc/devd/saned.conf instead of modifying /etc/devd.conf
- Provide a working example for etc/devd/saned.conf
- rc.d script requires LOGIN
- Bump PORTREVISION

Obtained from:	upstream [1]
2012-02-19 01:34:56 +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
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Beat Gaetzi
847d61df61 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 10:14:34 +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
Emanuel Haupt
cc52c82a2d Update to 1.0.22
PR:		159479
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 14:41:38 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Koop Mast
306fea85f2 Fix the genesys backend on 64 bit machines by:
Specify missing return type of function, pointers cannot be casted to int.

Submitted by:	hselasky@
2011-06-07 12:11:36 +00:00
Max Brazhnikov
6bac43162d Enable pthread to unbreak scanning with saned + hpaio
while here, fix build with NOPORTDOCS

PR:		based on ports/151157
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
2010-10-16 14:59:26 +00:00
Stefan Walter
5d7da8667f Add 'saned' user/group the Right Way.
PR:		147948
Submitted by:	David DEMELIER <demelier.david@gmail.com>
Feature safe:	yes
2010-06-28 07:10:53 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Martin Wilke
16563512f1 - Update tp 1.0.21
PR:		146674
Submitted by:	Ports Fury
2010-05-21 11:08:49 +00:00
Bruce M Simpson
e8f6999c1b Add an RC script for saned, and borrow machinery for creating
a dedicated sandbox user account from the nullmailer port.

Also add a pkg-message which describes how to tie down a USB
scanner to this sandbox using devd(8) in FreeBSD 8, as well as
describing what config files likely need editing.
Note: This text probably belongs in the FreeBSD Handbook.

Bump PORTREVISION.

Reviewed by:	dougb (with edits to saned.in)
2010-02-07 20:34:20 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alexander Logvinov
339316f52d - Add IPV6 option
PR:		ports/137976
Submitted by:	Richard F. Ostrow Jr. <rich AT warfaresdl.com>
Approved by:	tabthorpe, glarkin (mentors, implicit)
2009-09-11 14:15:26 +00:00
Marc Fonvieille
bea94f499d Unbreak for real the build with libusb support under 8.X. Now one can
use USB scanners under 8.X

Submitted by:	Hans Petter Selasky <hselasky@c2i.net>
Reviewed by:	rink
Approved by:	miwi
Tested by:	blackend (with some CanoScan LIDE scanners)
2009-07-26 20:13:38 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Jeremy Messenger
967de25f65 Disable usb support by default in -CURRENT instead of mark it as BROKEN. It's
a bit silly to mark it as BROKEN when it can be disable without stop port
that I am trying to install.
2009-07-01 03:36:17 +00:00
Pav Lucistnik
8387bf5b1a - Mark BROKEN with USB on CURRENT
Reported by:	pointyhat
2009-06-12 19:23:19 +00:00
Philip M. Gollucci
62efc0d75f Mark MAKE_JOBS_UNSAFE=yes reported by P6 TB 2009-06-11 20:48:25 +00:00
Oliver Lehmann
af5f949e9e fix compilation if the old sane version is still installed 2009-05-27 18:08:41 +00:00
Martin Wilke
b423b81588 - Fix build with portupgrade 2009-05-24 09:46:08 +00:00
Martin Wilke
fe2b3410a6 - Update to 1.0.20
PR:		134627
Submitted by:	Ports Fury
2009-05-23 14:24:05 +00:00
Li-Wen Hsu
fc59e80242 - Unbreak on -CURRENT
Submitted by:	thompsa
2009-03-19 20:36:41 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Dmitry Marakasov
20f0099b53 - Add patch to fix build error (couldn't reproduce it though; submitter mail bounces, so I can't get any details)
PR:		130622
Submitted by:	Mel <mel at rachie dot is-a-geek dot net>
2009-01-20 15:44:28 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
b4e0e9fc3f - Update to 1.0.19
PR:		120817
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-02-18 22:16:24 +00:00
Michael Nottebrock
eaa5296e6f Remove the pre-everithing (sic) target. It obviously didn't do what it was
meant to since the typo got committed and the message it should have
displayed is now obsolete.
2007-08-13 11:58:57 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +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
Tilman Keskinoz
0a968282e2 Fix build after objformat removal 2007-03-17 18:51:17 +00:00
Rong-En Fan
41fe520ac0 - Update to 1.0.18
PR:		ports/103638
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:35:08 +00:00
Rong-En Fan
1a0d043dcd - Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
  so I do not bump PORTREVISION for them. These affected ports are
  belong to ports@.

PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00