summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-14librpm needs libintl, so include gettext-lib/buildlink.mk injlam1-1/+3
rpm/buildlink.mk.
2001-07-14Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-5/+39
Add necessary dependency on zlib.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile and removejlam1-9/+6
commented-out USE_LIBINTL.
2001-07-14Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used whenjlam2-4/+6
linking libraries and apps.
2001-07-14Honor CFLAGS passed in from environment during build.jlam2-6/+9
2001-07-14Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file tojlam1-4/+3
the end of the Makefile. Remove the commented-out USE_LIBINTL.
2001-07-14Whitespace changes only.jlam1-8/+7
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-3/+2
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-3/+4
2001-07-14add galeontaya1-1/+2
2001-07-14Initial import of galeon.taya6-0/+285
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-14Add buildlink-xmkmf to PLIST.jlam1-1/+2
2001-07-14Don't include bsd.pkg.mk in Makefile.common -- just include it in thejlam3-11/+12
package Makefile.
2001-07-13fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =.dogcow1-2/+2
2001-07-13use NO_CHECKSUMitojun2-3/+4
2001-07-13s/REFERENCES/SEE ALSO/ to meet mdoc(4).itojun1-2/+2
2001-07-13add sysutils/lambditojun1-1/+2
2001-07-13lambd, shutdown switch monitoring daemon for Wildlab LAMBitojun7-0/+286
2001-07-13sync with patch-addmcmahill1-2/+2
2001-07-13Added and enabled cervisia2: A graphical frontend for the CVS clientwulf1-1/+2
running under KDE2
2001-07-13Cervisia is a graphical frontend for the CVS client. Unlike previouswulf4-0/+76
versions of Cervisia, versions 1.3 and later require QT2 and KDE2
2001-07-13Updated ocaml to 3.01: Bugfix releasewulf3-5/+45
2001-07-13Updated camlp4 to 3.01.6: Bugfix releasewulf4-45/+52
2001-07-13Update mozilla to 0.9.2nb1.taya4-3/+268
Try to connect to all address if host have more than 1 address.
2001-07-13Update samba to 2.2.1a.taca10-329/+364
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-13Add RCS ID.bad1-0/+2
2001-07-13Make sure to test for __sparc__ so that NO_SHM gets defined on NetBSD/sparc.bad2-1/+13
2001-07-13Added missing dependency for xpm-3.4kwulf1-1/+3
2001-07-13if a package subdirectory is listed in the category makefile, but doesn'tdmcmahill2-15/+27
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-13Just like perl-mk, python-mk is python version specific. However, as Itv1-1/+2
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-13remove no=longer=needed perl-mkhubertf1-2/+1
2001-07-13Update my email address.fredb6-12/+12
2001-07-13Added Impress, a WYSIWYG vector graphics applicationmanu1-1/+2
2001-07-13Impress is a WYSIWYG vector graphics applicationmanu6-0/+94
2001-07-13Update mew to Mew 2.0 pre2jun2-5/+5
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-13Set "PKG_JVM" to "sun-jdk" to enforce use of the required Java VM.tron1-11/+13
2001-07-13Improve Java handling via "USE_JAVA" option:tron1-7/+17
- 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-13Warn about some more directly used commands we now have ${CMD} for.wiz2-7/+7
[cmp, dirname, sort, wc]
2001-07-13Fix problem described in:jlam2-6/+61
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-13Use ${SORT} instead of sort.jlam1-2/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam43-235/+277
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-13Add definitions for CMP pointing to cmp utility and use it in bsd.pkg.mk.jlam4-7/+10
2001-07-13Make previous commit happy with buildlink-fied imlib.enami1-2/+4
2001-07-13Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Shouldjlam2-3/+6
fix pkg/13409.
2001-07-13* updated from 0.6.0 to 0.6.5. There is no changelog in the distributedkei12-324/+36
archive. Below is the release note from its WWW page. Notes: Lots of minor changes, some minor API changes, some bugs fixed, some crashers removed Changes: Lots of minor changes, some minor API changes, some bugs fixed, some crashers removed * converted to use buildlink.mk.
2001-07-12add barcode-0.96 to category makefiledillo1-1/+2
2001-07-12added barcode-0.96:dillo6-0/+69
create bar codes as EPS (program and library)
2001-07-12Don't try to build against -lreadline on NetBSD-1.4.x, either.fredb1-1/+2
2001-07-12Update to latest release candidate, ntp-4.0.99m-rc3. Continuedfredb4-53/+43
refinements since 4.0.99k, a new feature -- an experimental "huff-n-puff" filter (optionally enabled in /etc/ntp.conf) -- which discards samples with the highest delays, and new drivers for: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF serial and PCI, ONCORE, ulink331. Drop the packages's requirement for GNU readline. It turns out that command line editing in "ntpq" is not all that useful, as you can alway let your shell recall "ntpq -c <command>".