ajacoutot
c4096e6659
Stop using the daemon class in @newuser.
...
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.
discussed with sthen@, tb@ and robert@
praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
sthen
d9b7bd57ac
sync WANTLIB
2022-03-31 12:54:26 +00:00
sthen
3cdf2816b0
sync WANTLIB for some packages that could be semi-automated for some
...
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
naddy
2b3700e37e
drop RCS Ids
2022-03-11 19:57:10 +00:00
op
46361fab84
fix crash in gkrellmreminder
...
The reminder plugin uses fscanf with %d into a time_t to read the dates,
which corrupts them. Switch to fscanf with %lld to a temp variable
before assigning it back to time_t.
Issue reported and diff tested by John McCue (jmccue AT jmcunx DOT com),
thanks!
input and ok tb@
2022-01-21 20:09:42 +00:00
ratchov
0c6c28c32c
Use /dev/null instead of /dev/mixer
...
Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.
"go ahead" landry@ and naddy@
2020-04-16 06:45:19 +00:00
sthen
b8d12a3b20
update various simple PERMIT_* in Makefile.inc files
2019-07-13 10:59:26 +00:00
sthen
485792605b
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 21:02:12 +00:00
sthen
6ff3e55398
bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
...
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
naddy
ebf751b927
Update gettext to 0.20.1.
...
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
790c0e86fd
Bump a bunch of ports to trigger rebuilds following cpu stats changes.
...
More to come later after a longer search completes.
THESE MAY NEED FURTHER WORK! If you use them, please check on -current.
2018-06-01 14:24:55 +00:00
espie
43dbe792d6
FIX_EXTRACT_PERMISSIONS
2017-12-05 16:25:45 +00:00
naddy
2fdd8f7c5e
replace gettext module
2017-11-12 15:17:47 +00:00
naddy
1bf40b8547
replace gettext module
2017-09-15 15:37:17 +00:00
mpi
1864ca1bba
Remove unneeded & dying <netinet/tcpip.h>
...
ok sthen@
2017-05-18 10:39:20 +00:00
rsadowski
c8a9ede166
zap patches/patch-server_configure
...
ok sthen@ landry@
2017-05-02 21:06:31 +00:00
sthen
7d5a7586c3
update to gkrellm-2.3.10, mostly from frantisek holop, small tweak from me to
...
honour CC.
2017-04-23 13:48:29 +00:00
jasper
292f51bd60
remove xmms plugin
2016-08-30 09:57:34 +00:00
naddy
3d056c05b9
removing SHARED_ONLY is safe here
2016-03-16 16:53:50 +00:00
sthen
391dc93fe7
REVISION bumps following the additional member in struct if_data,
...
to make sure packages get updated
2015-10-05 16:29:01 +00:00
ajacoutot
e9eb0d3ae4
Update to gkrellsun-1.0.0.
2015-06-26 18:27:33 +00:00
ajacoutot
809b3f0fcc
Update to gkrellshoot-0.4.4.
2015-06-26 18:26:19 +00:00
ajacoutot
07d37f3ba6
Update to gkrellmms-2.1.22.
2015-06-26 18:25:54 +00:00
ajacoutot
d43cbe4842
Regen DEPENDS/WANTLIB.
2015-06-26 18:08:39 +00:00
ajacoutot
4736b0a77a
Update to gkrellmbgchg2-0.1.11.
2015-06-26 17:25:42 +00:00
sthen
d63e2ec7e6
sync WANTLIB
2015-05-05 17:00:16 +00:00
naddy
90bea15d2f
Drop USE_GROFF: trivial page footer differences only.
2015-01-22 21:17:46 +00:00
naddy
d68892691c
the rest of gkrellmss was removed two months ago
2015-01-18 20:46:21 +00:00
naddy
570aa62a9c
Drop remaining MD5/RMD160/SHA1 checksums.
2015-01-18 03:12:39 +00:00
armani
2084097803
Remove gkrellmss, it is only useful with esound that will be removed
...
ok aja@, ratchov@, brad@
2014-11-04 19:00:12 +00:00
sthen
8a645f9dff
unnecessary param.h
2014-10-13 19:21:43 +00:00
krw
f986a60d52
Adapt to change of inpt_queue to TAILQ from CIRCLEQ.
...
ok zhuk@ sthen@
2013-12-20 02:11:33 +00:00
naddy
c2832a1290
move http://code.google.com , *.googlecode.com, and sites.google.com to https
...
suggested by bentley@
2013-08-07 21:31:12 +00:00
rpe
6f0ec87434
normalize CATEGORIES to sysutils
...
ok sthen@
2013-05-16 20:47:49 +00:00
ajacoutot
9a2f30afe9
Fix building the no_client PSEUDO_FLAVOR; reported by John Tate
...
Remove USE_GROFF.
Sync WANTLIB while here.
2013-03-17 09:47:07 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
nigel
de366fb0d5
Update for rfork removal.
...
Ok sthen@
2012-04-14 09:27:27 +00:00
ajacoutot
e128a0bf97
Put these users in the daemon class to be consistent with all the other
...
ones in ports.
discussed with and ok sthen@
2012-01-26 08:03:56 +00:00
sthen
52c177c5ac
bumps; net/if.h
2011-11-16 00:20:08 +00:00
espie
46d3548829
normalize pkgpath
2011-09-16 11:41:38 +00:00
ajacoutot
18b712adda
Unbreak: sync WANTLIB/MODULES after my recent gettext work.
...
spotted by naddy@, thanks!
2011-07-11 13:09:45 +00:00
ajacoutot
2db5a00fb1
Add some magic to handle the gettext MODULE.
2011-07-07 00:08:35 +00:00
jasper
9d42a3ba0f
- move away from old kinfo_proc2
...
- add mising comment
2011-07-06 12:50:15 +00:00
ajacoutot
8b4546975f
Update to gkrellm-2.3.5.
2011-03-02 06:59:55 +00:00
espie
6c283d7e98
new depends
2010-11-20 17:22:40 +00:00
espie
4d0f59f329
last WANTLIB conversion, hopefully
2010-11-11 19:00:48 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
709b054ab9
USE_GROFF=Yes
2010-10-19 07:43:00 +00:00