Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-04 | add missing version number (pointed out by Martti Kuparinen) | drochner | 1 | -2/+2 | |
2002-12-04 | Note tits update to 1.0.3. | scw | 1 | -1/+2 | |
2002-12-04 | Correct output filename: Extrnals.html, not Extnals.html | rearnsha | 2 | -5/+5 | |
2002-12-04 | Upgrade to version 1.0.3. | scw | 2 | -6/+5 | |
Changes since the previous point release: - The telnet listener should not bomb out if it fails to init/add a client. - Fix a buffer size problem in the telnet client. Note: This was not a a buffer-overflow. It was simply getnameinfo(3) returning an error when presented with a peer whose IP address resolved to a string larger than NI_MAXSERV. Since NI_MAXSERV was the wrong constant to use anyway in this context, replace it with NI_MAXHOST. | |||||
2002-12-04 | Do not use MANCOMPRESSED and avoid manpage compression during | jmmv | 3 | -5/+17 | |
installation (it was not even working properly and caused problems). | |||||
2002-12-04 | Build-depend on libiconv; it is required to generate some files. | jmmv | 1 | -1/+2 | |
2002-12-04 | Add work arround for problem in buildlink2 framework which makes libtool's | tron | 1 | -1/+5 | |
attempt to relink the shared libraries fail. | |||||
2002-12-04 | Fix the varargs usage in GifQprintf(). | thorpej | 2 | -1/+24 | |
2002-12-04 | $(LIBTOO) -> $(LIBTOOL) | dan | 2 | -5/+5 | |
2002-12-03 | net/openh323 updated to 1.10.4 | jdolecek | 1 | -1/+2 | |
list of changes is not readily available, but the pkg is now at least buildable with libtool without particular problems, and the BROKEN tag has been removed | |||||
2002-12-03 | update openh323 to version 1.10.4 | jdolecek | 6 | -132/+213 | |
list of changes isn't readily available remove BROKEN tag, since it builds Just Fine nowadays; more tests need be done to confirm it really works with pth, tho Partially based upon pkg/17983 by Wojciech Puchar | |||||
2002-12-03 | Note mutt update to 1.4nb3 | jmmv | 1 | -1/+2 | |
2002-12-03 | Fix mutt(1) manpage so paths in the FILES section appear properly | jmmv | 5 | -5/+65 | |
(/etc -> PKG_SYSCONFDIR and /usr/local -> PREFIX). Also remove references to the mutt_dotlock program and do not install its manpage because it does not get installed. Bump PKGREVISION to 3. Approved by tron, the maintainer. | |||||
2002-12-03 | Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin | agc | 8 | -14/+17 | |
defining _OPSYS_PERL_REQD to the correct value to make sure there's a valid perl version for that platform. | |||||
2002-12-03 | Add a layer of abstraction into bsd.pkg.mk for Java settings - set the | agc | 8 | -10/+17 | |
path to the java home directory depending upon whether the operating system includes Java by default. Use the operating system-dependent definitions files to set this value. | |||||
2002-12-03 | s/-path/-rpath/ | jschauma | 1 | -2/+2 | |
2002-12-03 | libtoolify also .dep rule in common.mak | jdolecek | 5 | -6/+61 | |
fix path in pwlib.mak and gui.mak, too bump pkg revision to 2 | |||||
2002-12-03 | add zope HTML documentation | drochner | 4 | -0/+136 | |
2002-12-03 | added this weather thing | drochner | 2 | -2/+4 | |
2002-12-03 | zope product to display weather data | drochner | 4 | -0/+56 | |
2002-12-03 | Use ${_PATCH_CAN_BACKUP} rather than hardcoding an OPSYS value into | agc | 8 | -9/+16 | |
the logic for doing backups when applying patches, and set the value accordingly in the opsys-dependent defs file. | |||||
2002-12-03 | Use a more generic way of determining, on an opsys-dependent basis, | agc | 8 | -9/+16 | |
whether the gettext package should be used. | |||||
2002-12-03 | Handle the different rpath directive to the linker for Irix in a different, | agc | 8 | -24/+18 | |
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which takes the value "-rpath," or "-R", set appropriately in the opsys-dependent defs files. | |||||
2002-12-03 | Abstract out the base value of libtool required into _OPSYS_LIBTOOL_REQD, | agc | 8 | -15/+17 | |
and use that rather than a hardcoded ${OPSYS} default in bsd.pkg.mk | |||||
2002-12-03 | Apply patches from Sergey Svishchev in PR 19221 to get the correct value | agc | 1 | -1/+3 | |
for localpatches and to make that directory available in the sandbox. | |||||
2002-12-03 | regen (squid-2.5.STABLE1-disable-http-violations.patch size and SHA1 change) | wiz | 1 | -3/+3 | |
2002-12-03 | Downgrade buildlink depends to libwww>=5.3.2nb2. | wiz | 1 | -2/+2 | |
Noted by Frederick Bruckman on tech-pkg. | |||||
2002-12-03 | Commit patch from Nick after testing it on IRIX. | jschauma | 1 | -9/+12 | |
This patch corrects a typo and uses PKGCONFIG_OVERRIDE_SED rather than adjusting sed lateron in the target. Modification of the patch: use '-Wl,-rpath,/path' rather than '-Wl,-rpath -Wl,/path' as suggested by jlam in another email. | |||||
2002-12-03 | allow 'mkcert' to work on Solaris by using ${SH} rather than /bin/sh. | grant | 2 | -33/+38 | |
2002-12-03 | on Solaris, pass -Wl,-R ... (as per NetBSD targets) so that libssl can | grant | 2 | -6/+89 | |
find libcrypto. fixes my PR pkg/19229. | |||||
2002-12-03 | oops, remove accidental -lpth in library link flags, it was left there | jdolecek | 3 | -5/+6 | |
by accident problem pointed out by Daniel Carosone bump pkg revision | |||||
2002-12-03 | xcdroast update | drochner | 1 | -1/+2 | |
2002-12-03 | put automatic ossaudio detection into operation | drochner | 1 | -11/+9 | |
2002-12-03 | + SDL-image-1.2.2, atari800-1.2.5, centericq-4.8.9, gmp-4.1.1, gphoto-2.1.1, | wiz | 1 | -4/+13 | |
libexif-0.5.7, mozilla-1.2.1, nxtvepg-2.4.1, polsms-1.9.0 [pkg/19235], pureftpd-0.13a [pkg/19233], silc-{client,server}-0.9.9.1 | |||||
2002-12-03 | document how to use sudo with pkgsrc | hubertf | 1 | -1/+14 | |
(for just-in-time-su(1) password caching) | |||||
2002-12-03 | Fix DESCR, as pointed out by Brian A. Seklecki on tech-pkg. | wiz | 1 | -3/+3 | |
2002-12-03 | mkdir share/icons unneeded -- will be created by tar/pax. | wiz | 1 | -2/+1 | |
mkdirs are only needed for empty directories. | |||||
2002-12-03 | Ensure that the voxware (OSS) audio server is built on NetBSD/sparc. | jlam | 3 | -6/+17 | |
2002-12-03 | Make this work with audio/oss again. | jlam | 2 | -15/+15 | |
2002-12-03 | Note update of mozilla-linux to 1.2.1. | grant | 1 | -1/+2 | |
2002-12-03 | Update mozilla-linux to 1.2.1. | grant | 3 | -14/+10 | |
Major changes since Mozilla 1.1: Browser * Type ahead find * Additional toolbar customization * Visual enhancements to interface * Tabbed browsing enhancements * Browser idle time can now be used to auto-fetch ahead documents * XML prettyprinting * Fix for DHTML bug in 1.2 Mail * New "filter after the fact" capability * Drag and drop from the message search results window The full list of changes can be found at http://www.mozilla.org/releases/mozilla1.2.1/ | |||||
2002-12-03 | Allow package Makefiles to define REPLACE_LOCALEDIR, which is a space- | jlam | 1 | -10/+20 | |
separated list of files relative to ${WRKSRC} on which we do PKGLOCALEDIR replacement. This is in addition to the files on which we already do the PKGLOCALEDIR replacement (Makefile.in* and Makefile*). | |||||
2002-12-03 | Updated squirrelmail to 1.2.10 | martti | 1 | -1/+2 | |
2002-12-03 | Updated squirrelmail to 1.2.10 | martti | 3 | -6/+18 | |
* multiple session issues resolved * many updated translations * a number of other bugs fixed | |||||
2002-12-02 | Noop commit, just tweaking style. | seb | 1 | -4/+2 | |
2002-12-02 | Trivially use buildlink2. | seb | 1 | -1/+2 | |
2002-12-02 | +fetchmail-6.1.3 [pkg/19242] | jmmv | 1 | -1/+2 | |
2002-12-02 | Bump PKGREVISION for audio/normalize: remove dependency on GNU gettext if | jlam | 1 | -2/+2 | |
the system libintl is sufficient, and fix build by properly defining USE_LIBTOOL. | |||||
2002-12-02 | The gettext fix has migrated to gettext-lib/buildlink2.mk | jlam | 1 | -2/+1 | |
2002-12-02 | Bump PKGREVISION for audio/normalize: remove dependency on GNU gettext if | jlam | 1 | -4/+4 | |
the system libintl is sufficient, and fix build by properly defining USE_LIBTOOL. |