Commit graph

22039 commits

Author SHA1 Message Date
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
bcb7296fe6 Mark as USE_BUILDLINK_ONLY. 2001-07-14 11:54:12 +00:00
jlam
719f599bcb Make a statically-linked perl binary on shared-library-enabled platforms,
but do it correctly.  The way this was done before, by simply statically
linking all the objects into a perl binary without recompiling the objects
without -fPIC, was wrong as pointed out in private email by Todd Vierling.
We now simply reconfigure perl to link statically, and use the perl build
process to generate a statically-linked perl.
2001-07-14 11:31:08 +00:00
jlam
89a4cf4d0c Don't really need kernfs. 2001-07-14 08:02:35 +00:00
jlam
9481178b2a Add message file describing preconditions for the use of psmisc. 2001-07-14 07:57:25 +00:00
jlam
03c5f39994 Move inclusion of buildlink.mk files to end of Makefile. 2001-07-14 07:42:55 +00:00
jlam
295b0775b4 Remove inclusion of gettext-lib/buildlink.mk as it's pulled in by
rpm/buildlink.mk.
2001-07-14 07:38:29 +00:00
jlam
0ac7f6f5c3 librpm needs libintl, so include gettext-lib/buildlink.mk in
rpm/buildlink.mk.
2001-07-14 07:34:44 +00:00
jlam
56c0ff6d58 Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Add necessary dependency on zlib.
2001-07-14 06:35:11 +00:00
jlam
4cb33d6d21 Move inclusion of buildlink.mk files to end of Makefile and remove
commented-out USE_LIBINTL.
2001-07-14 05:55:18 +00:00
jlam
e1fc034a8c Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
2001-07-14 05:12:10 +00:00
jlam
13efd165ea Honor CFLAGS passed in from environment during build. 2001-07-14 03:51:13 +00:00
jlam
31de8b9238 Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file to
the end of the Makefile.  Remove the commented-out USE_LIBINTL.
2001-07-14 03:22:08 +00:00
jlam
c50d74339a Whitespace changes only. 2001-07-14 03:21:17 +00:00
jlam
d068dacc38 Move inclusion of buildlink.mk files to end of Makefile. 2001-07-14 03:16:50 +00:00
jlam
d6ddbc4286 Mark as USE_BUILDLINK_ONLY. 2001-07-14 03:07:34 +00:00
jlam
1c5eb0c40b Mark as USE_BUILDLINK_ONLY. 2001-07-14 02:41:43 +00:00
taya
7b0c1d1e1a add galeon 2001-07-14 02:36:29 +00:00
taya
6d35ebe418 Initial import of galeon.
Galeon is a GNOME web browser based on gecko (mozilla rendering engine).
It's fast, it has a light interface and it is full standards compliant.
2001-07-14 02:34:51 +00:00
jlam
16aaef58a8 Add buildlink-xmkmf to PLIST. 2001-07-14 02:33:44 +00:00
jlam
751004b137 Don't include bsd.pkg.mk in Makefile.common -- just include it in the
package Makefile.
2001-07-14 02:27:35 +00:00
dogcow
0727f70109 fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =. 2001-07-13 23:23:39 +00:00
itojun
7beb6f7ca7 use NO_CHECKSUM 2001-07-13 23:12:18 +00:00
itojun
207c6ae5b0 s/REFERENCES/SEE ALSO/ to meet mdoc(4). 2001-07-13 22:56:24 +00:00
itojun
98069ab4f4 add sysutils/lambd 2001-07-13 21:58:08 +00:00
itojun
e24d870447 lambd, shutdown switch monitoring daemon for Wildlab LAMB 2001-07-13 21:56:01 +00:00
dmcmahill
373564f068 sync with patch-ad 2001-07-13 19:47:29 +00:00
wulf
22807f60e1 Added and enabled cervisia2: A graphical frontend for the CVS client
running under KDE2
2001-07-13 16:59:17 +00:00
wulf
409bf7e8b7 Cervisia is a graphical frontend for the CVS client. Unlike previous
versions of Cervisia, versions 1.3 and later require QT2 and KDE2
2001-07-13 16:56:11 +00:00
wulf
462832fd7f Updated ocaml to 3.01: Bugfix release 2001-07-13 16:22:55 +00:00
wulf
bf3d77b370 Updated camlp4 to 3.01.6: Bugfix release 2001-07-13 16:20:57 +00:00
taya
489dce9875 Update mozilla to 0.9.2nb1.
Try to connect to all address if host have more than 1 address.
2001-07-13 16:14:23 +00:00
taca
db2fe9636b Update samba to 2.2.1a.
WHATS NEW IN Samba 2.2.1a:  11th July 2001
              ==========================================

