Commit Graph

3897 Commits

Author SHA1 Message Date
sthen
9a149cb870 strip ^v from WRKDISTs when generated from a github tag name, ok dcoppa,
discussed with rpe "looks like a viable solution"

FreeBSD handles this differently as they use codeload.github.com rather
than github.com/.../archive/ URLs which seem to be structured differently
2014-07-10 23:19:55 +00:00
sthen
01036bde53 mention that DISTNAME is still needed for github 2014-07-10 12:33:17 +00:00
sthen
a5ae46c1a7 add sample lines for fetching from github, ok rpe@ 2014-07-10 12:31:20 +00:00
espie
1fea0013e2 ignore timestamp differences 2014-07-10 10:31:02 +00:00
zhuk
e799c83cc1 Catch situations with both stdc++ in WANTLIB and gcc4 in MODULES, and give
clues what could be wrong. Inspired by recent switch of KDE4 to GCC 4.8.
2014-07-10 09:57:13 +00:00
espie
6fdf593e02 much simpler reorder packages fix 2014-07-09 11:39:24 +00:00
espie
5ce51d54dd add glue necessary for check-lib-depends to scan out-of-order packages
problem noticed by Giovanni Bechis
2014-07-09 11:26:11 +00:00
robert
09ffc3e0bc trailing whitespace cleanup 2014-07-09 10:28:42 +00:00
robert
5e974ec283 add support for fetching distfiles from github
the following variables can be used, all of them besides
GH_TAGNAME is mandatory

GH_TAGNAME ?=
GH_COMMIT ?=
GH_ACCOUNT ?=
GH_PROJECT ?=

ok espie@
2014-07-09 10:27:11 +00:00
zhuk
d3f87bf722 Add a special case for .xpm files, those should go under share/pixmaps/
usually.

Initiated after discussion with kirby@ about games/vegastrike/data in WIP.
2014-07-08 09:48:07 +00:00
bluhm
8de915b166 The script outdated-perl-ports did not parse the epoch number. Fix
the regex to get additional outdated perl ports.
OK espie@
2014-07-07 20:01:39 +00:00
espie
f5244de941 reflect current reality (from Josh Grosse) 2014-06-29 19:04:40 +00:00
sthen
e46dad478d Add a dedicated _icingacmd group for use with icinga2 command pipes and livestatus 2014-06-27 00:09:29 +00:00
jasper
504bb0196f switch to download2.berlios.de for MASTER_SITES_BERLIOS
from/ok sthen@
2014-06-21 11:09:03 +00:00
giovanni
66da183eb8 Fix ports builds with systrace after minherit addition and sort entries
ok jca@ sthen@
2014-06-19 14:43:05 +00:00
ajacoutot
917fcc4163 _salt-master -> _salt 2014-06-17 12:31:09 +00:00
stsp
a527cf8ffa Fix ports builds with systrace after getentropy addition.
ok brad sthen
2014-06-14 07:51:52 +00:00
afresh1
edaddea4f0 Work around perlbug 77706, only hit infrequently on vax.
ok espie@
2014-06-14 01:23:48 +00:00
bentley
a627dbc85c Since lots of people incorrectly mark GPLv2+ ports as "GPLv2", suggest
actual GPLv2 ports be described "GPLv2 only" (already somewhat common).

ok sthen@
2014-06-11 02:42:33 +00:00
sthen
3d3dfb8338 tweak the message used when a file is present in distinfo but not
DISTFILES/SUPDISTFILES; noticed by naddy, also discussed with (and this
diff from) espie
2014-06-05 10:06:09 +00:00
jturner
9bfe089bb8 Reserve uid/gid for mail/pop3d 2014-06-01 00:07:38 +00:00
zhuk
c36d514395 Check for leading articles in COMMENT lines.
Suggested by sebastia@.
2014-05-19 00:57:54 +00:00
espie
b35193ad17 adjust references to regress -> test
noticed by Fabian Raetz, thanks
(incomplete cleanup though)
2014-05-17 18:32:39 +00:00
kirby
e4425c4dd1 compileall.py should be run with ${MODPY_BIN}
okay zhuk@
2014-05-09 20:34:36 +00:00
zhuk
8a07bcfaf1 GLib2 XML schemas mean not only run-time dependency, but devel/dconf in
MODULES, ever.

A few ports are missing devel/dconf in MODULES, to be fixed in a few
minutes.

