| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes an issue where gksudo would successfully authenticate
the user, but fail to run the requested command. This was caused by
gksudo forking a new PTY, meaning that different TTY was used for the
"sudo -v" command and subsequent "sudo -n ..." command. Whilst this used
to work, newer versions of sudo used per TTY authentication caching.
Patch taken from Arch Linux: https://aur.archlinux.org/packages/libgksu/
Also fixed:
- Made Nautilus plugin optional, so gksu can be installed without GNOME
- Added license details, pet portlint
- Tidied patches: move path fixes into port Makefile
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
| |
These ports require msgfmt. FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool. The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked. Explicitly add gettext-tools to get msgfmt.
|
| |
|
|
|
|
| |
Submitted by: antoine@
|
| |
|
|
|
|
|
|
| |
. use new LIB_DEPENDS syntax;
. USE_GMAKE -> USES=gmake;
. drop maintainership (do not use the port any more).
|
|
|
|
|
|
| |
the mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
|
|
|
|
| |
sysutils)
|
| |
|
| |
|
|
|
|
| |
Suggested by: makc, gerald (thanks!)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. remove shlib ABI versions from LIB_DEPENDS;
. USE_GNOME=gnomehack -> USES=pathfix;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. add USE_LDCONFIG=yes (a library is installed);
. utilise USE_GNOME=desktopfileutils;
. fix build after glib2 update; [1]
. sort pkg-plist.
PR: ports/176863 [1]
Reported by: Ivan Klymenko <fidaj@ukr.net> [1]
|
| |
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
|
|
|
| |
. update sysutils/libgksu to version 2.0.9; [1]
. fix timing bug in the program when running on slower / single core systems; [1]
. fix a bug in libgksu, which calls tcdrain() on the master side of a pty. [2]
PR: 156401 [1], 141149 [2]
Submitted by: Kris Moore <kris@pcbsd.org> [1],
john hood <jh@sandstorm.net>, sandstorm-ni@sandstorm.net [2]
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
|
| |
- 's/INSTALLS_SHLIB/USE_LDCONFIG';
- change my email to FreeBSD.org one.
Pointed out by: Bill Fenner's distfile survey [1]
|
|
|
|
|
| |
security/gnomekeyring -> security/gnome-keyring
security/gnomekeyringmanager -> security/gnome-keyring-manager
|
|
|
|
|
| |
PR: ports/97608
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer)
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
| |
- Unbreak
PR: ports/89024
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
|
| |
|
|
|
|
|
| |
carries this version of the distfile, and mark port BROKEN indicating
that it needs an update to the latest version.B
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Reported by: Damian <damian@indignation.org>
|
|
|
|
| |
big upgrade.
|
|
preserving environment when acting as a su frontend. It is useful to
menu items or other graphical programs that need to ask a user's password
to run programs as another user.
PR: 72258
Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
|