This is the latest stable release of Samba. This is the version that all
production Samba servers should be running for all current bug-fixes.

This is a minor bugfix release for 2.2.1, *NOT* security related.

1). 2.2.1 had a bug where using smbpasswd -m to add a Windows NT or
Windows2000 machine into a Samba hosted PDC would fail due to our
stricter user name checking. We were disallowing user names
containing '$', which is needed when using smbpasswd to add a
machine into a domain. Automatically adding machines (using the
native Windows tools) into a Samba domain worked correctly.

2.2.1a fixes this single problem.

New/Changed parameters in 2.2.1
-------------------------------

Added parameters.
-----------------

obey pam restrictions

When Samba is configured to use PAM, turns on or off Samba checking
the PAM account restrictions. Defaults to off.

pam password change

When Samba is configured to use PAM, turns on or off Samba passing
the password changes to PAM. Defaults to off.

large readwrite

New option to allow new Windows 2000 large file (64k) streaming
read/write options. Needs a 64 bit underlying operating system
(for Linux use kernel 2.4 with glibc 2.2 or above). Can improve performance
by 10% with Windows 2000 clients. Defaults to off. Not as tested
as some other Samba code paths.

hide unreadable

Prevents clients from seeing the existance of files that cannot
be read. Off by default.

enhanced browsing

Turn on/off the enhanced Samba browing functionality (*1B names).
Default is "on". Can prevent eternal machines in workgroups when
WINS servers are not synchronised.

Removed parameters.
-------------------

domain groups
domain admin users
domain guest users

Changes in 2.2.1
-----------------

1). "find" command removed for smbclient. Internal code now used.
2). smbspool updates to retry connections from Michael Sweet.
3). Fix for mapping 8859-15 characters to UNICODE.
4). Changed "security=server" to try with invalid username to prevent
    account lockouts.
5). Fixes to allow Windows 2000 SP2 clients to join a Samba PDC.
6). Support for Windows 9x Nexus tools to allow security changes from Win9x.
7). Two locking fixes added. Samba 2.2.1 now passes the Clarion network
    lock tester tool for distributed databases.
8). Preliminary support added for Windows 2000 large file read/write SMBs.
9). Changed random number generator in Samba to prevent guess attacks.
10). Fixes for tdb corruption in connections.tdb and file locking brlock.tdb.
     smbd's clean the tdb files on startup and shutdown.
11). Fixes for default ACLs on Solaris.
12). Tidyup of password entry caching code.
13). Correct shutdowns added for send fails. Helps tdb cleanup code.
14). Prevent invalid '/' characters in workgroup names.
15). Removed more static arrays in SAMR code.
16). Client code is now UNICODE on the wire.
17). Fix 2 second timstamp resolution everywhere if dos timestamp set to yes.
18). All tdb opens now going through logging function.
19). Add pam password changing and pam restrictions code.
20). Printer driver management improvements (delete driver).
21). Fix difference between NULL security descriptors and empty
     security descriptors.
22). Fix SID returns for server roles.
23). Allow Windows 2000 mmc to view and set Samba share security descriptors.
24). Allow smbcontrol to forcibly disconnect a share.
25). tdb fixes for HPUX, OpenBSD and other OS's that don't have a coherent
     mmap/file read/write cache.
