Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-14 | Revert 1.29. | wiz | 1 | -1/+14 | |
With 1.29, e.g. devel/jgrasp would report: ===> Checking for vulnerabilities in jgrasp-1.7.0 => Checksum OK for jgrasp170.zip. ===> Extracting for jgrasp-1.7.0 ===> Required package : NOT found ===> Verifying reinstall for ../../lang/sun-jre13 even if sun-jre13/sun-jdk13 were already installed. | |||||
2004-07-14 | Update chat/jabberd2 to 2.0s3. | xtraeme | 1 | -1/+6 | |
Changes: 2004-06-25 jabberd 2.0s3 * Fixed several memory leaks and overruns <karsten.petersen@hrz.tu-chemnitz.de> * Fixed XMPP session replacement [rob] * Added support for Win32 platforms <peter@cerebus.co.za> [rob] * Added support for requiring SSL/TLS before auth <deryni@eden.rutgers.edu> * Added support for LDAPv3 (including channel encryption) [rob] * Added workaround to make large presence broadcasts more efficient [rob] * Generate random dialback key if none provided [rob] * Rewrote configure script (+ many code tweaks to support this) [rob] * Remove build requirement for Libidn and OpenSSL [rob] * Removed bundled Libidn due to licensing issues [rob] * Bugfixes: 3059, 3174, 3343, 3368, 3480, 3481, 3594 | |||||
2004-07-10 | Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST, | salo | 1 | -1/+11 | |
used by comms/conserver. | |||||
2004-07-10 | Be explicit about the fact that USE_PKGINSTALL has to be set to YES | wiz | 1 | -2/+2 | |
for this Makefile fragment to get included. XXX: This should be documented in Packages.txt, not here. | |||||
2004-07-10 | Replace test -e with -d and -f respectively. | salo | 2 | -13/+13 | |
Fixes part of PR pkg/26235 by Georg Schwarz. | |||||
2004-07-10 | fix typo | grant | 1 | -2/+2 | |
2004-07-10 | explicitly don't transform "-Wl,*", fixing a bug that meant we were | grant | 1 | -1/+5 | |
throwing away all -W arguments that weren't -Wl,-R. fixes building of a number of packages on Solaris. | |||||
2004-07-10 | provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever db | grant | 1 | -1/+14 | |
implementation is being used, including native. tested on NetBSD with db1 in libc, Linux with db1 in libdb, db2, db3 and db4. | |||||
2004-07-08 | Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts. | reed | 1 | -1/+2 | |
2004-07-07 | Remove duplicated BUILDLINK_DEPENDS lines, which are not needed because | xtraeme | 1 | -14/+1 | |
they are already defined in the buildlink3 files. | |||||
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 25 | -2136/+16 | |
buildlink3. | |||||
2004-07-06 | Option "-e" for "test" is not portable. | heinz | 1 | -2/+2 | |
2004-07-06 | Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strength | abs | 1 | -1/+7 | |
Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files. | |||||
2004-07-06 | Implement EXTRACT_CMD.bin | abs | 1 | -1/+3 | |
2004-07-04 | Handle --execute the same way as --install (not modifying the arguments). | wiz | 1 | -2/+2 | |
Needed to convert inputmethods/xcin to bl3. Idea from jlam. | |||||
2004-07-04 | transform --export-dynamic to -G and strip -fstrict-prototypes. | grant | 2 | -3/+13 | |
2004-07-04 | Re-add USE_PKGSRC_GCC, and document it should only be | wiz | 1 | -2/+9 | |
used in /etc/mk.conf. Requested by Klaus Heinz. | |||||
2004-07-04 | Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC, | wiz | 1 | -22/+2 | |
now that all instances of packages using it have been fixed. | |||||
2004-07-03 | catch locking failure case where we couldn't find the parent's process | grant | 1 | -1/+5 | |
ID. from Roland Illig. | |||||
2004-07-03 | style fix from Roland Illig. | grant | 1 | -8/+6 | |
2004-07-03 | use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free. | grant | 1 | -2/+2 | |
2004-07-03 | replace ${TEST} -e with -f. | grant | 1 | -2/+2 | |
2004-07-03 | replace use of ${TEST} -e with -f or -d as appropriate. use consistent | grant | 1 | -12/+12 | |
shell syntax. this allows the pkgsrc framework to work with IRIX 5.3 and Solaris' sh(1) built-in test(1). | |||||
2004-07-03 | add /var/sadm so that Solaris pkgchk(8) can read the package database, | grant | 1 | -2/+2 | |
xpm/builtin.mk uses this to determine whether Solaris has xpm. | |||||
2004-07-03 | update the cache for -static | grant | 1 | -2/+2 | |
2004-07-03 | fix typo and slight botch up in last | grant | 1 | -3/+3 | |
2004-07-03 | Convert -static to -Bstatic. | salo | 1 | -1/+6 | |
2004-07-03 | Use http instead of ftp from ftp.fi.NetBSD.org. This provides at least | gavan | 1 | -2/+2 | |
one MASTER_SITE_BACKUP which is available by http, to be nice to people behind proxies or who have difficulty with ftp. | |||||
2004-07-03 | gcc 3.3.4 is in pkgsrc now. | grant | 1 | -2/+2 | |
2004-07-02 | Unused. | wiz | 1 | -16/+0 | |
2004-07-02 | Remove support for buildlink2, now that all packages using this | wiz | 1 | -7/+3 | |
file have been converted to buildlink3. | |||||
2004-07-02 | else exists ... -> elif exists ... | wiz | 1 | -2/+2 | |
Noted by Roland Illig on tech-pkg. | |||||
2004-07-01 | the timezone file on Solaris is /etc/TIMEZONE. | grant | 1 | -2/+10 | |
2004-07-01 | Do not use continuation -- line is short | wiz | 1 | -3/+2 | |
enough, and this silences a pkglint warning. | |||||
2004-06-27 | Use shell builtins where possible, particularly for TEST. | jschauma | 1 | -9/+5 | |
Pointed out by Roland Illig on tech-pkg. | |||||
2004-06-27 | s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT. | grant | 1 | -2/+2 | |
2004-06-26 | as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia is | grant | 1 | -2/+2 | |
still unreachable. replace it with optusnet.dl.sourceforge.net, another fast, up-to-date mirror. | |||||
2004-06-25 | Add switch and voxel sourceforge mirrors, and reenable aleron, | wiz | 1 | -2/+4 | |
since it is currently working. | |||||
2004-06-25 | make sure we get BMAKE set when calling printdepends and printindex | dmcmahill | 1 | -3/+3 | |
2004-06-23 | In SUBST_SED.pkglocaledir, escape the rest of the line in the pattern. | salo | 1 | -2/+2 | |
Saves trailing \ properly. Addresses PR pkg/26022 by Akio OBATA. | |||||
2004-06-23 | Use TEST instead of [] when using -nt. This makes the section work on | cjep | 1 | -3/+3 | |
SunOS. | |||||
2004-06-22 | Enable drac support in mail/qpopper package, patch was supplied | xtraeme | 1 | -1/+6 | |
by John Nemeth in PR pkg/22925. The new option to use is "QPOPPER_USE_DRAC" and by default is not defined. Bump PKGREVISION. | |||||
2004-06-22 | Remove references about BUILDLINK_UPDATE_CACHE in the configure stage, | xtraeme | 1 | -6/+1 | |
you could build packages faster right now (yay), I'm using this way around +2 months ago without any problem. Ok'ed by jlam@. | |||||
2004-06-21 | Check for libpthread.so.* file with -f instead of echo as suggested by | xtraeme | 1 | -2/+2 | |
grant, because previous check was not working fine, I tested it under OpenBSD 3.5 and now just works. | |||||
2004-06-21 | Under OpenBSD there is no libpthread.so, just libpthread.so.X.X, and | xtraeme | 1 | -1/+12 | |
BUILDLINK_LDADD.pthread was empty, so add a check to find the libraries and if they are found, add -lpthread to BUILDLINK_LDADD.pthread, thanks to grant beattie for the suggestion. Reported and tested by Sergio Jimenez <tripledes at eslack dot org>. | |||||
2004-06-20 | Update sysutils/grub to 0.95, and remove obsoleted options | xtraeme | 1 | -11/+1 | |
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2. | |||||
2004-06-20 | Remove obsoleted options USE_TETEX2 and LIBWRAP_FWD, they are not used | xtraeme | 1 | -14/+1 | |
under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976. | |||||
2004-06-18 | Remove Motif 1.2 functionality. | kristerw | 13 | -119/+29 | |
2004-06-15 | NetBSD 2.0 and above does not have GNU awk, make it so. | grant | 1 | -3/+3 | |
2004-06-15 | add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia. | grant | 1 | -1/+2 | |