sthen
4ecfae5d8b
use MODPY_PI
2015-07-17 23:24:22 +00:00
jasper
d8d2f964cb
- add note why we're using ',' as a separator in the sed command
...
- add missing rcs id while here
2015-07-17 23:11:52 +00:00
jasper
369fb5bdc5
remove unused defines, no pkg change
2015-07-17 22:51:06 +00:00
sthen
77e1587c7b
remove useless patch, the make target it's modifying isn't called
2015-07-17 22:44:28 +00:00
jasper
46036929a8
use sed -i
2015-07-17 22:44:04 +00:00
sthen
3a4c3144c9
copy the ccache handling from gcc/4.8/gcc4.port.mk and apply it to gcc/4.9
2015-07-17 22:42:12 +00:00
jasper
f1949a160b
use sed -i
2015-07-17 22:25:14 +00:00
jasper
f3543a7c16
use sed -i
2015-07-17 21:51:02 +00:00
jasper
4ad368248b
remove dance avoiding sed -i usage
2015-07-17 21:48:40 +00:00
ajacoutot
4e0d107db6
Sync with syslog.conf(5).
2015-07-17 21:46:19 +00:00
jasper
a7ee75a38e
drop dependencies on gsed now that our sed can cope with -i
2015-07-17 21:46:10 +00:00
jasper
93eca33b3e
drop now unneeded patch and just use sed
2015-07-17 21:33:07 +00:00
ajacoutot
08f74affc1
Do not hardcode path to python.
2015-07-17 21:32:39 +00:00
ajacoutot
085d0e4d05
sudo(8) -> su(1)
2015-07-17 21:23:08 +00:00
jasper
0cfe5a2805
use sed -i
2015-07-17 21:13:14 +00:00
sthen
3fb7150486
add obsolete_reason quirk for pidgin-facebookchat, requested by aja
2015-07-17 21:09:38 +00:00
zhuk
8151a52736
Improve mysqld readiness detection a bit:
...
- Don't issue ping immediately, mysqld won't be ready for sure.
- Don't print mysqladmin ping output: it confuses a careful reader and
doesn't provide any useful info; we'd better say that mysqld could not
start explicitly, if needed.
Discovered while moving ports to mariadb.port.mk.
2015-07-17 20:56:59 +00:00
sthen
2472dcaf22
remove pidgin-facebookchat, it's broken by upstream changes, as reported
...
by Michael McConville
2015-07-17 20:53:03 +00:00
ajacoutot
c3e54f48aa
Change the instructions to use su(1) instead of sudo(1).
2015-07-17 20:38:43 +00:00
ajacoutot
a6e5e0780f
Add PORTROACH annotation.
2015-07-17 20:12:59 +00:00
espie
f6c3f3f239
oopsie found by naddy.
2015-07-17 20:11:45 +00:00
ajacoutot
cab3bc80ff
No more _apache2.
2015-07-17 19:52:14 +00:00
ajacoutot
349bd79515
Change the default user to "www".
...
This makes it easier to switch from one web server to the other.
discussed with stsp@ sthen@
ok sthen@
2015-07-17 19:52:06 +00:00
jasper
47e9fa3d27
print a warning when rcctl failed; instead of having the user guess at ruby
...
error messages
2015-07-17 18:09:55 +00:00
juanfra
a0912f7a1e
Update to clzip 1.7.
2015-07-17 18:06:05 +00:00
jasper
d7bf193d7c
unbreak runtime with ruby 2.2
2015-07-17 17:53:21 +00:00
ajacoutot
93ae9e64ab
This chunk is not needed anymore.
2015-07-17 17:40:38 +00:00
ajacoutot
fac60dc97a
Set ownership to the "www" user.
2015-07-17 17:39:54 +00:00
sthen
ab9f7cc3b0
Correct the examples path in the pkg-readme. Issue pointed out by
...
Thanos Tsouanas <thanos at tsouanas dot org>, diff from brad, ok giovanni
2015-07-17 17:31:27 +00:00
pirofti
db7b6459dd
Update youtube-dl to 2015.07.07.
...
New extractors:
- snagfilms
- thisamericanlife
- twitter
Removed:
- empflix
Okay dance by mpi@, grumpy agreement from mrposix@ and general agreement from
the rest of the c2k15 party.
2015-07-17 17:27:40 +00:00
ajacoutot
41c0c78902
Tweak README.
2015-07-17 17:14:23 +00:00
ajacoutot
e340a6e4e0
Only enable regression tests with !python3.
2015-07-17 16:55:57 +00:00
ajacoutot
e0341db10f
Update to py-webtest-2.0.18.
2015-07-17 16:52:11 +00:00
zhuk
ab16fb1f48
Enable mariadb port module here, allowing non-interactive test runs.
...
okay giovanni@ (MAINTAINER) and afresh1@.
2015-07-17 16:34:01 +00:00
ajacoutot
f3be67722f
Do not RUN_DEPENDS on yelp for the light FLAVOR.
...
requested by jca@
2015-07-17 16:26:47 +00:00
millert
193a965c57
Update to sudo 1.8.14
2015-07-17 15:51:32 +00:00
ajacoutot
4eb86876c9
Needs textproc/docbook2x for building.
...
ok jasper@ (maintainer)
2015-07-17 15:29:44 +00:00
dcoppa
f80e1de230
Update to mumble-1.2.10
2015-07-17 15:09:42 +00:00
rpointel
dcf5dba0ec
rewrite PKGNAME variable, idea from aja@
...
ok aja@.
2015-07-17 15:08:16 +00:00
jasper
e052b89c2b
update to puppetdb-2.3.6
2015-07-17 15:07:51 +00:00
nigel
66374a58f9
bump now ruby22 is the default FLAVOR
...
Ok jeremy@
2015-07-17 14:47:24 +00:00
zhuk
10683474c2
Add mariadb.port.mk, a test-support module for MySQL/MariaDB-based ports.
...
This is an analog of postgresql.port.mk, but for MariaDB. p5-DBD-mysql
is on its way to use this module soon, others to follow.
Documentation bits will go in soon as well.
okay giovanni@
2015-07-17 14:41:58 +00:00
jeremy
e8094d8f55
Make ruby22 the default FLAVOR
2015-07-17 14:36:29 +00:00
rpointel
872310fa47
update apktool to 2.0.1.
...
ok benoit@.
2015-07-17 13:51:13 +00:00
zhuk
70e31df8d9
Update KMyMoney to 4.7.2.
...
The last patch gets removed, hurray!
2015-07-17 08:29:28 +00:00
ajacoutot
373edc3260
Missed bump after the ruby default version update.
2015-07-17 05:54:45 +00:00
zhuk
eab3d66b23
MASTER_SITES0 isn't used, so zap this line.
2015-07-17 01:17:30 +00:00
zhuk
9b36d4fb92
KDE 3 distfiles were moved.
2015-07-17 01:14:13 +00:00
sthen
df7659fe10
add ruby22-passenger to the list of alternatives for nginx,passenger RUN_DEPENDS
2015-07-17 00:06:32 +00:00
ajacoutot
2889a1d16f
Remove the perl bullshit.
2015-07-16 23:57:18 +00:00