86117 Commits

Author SHA1 Message Date
kirby
b91c036a15 - install sample configs with sane defaults
- rework README
ok landry@
2013-08-22 18:14:46 +00:00
zhuk
d806b7115a General usability improvements:
* Allow to run tree check (-A) from any directory.
   * Notify about ports root directory only on tree check.
   * Ignore more stuff for tree check, makes easier to run:
       portcheck -Ap /usr/ports/openbsd-wip
   * Use ignore list in has_subdirs_only(), too.
2013-08-22 17:44:22 +00:00
naddy
90b3060c1e Update to 2.82 for various bug fixes. Qt4 build fixes from zhuk@.
Overhaul MODULES/LIB_DEPENDS/RUN_DEPENDS/WANTLIB, mostly from zhuk@.

ok zhuk@
2013-08-22 17:34:32 +00:00
naddy
74fb800aff wxConfigBase does not support long long. ok dcoppa@ 2013-08-22 17:27:51 +00:00
zhuk
1d96eb3030 Add Python-specific checks:
* Each .py file (except examples, documentation and such) should have
    corresponding .pyc.
  * Each .pyc and .pyo should have corresponding .py file.
2013-08-22 16:43:04 +00:00
pascal
e44f3ba583 unfuck after getdents addition/getdirentries removal
ok sthen@ naddy@ (sorry, forgot about it completely)
2013-08-22 16:32:22 +00:00
sthen
b93eb069d1 new amd64/i386 bootstraps for JDK; thanks to Christian Schulte for
a surprising clue about libfontconfig.so.
2013-08-22 16:21:17 +00:00
ajacoutot
88653521b3 Extend docs. 2013-08-22 15:11:52 +00:00
zhuk
bfcc0145f3 Add variables sometimes referenced in port docs to SUBST_CMD invocation. 2013-08-22 14:08:12 +00:00
zhuk
ed2d5ace90 Do not complain that gettext does not depend on gettext. 2013-08-22 13:56:16 +00:00
zhuk
608d325f5c Unbreak check_pkg_dir() call in check_port_hier() again. 2013-08-22 13:29:07 +00:00
zhuk
c88dd41a8c Do not print an extension of hypothesized app name. 2013-08-22 13:23:54 +00:00
zhuk
adb59db6f0 Add a check that BUILD_DEPENDS and MODULES are not used in subpackaging
manner. Inspired by mail/courier-authlib.
2013-08-22 13:20:17 +00:00
zhuk
a7ee13cc0a Stability fixes: do not abort if read from co-process failed, and declare
local variables before calling "eval" with them.
2013-08-22 12:53:49 +00:00
zhuk
866e8d92a8 Do not complain for missing gettext dependency when translation files are
found and current FLAVOR contains "static". After discussion with naddy@
about archivers/gtar.
2013-08-22 11:31:43 +00:00
ajacoutot
c0825dc39a Update to hplip-3.13.8. 2013-08-22 10:49:24 +00:00
zhuk
9be0992edb Fix another err() call. 2013-08-22 10:43:15 +00:00
zhuk
610852140b Found a way to invoke make(1) in co-processes: just redirect stdin to
/dev/null, and it'll die gracefully. Allows to get rid of some ugly nested
shells and finally give check_pkg_dir() ability to use SUBST_CMD in port
parent directories.
2013-08-22 10:41:20 +00:00
ajacoutot
52b9658f41 Make the GUI depend on xsane. 2013-08-22 10:26:26 +00:00
pascal
1be23ed5d6 Merge in arm backend from base.
tested by/ok sthen@
2013-08-22 10:07:04 +00:00
dcoppa
3bdc002930 CMake's built-in ELF parser is broken on arm:
> #0  cmELF (this=0xbfff4674, fname=0x4337438c "/usr/lib/libz.so.4.1")
>     at basic_ios.h:124
> 124           { return _M_streambuf_state; }

Since this is a requirement for Ninja, disable both of
them if ${MACHINE_ARCH} == "arm".

As a workaround, ok sthen@
2013-08-22 09:53:20 +00:00
zhuk
ec8b06456e Assorted bugfixes:
* Allow entering pure-subdirs directories, like databases/mdbtools.
   * Add missing debugging statements.
   * Do not complain about FULLPKGNAME in @comment'ed lines.
   * Do not fail to check pkg/ when in check_port_hier() (to be improved,
     currently this means no checking for SUBST_VARS there).
   * Add missing ${portref} in err calls.
