Age | Commit message (Collapse) | Author | Files | Lines |
|
are *REQUIRED* (in fact, only the former) to get gdm working.
- Manually set 'procname' in the rc.d script so that 'gdm stop' works.
- Allow the rc.d script to work w/o rc.subr.
- Use PAM's buildlink2.mk file instead of a simple DEPENDS.
- Remove useless stuff from PLIST.
- Simplify Makefile a bit.
- As a result, bump PKGREVISION to 1.
|
|
via NetBSD's rc.d framework. From David Ferlier in PR pkg/24132.
|
|
|
|
explain how we should start it. From David Ferlier in PR pkg/24131.
|
|
|
|
with GCC_REQD=2.95.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
archivers/bzip2 if we don't have it.
|
|
|
|
|
|
|
|
|
|
|
|
s/USE_GMAKE/USE_GNU_TOOLS+=make/ while here.
|
|
|
|
enabling Xinerama support.
Fixes mozilla on e.g. macppc with only libXinerama.a.
|
|
|
|
* 0 address behaves correctly in single-file (-i and -s) mode.
* documentation improvements.
* tested with many hosts and compilers.
* updated regex matcher from upstream, with many bugfixes and speedups.
* the `N' command's feature that is detailed in the BUGS file was disabled
by the first change below in sed 4.0.8. The behavior has now been
restored, and is only enabled if POSIXLY_CORRECT behavior is not
requested.
|
|
|
|
Revision 3.212
Add record locking
Add single file, file sharing.
Revision 3.213
Enhance fill/verify (diag mode) for shared file.
Revision 3.214
Remove warnings.
Revision 3.215
Add prototype for mylockr()
Revision 3.216
Fix prototype for mylockr
Revision 3.217
Enable options for Windows systems.
|
|
|
|
Summary of major changes since 2.62
-----------------------------------
- Fixed bug related to perl 5.005 which stopped SpamAssassin from being
runnable
- Fixed bug where "spamassassin -l" parameter wouldn't be untainted before
being used
- Added caching of body rendering results so that the message wouldn't
be rendered the same way multiple times unnecessarily.
Summary of major changes since 2.61
-----------------------------------
- Fixed two bugs related to Received line generation and parsing.
- Modified two rules to reduce false positives.
- Fixed bug where spamd temporary init directory wasn't removed in some
situations.
- Modified HABEAS_SWE to function even if the Habeas headers were out of
their normal order.
- Fixed bug where reporting wouldn't remove message markup before being
learned by Bayes.
- Fixed bug where report_safe_copy_headers would reverse the order of the
Received headers.
- Fixed several bugs in the Bayes system caused by DB_File oddities.
|
|
|
|
This program sets attribute "override_redirect" to True for any window
you've specified (using window name). Window Managers should ignore
such windows; it's useful, for example, if you're using wmx Window Manager,
and want to have a clock on every virtual screen and without any
borders.
From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
|
|
|
|
This program sets attribute "override_redirect" to True for any window
you've specified (using window name). Window Managers should ignore
such windows; it's useful, for example, if you're using wmx Window Manager,
and want to have a clock on every virtual screen and without any
borders.
From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
|
|
submitted in private mail by Georg Schwarz. Prevents PLIST mismatches
on these platforms.
Tested for non-interference with other platforms, but no specific
IRIX testing of this version of fix yet performed.
|
|
|
|
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the
strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that
way).
|
|
|
|
enforce that using PHASES_AFTER_BUILDLINK.
Also, transform the physical path to ${WRKDIR} into the value ${WRKDIR} in
the wrapper scripts. This allows ${WRKDIR} to be a path that traverses a
symlink. In particular, it allows users to set WRKOBJDIR to point to a
symlink.
|
|
fetching, extracting, configuring, building, etc. of a package. We
can check what phase we're in by examining the value of ${PKG_PHASE}
and comparing against PHASES_AFTER_<phase>, which list phases that
are "greater than or equal to" <phase>.
One useful example of how to use PKG_PHASE is:
.if !empty(PHASES_AFTER_EXTRACT:${PKG_PHASE})
#
# Some variable settings or targets here that rely on dependencies to
# already be installed, or ${WRKDIR} to be created, etc., as these are
# things that should have happened by the time "make extract" is
# completed.
#
.endif
|
|
Reported by Peter Bex.
|
|
|
|
Most noticable changes (refer to ChangeLog for the complete set, since it
is very long):
* Support for extensibleObject objects
* Allow LDAP URIs
* NT passwords, LMHASH passwords
* GTK2 environment
* UTF-8 support
|
|
build and install properly using Heimdal.
|
|
|
|
build and install properly using Heimdal.
|
|
Kerberos for GSSAPI support.
|
|
wrapper script will transform, then output the transformed command.
Prefix the original command with [*] and the transformed command with <.>
to ease scanning of .work.log.
|
|
|
|
packages.
|