Commit graph

126 commits

Author SHA1 Message Date
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
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Volker Stolz
0d62921a63 Fix package build: Make installation from port and package equivalent again.
The package was missing the default dll.conf which also caused build failures
further down the stream, eg. in graphics/hpoj.  Bump PORTREV accordingly.
Fix some grammar while here.
2006-04-07 14:24:48 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
f9c920ad3b - Preserv modified config files
- Bump PORTREVISION
- Reorganize Makefile
- portlint(1)

PR:		90988
Reported by:	Torfinn Ingolfsen <tingo@start.no>
2006-02-19 22:10:13 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Pav Lucistnik
0bfbde36e0 - Update to 1.0.17
PR:		ports/90929
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-12-26 22:25:26 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Michael Nottebrock
4455532d2d Disable broken device locking. 2005-10-09 21:35:15 +00:00
Michael Johnson
df2390e5a0 - Update to 1.0.16
PR:		ports/85383
Submitted by:	Ports Fury
2005-08-30 01:27:03 +00:00
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Yen-Ming Lee
7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00
Kris Kennaway
adedd47d5d Add missing manpage 2004-11-26 00:44:43 +00:00