2013-08-22 09:44:17 +00:00
sthen
cedbc7bebd missing bump 2013-08-22 09:43:33 +00:00
ajacoutot
c47b8854f9 Fix hardcoded path to gs. 2013-08-22 09:15:35 +00:00
ajacoutot
a9d871863f While the cups raster tools (gstoraster and gstopxl) are now in cups-filters,
we still need the cups device.
2013-08-22 09:14:32 +00:00
ajacoutot
1aa22ca95d gstoraster is in cups-filters now. 2013-08-22 08:04:31 +00:00
ajacoutot
c6c0945a07 Update to cups-filters-1.0.36. 2013-08-22 08:03:59 +00:00
ajacoutot
4ee8fca26e Remove dependency on cups,-libs. gstoraster and friends are moving to
print/cups-filters.

ok kili@ (maintainer)
2013-08-22 08:02:22 +00:00
landry
990265cf85 Unbreak (fscking FULLPKGNAME in PLIST...) noticed by kirby@, thanks! 2013-08-22 07:28:05 +00:00
zhuk
d3ad7330da More theme files to ignore, those were found in XFCE icon theme. 2013-08-22 01:01:11 +00:00
zhuk
bde39bfbf8 Play nicer with different icon themes. They could have different structure,
but at least they all have more depth than any port installing icons under
share/icons/ by error.
2013-08-22 00:56:00 +00:00
zhuk
8eec0881c1 Do not match plist items containing ${FULLPKGNAME} only, those are not
harmful and often used in ports with custom PREFIX.
2013-08-22 00:30:17 +00:00
zhuk
eeaa6c07ee Improve reporting of problems with lib/qt* and lib/kde* in WANTLIB. 2013-08-21 23:46:00 +00:00
landry
36038db8e8 Reserver uid/gid 723 for user/group _barman, will be used by
databases/barman when i'll polish the README/PLIST.
2013-08-21 21:57:05 +00:00
landry
afcdcfcb17 Seems i messed up uid/gid, 721 was already taken by dkimproxy.. 2013-08-21 21:55:15 +00:00
landry
f934d289ed reserve uid/gid 722 for _salt-master/_salt 2013-08-21 21:54:45 +00:00
zhuk
2a8f669697 Try to detect misspelled variables in majority of packaging files. The logic
is simple: after running pkg_subst(1) there should be no ${[A-Z]+} strings.

idea from kirby@
2013-08-21 21:53:29 +00:00
sthen
e0fa8698e5 update to Roundcube 0.9.3; optimised UI for touchscreen devices and various
assorted fixes.
2013-08-21 21:45:43 +00:00
zhuk
ac8c535fc4 Zap unused variable. 2013-08-21 21:08:43 +00:00
zhuk
6bf8756c5e Fix OpenBSD RCS tag handling, including escaping the tag in the code where
appropriate - or CVS will happily convert:

  fgrep '$OpenBSD$'

to:

  fgrep '$OpenBSD: ...$'

Also, add a check that FULLPKGNAME does not happen in PLIST/PFRAG except for
share/doc/pkg-readmes/* items.
2013-08-21 21:02:16 +00:00
zhuk
2b6b09c48f Add checks whether we have Qt* or kdecore* in WANTLIB but no x11/qt* or
x11/kde* in MODULES. Inspired by audio/mumble port on ports@.
2013-08-21 19:49:32 +00:00
zhuk
4cc93de4ca Missing devel/gettext in MODULES (not critical due to dependencies but this
way it's more correct, anyway).

Found with portcheck.
2013-08-21 17:06:24 +00:00
zhuk
4a75a7feb6 Add portcheck(1), the port bugs detection utility.
Generic idea to split checks from portimport(1) came from sthen@.

Input from ajacoutot@, jmc@, rpe@, sthen@, Andreas Perera and Juan
Francisco Cantero Hurtado.

"put it in" ajacoutot@
2013-08-21 17:00:24 +00:00
ajacoutot
fc30d7a3f9 Update to caribou-0.4.12. 2013-08-21 16:20:18 +00:00
ajacoutot
b579ce1db3 Move things around, no change. 2013-08-21 14:58:36 +00:00
ajacoutot
63b31334b1 hplip,-libs -> hplip,-common which makes much more sense.
Some typo fixes from bcallah@
2013-08-21 14:51:40 +00:00
ajacoutot
241021f83d This is gone. 2013-08-21 14:36:55 +00:00
ajacoutot
2a66ef6ad5 One README to rule them all.
Now all the info to setup printers and scanners is under the same place.

Input welcome, after all my frenglish isn't that good...
2013-08-21 14:15:25 +00:00
ajacoutot
725c9b5150 Fix @conflict marker. 2013-08-21 13:43:12 +00:00
ajacoutot
b689426017 Point users to the pkg-readmes directory. 2013-08-21 13:36:09 +00:00