26). Fix race condition in returning create disposition for file create/open.
27). Fix NT rewriting of security descriptors to their canonical form for
     ACLs.
28). Fix for Samba running on top of Linux VFAT ftruncate bug.
29). Swat fixes for being run with xinetd that doesn't set the umask.
30). Fix for slow writes with Win9x Explorer clients. Emulates Microsoft
     TCP stack early ack specification error.
31). Changed lock & persistant tdb directory to /var/cache/samba by default on
     RedHat and Mandrake as they clear the /var/lock/samba directory on reboot.
2001-07-13 16:08:40 +00:00
bad
b83a2d3e62 Add RCS ID. 2001-07-13 16:06:46 +00:00
bad
f5d2810794 Make sure to test for __sparc__ so that NO_SHM gets defined on NetBSD/sparc. 2001-07-13 16:02:38 +00:00
wulf
90141ff7f4 Added missing dependency for xpm-3.4k 2001-07-13 15:15:50 +00:00
dmcmahill
6b21173ecb if a package subdirectory is listed in the category makefile, but doesn't
exist, then spit out a big warning to stderr (since we often capture stdout
for other purposes) and don't try and descend to that directory.
2001-07-13 15:14:57 +00:00
tv
4c2989abc9 Just like perl-mk, python-mk is python version specific. However, as I
don't use python, set this to NO_PACKAGE to prevent building a binary
package.  For now I'll let someone else look at merging this directly
into the python pkg (where it should be).
2001-07-13 15:00:02 +00:00
hubertf
db91716b34 remove no=longer=needed perl-mk 2001-07-13 14:55:51 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
manu
6e33b61326 Added Impress, a WYSIWYG vector graphics application 2001-07-13 14:39:09 +00:00
manu
0af8e5aa87 Impress is a WYSIWYG vector graphics application 2001-07-13 14:38:05 +00:00
jun
ec99a195da Update mew to Mew 2.0 pre2
Mew 2.0 pre2 (2001/07/13) mew-dist release

* info updates.
* Forcing re-scan if the format of summary cache is old.
* "tu" for mew-thread-unmark.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-addrbook-override-by-newone.
        NABEYA Kenichi <nabeken@jp.fujitsu.com>.
* contrib/mew-fancy-summary.el.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A patch for contrib/mew-nmz.el.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* highlight-body for mew-summary-convert-local-cs.
2001-07-13 13:31:47 +00:00
tron
5aa17221be Set "PKG_JVM" to "sun-jdk" to enforce use of the required Java VM. 2001-07-13 11:30:08 +00:00
tron
cd704ea25b Improve Java handling via "USE_JAVA" option:
- The "sun-jre" and "sun-jdk" packages can now be directly selected by
  setting "PKG_JVM" to "sun-jdk". "JAVA_HOME" is set to
  "${LOCALBASE}/java/jre/bin" in this case which fixes PR pkg/11901
  by myself.
- Only set "CLASSPATH" to "${JAVA_HOME}/lib/classes.zip" if that file
  really exists.
2001-07-13 11:28:23 +00:00
wiz
42f06cdebe Warn about some more directly used commands we now have ${CMD} for.
[cmp, dirname, sort, wc]
2001-07-13 08:20:54 +00:00
jlam
bcc6d60f7e Fix problem described in:
http://mail-index.netbsd.org/tech-pkg/2001/07/12/0000.html

where a XFree86 4.x installation includes FreeType2 headers and libraries
but not the freetype-config script.  The problem is fixed by creating a
freetype-config script for use within the buildlink framework.
2001-07-13 08:18:29 +00:00
jlam
e2d90d27fd Use ${SORT} instead of sort. 2001-07-13 07:13:37 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
jlam
d3bc280f55 Add definitions for CMP pointing to cmp utility and use it in bsd.pkg.mk. 2001-07-13 06:16:02 +00:00