prodding from ajacoutot@
2014-05-08 17:07:46 +00:00
zhuk
2c410bd0a2 Make it more clear that devel/gettext is preferred as member of MODULES
rather than RUN_DEPENDS.
2014-05-08 15:41:55 +00:00
zhuk
dc8ca3d444 kirby@ pointed out that GLib schema presence should result in devel/dconf,
not devel/glib2. Adjust checks accordingly.
2014-05-08 15:39:49 +00:00
zhuk
cd9770b946 Check for hardcoded paths in Makefiles, too.
Inspired by a not-yet-committed sumbmission on ports@ (hint! hint!).
2014-05-08 07:02:33 +00:00
zhuk
9470fce250 Add GLib2 XML schema @exec/@unexec-delete hooks checks, similar to MIME
packages handling.

Suggested by kirby@
2014-05-07 22:27:06 +00:00
zhuk
c413c83618 Tweak IFS handling in portcheck(1), based on input from Andres Perera for
another tool.
2014-05-07 21:57:00 +00:00
zhuk
045720ca67 Check that man and info pages doesn't go under /usr/local/share/{man,info}.
As usual, inspired by a port review on ports@.
2014-05-06 11:00:55 +00:00
sthen
83d88c54f9 poison EXTRACT_SUFFIX, BUILD_DEPEDNS, RUN_DEPEDNS 2014-05-01 21:25:44 +00:00
espie
2cf36ad340 make HISTORY_ONLY work again... I managed to break it twice :) 2014-04-28 12:51:41 +00:00
zhuk
16e5bd473c Check for extra PERMIT_* lines: not critical but shrinks port Makefiles. 2014-04-27 17:57:14 +00:00
espie
9ce115c5fb nope, the chosen file is intentionally the last file built during a normal
xenocara build, to prevent screw up.

Whine loudly for whatis.db, as things are normally built with current.
2014-04-25 15:28:52 +00:00
sthen
4030dde3b5 check for X11BASE/include/X11/X.h instead of X11BASE/man/mandoc.db, which
isn't yet in all package snapshots.  ok aja@
2014-04-25 15:13:51 +00:00
zhuk
9319072f33 Fix hardcoded paths detection using perl. Reminded by jasper@, thanks!
Tests updates to follow.
2014-04-19 17:20:37 +00:00
sthen
695f4afa8b +unifi 2014-04-18 21:50:03 +00:00
kili
b93ecc6587 Follow the makewhatis(8) switch (s/whatis\.db/mandoc\.db/).
ok espie@, naddy said he did the same changes.
2014-04-18 21:14:20 +00:00
jasper
83f037b628 remove hosts files from an earlier era
ok naddy@
2014-04-17 15:29:05 +00:00
ajacoutot
cd625ac3dd Add ^LOCALSTATEDIR to the default SUBST_VARS.
bulk testing by jasper@ (thanks!)
ok for now espie@
2014-04-15 08:52:35 +00:00
sthen
c5d605f381 drop ftp.esaynet.be from MASTER_SITE_MYSQL, from Donovan Watteau 2014-04-10 13:38:19 +00:00
espie
726e05fda8 makes it impossible to build ports if your sudo setup is incorrect, instead
of working haphazardly half the time.

NOTE: you *must* fix your sudoers for ports to keep working, make sure you
are able to pass thru SUDO_PORT_V1 ! (and the rest that's already there)

okay matthieu@, sthen@
2014-04-08 13:29:34 +00:00
ajacoutot
5bbebc2253 Re-indent and add proper MODGNOME_TOOLS where missing. 2014-04-02 14:34:47 +00:00
jasper
cbcfc5f16b this easter egg wasn't supposed to go in (yet) 2014-04-01 18:41:33 +00:00
jasper
53bb160e75 switch over port to MODGNOME_TOOLS that didnt have it yet 2014-04-01 18:38:52 +00:00
jasper
90c37e5934 poison some old gnome.port.mk variables 2014-04-01 18:09:51 +00:00
ajacoutot
91c00fb2e2 Add user for geo/geoclue2. 2014-03-27 11:30:01 +00:00
afresh1
03fb3296fa Lexical $_ fixes in package tools
okay espie@
2014-03-24 15:18:17 +00:00
nigel
2c8b12f938 Ok @espie 2014-03-23 12:24:14 +00:00