| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Update MASTER_SITES
PR: 117102
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
| |
PR: ports/113700
Submitted by: Rashid N. Achilov <achilov-rn@askd.ru>
|
|
|
|
|
| |
PR: 113514
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
PR: ports/106666
Submitted by: vd
With hat: portmgr
|
|
|
|
|
| |
PR: ports/104668
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
| |
PR: ports/96348
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
|
|
| |
editing config.h.
PR: 91907
Submitted by: Tobias Roth <ports@fsck.ch>
|
|
|
|
|
| |
PR: 91626
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some time ago I send PR about PAM support in xlockmore. Now
I spend some time to work on xlockmore. I found that PAM
works fine by default (with --enable-pam), but only with
modules that does not requires root rights to authenticate.
But almost all PAM configurations ends with pam_unix call.
Here is the trouble. xlock drops root privileges after
startup. I use BAD_PAM again to wrap this setuid(). IMHO,
usage of BAD_PAM is right in this case. Also abort trap was
fixed. Here was error in PAM_conv function. I'll send
explanations of changes and situation to xlock-discuss
mailing list later. May be fixes will be committed into
next release of xlockmore.
Here is attached diff against xlockmore port. It makes some
changes in Makefile and drops two patches to files dir.
New knobs added to Makefile and some old changed. Here is the
description:
- OPTIONS added for interactive configuration of xlockmore
(make config).
- WITH_PAM - enable common PAM support in xlock, but does not define
BAD_PAM. So PAM modules that does not require root rights can be used
(pam_pwdfile e.g.).
- WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after
'configure'. So all PAM modules can be used, including pam_unix.
- WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines.
- WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some
cases.
PR: ports/90276
Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
|
|
|
|
|
| |
PR: ports/76358
Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
|
| |
|
|
|
|
|
| |
PR: ports/89060
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|
|
|
|
|
| |
Reported by: krismail
Submitted by: Andrew P. <infofarmer@gmail.com>
|
|
|
|
|
| |
PR: ports/88328
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
|
|
|
|
|
| |
PR: ports/85068
Submitted by: UMENO Takashi
|
|
|
|
|
| |
PR: 82063
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
|
|
|
|
|
| |
PR: 81422
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
| |
- Use PLIST_FILES (me)
PR: ports/79516
Submitted by: UMENO Takashi
|
|
|
|
|
| |
PR: ports/76848
Submitted by: UMENO Takashi
|
|
|
|
|
| |
PR: ports/74466
Submitted by: UMENO Takashi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
|
|
|
|
|
|
| |
Update port: x11/xlockmore to 5.13
PR: ports/69379
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
| |
PR: ports/66067
Submitted by: UMENO Takashi <umeno@belldandy.unnumbered.net>
|
| |
|
|
|
|
|
| |
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
PR: 62629
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 61159
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build if MAKE_KERBEROS4 defined [2]
Make cosmetic changes for pkg-descr, add WWW tag [3]
Spotted by: Chris <chris-gnats34@randomcamel.net> [2]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1],
Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2],
osa [3]
PRs: 59882, 60925
|
|
|
|
|
|
| |
(for example, japanese/xlockmore)
PR: ports/59664 (related)
|
|
|
|
|
|
|
|
| |
. Add some knobs (WITH_MB, XLOCKMORE_LANG). [1]
. USE_MESA -> USE_GL.
PR: 59139 [1]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1]
|
|
|
|
|
| |
PR: ports/55812
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
|
|
| |
PR: 52001 52512
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Disown this port.
|
|
|
|
|
| |
PR: 51428
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
|
| |
PR: 50843
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
| |
PR: 46050
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
| |
Approved by: tg (maintainer)
|
|
|
|
| |
Submitted by: Christian Chen <oistrakh@earthlink.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 31141
Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se>
|
|
|
|
|
|
| |
$XLOCKLIBS for people using kerberos5.
Suggested by: Niels Kroon <niels@fundum.net>
|
|
|
|
| |
with thread support also on XFree86-3 systems.
|