summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam16-36/+36
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-07Suggest lincity-1.12.0.reed1-1/+2
When installing lincity, I saw it wasn't available from some sunsite mirrors. A new version is now available. And the new website is http://lincity.sourceforge.net/.
2004-01-07Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kimxtraeme1-2/+4
in PR pkg/24009.
2004-01-07Initial import of amule-1.2.3.xtraeme1-1/+2
This program is a multiplatform ed2k client fork of eMule client using wxWindows class library. It was originally forked from xMule project but not related to it anymore, except little bits of code.
2004-01-07+ amulextraeme1-1/+2
2004-01-07Initial import of amule-1.2.3.xtraeme4-0/+55
This program is a multiplatform ed2k client fork of eMule client using wxWindows class library. It was originally forked from xMule project but not related to it anymore, except little bits of code.
2004-01-07bl3ifyjlam1-2/+4
2004-01-07Create ${PREFIX}/share/examples in pkgviews (NO_MTREE) case.jlam1-1/+3
2004-01-07Use l:ossaudio: instead of S:-lossaudio: to remove a library.jlam1-2/+2
2004-01-07Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper.jlam1-4/+4
2004-01-07Assume NetBSD's sed is good enough.wiz1-2/+2
If problems arise, we can always remove it later. jlam@ agrees (see tech-pkg).
2004-01-06Create a variable USE_XPKGWEDGE that determines whether or not pkgsrc willjlam2-7/+28
use xpkgwedge to install X11 packages into ${LOCALBASE}. It defaults to "no" to preserve the current behaviour. Also make pkgviews imply USE_XPKGWEDGE=yes, as xpkgwedge is a requirement for making X11 packages install properly using pkgviews.
2004-01-06Update dante to 1.1.14.keihan4-33/+5
Compared to the previous release, this version brings amongst other changes the following: Server changes: o Fix bug that prevented rfc931 auth (ident) from working, patch from "Meno Abels" <Meno.Abels@7d.net>. o Workaround for 'bswap_32' header bug on linux.
2004-01-06Back out revision 1.6 which was wrong. It failed to matchjlam1-3/+5
-I/usr/pkg/include given I:/usr/pkg:...
2004-01-06fix typo ('HP' instead of correct 'PHP')jdolecek1-1/+1
2004-01-06This doesn't really need USE_X11.xtraeme1-2/+1
2004-01-06Allow pkgviews installation.jmmv1-1/+6
2004-01-06Use l:foo: instead of S:...: to remove a library.jlam2-4/+4
2004-01-06We are removing -ltermcap, not -liconv.jlam1-2/+2
2004-01-06Allow l:foo: to remove -lfoo. Also remove an incorrect rule in the "l"jlam1-4/+10
case.
2004-01-06UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG buildabs2-2/+4
2004-01-06Note revision bump for guppi to 8.jmmv1-1/+2
2004-01-06Bump PKGREVISION to 2 due to guppi dependancy changes.jmmv1-2/+2
2004-01-06Adjust dependancies to only depend on required libraries, not the wholejmmv2-6/+13
gnome-core package. This lets gnucash be installed alongside GNOME2 again. Bump PKGREVISION to 8.
2004-01-06Reduce the number of lines emitted by the I and L rules.jlam1-5/+3
2004-01-06Not necessary any longer after update to 4.0.2.wiz3-38/+1
2004-01-06Missing trailing $ to only match whole words.jlam1-2/+2
2004-01-06Make PLIST work if different perl version is used (version was hard-codedreed1-38/+38
in PLIST.) Use: ${PERL5_SITEARCH} Instead of: lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}
2004-01-06Make sure perl5 build doesn't wait for manual input at thereed1-1/+3
site-specific manual pages step in Configure. (Okay'd by jlam@.) This closes my PR #23009.
2004-01-06screen-4.0.2 update.wiz1-1/+2
2004-01-06Update to 4.0.2, provided by Soren Jacobsen in PR 24000.wiz4-20/+7
In his own words: 4.0.2 fixes a local privelege escalation problem. See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0972 for more information. There's no ChangeLog available, but other than the fix for this and regeneration of the configure script, changes are extremely small. Also, I've removed the info files from PLIST and PLIST.SunOS. They are handled automatically as of bsd.pkg.mk 1.1332.
2004-01-06Fix typo; new sentence, new line;wiz1-7/+7
drop trailing spaces; add comma in enumeration.
2004-01-06Rework a bit to describe the pkg wildcards in their ownhubertf1-73/+79
section, etc.
2004-01-06pkg_install now prints post-install message by default, if available.hubertf3-6/+8
2004-01-06Note new chmlib and xchm packages.wiz1-1/+3
2004-01-06Update to xlockmore 5.11.1. Changes:hubertf5-10/+9
Debug patch below had an undesired effect on euler2d.c.
2004-01-06Add and enable chmlib.wiz1-1/+2
2004-01-06Add and enable xchm.wiz1-1/+2
2004-01-06Import of xchm from pkgsrc-wip (by xtraeme@).wiz4-0/+31
xCHM is a CHM viewer for UNIX, based on Jed Wing's CHMLIB and written with wxWindows. xCHM can view your files, show the contents tree if one is available, print the current page, work with bookmarks and do the usual history stunts. It allows you to change fonts and search for text in all the pages of the archive, or in the pages' titles. What it can't do is handle Javascript by the book.
2004-01-06Initial import of chmlib, a library dealing with .chm files,wiz6-0/+84
from pkgsrc-wip (by xtraeme@). CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. Since the last version there have been major bugfixes, portability improvements, and minor feature additions.
2004-01-06+ abcde-2.1.10, gettext-0.13.1, mrtg-2.10.12, sqlite-2.8.9.wiz1-4/+10
Add moji to suggested packages.
2004-01-06Fix awk warnings in MASTER_SORT* code.wiz1-4/+4
From Stoned Elipot (seb@).
2004-01-06Fix typo (kochi-ttf, not tty :) ).wiz1-2/+2
2004-01-06Add FreeBSD to _BLNK_CACHE_ALL (matches bsd.buildlink2.mk).jlam1-1/+2
2004-01-06Fix comment for generate-plist after removal of PERL5_GENERATE_PLIST.jlam1-3/+1
2004-01-06PERL5_GENERATE_PLIST is defined properly in perl5/module.mk, and alljlam1-20/+1
perl5 modules have been converted to use module.mk, so nuke the duplicate code in bsd.pkg.mk.
2004-01-06If xpkgwedge is installed, then _always_ add it to BUILD_DEPENDS. Alsojlam1-2/+3
comment the section that sets the PREFIX.
2004-01-06Add patch that should have been added previously...cjep1-0/+31
2004-01-06postgresql-7.4.1 is out.taca1-2/+2
2004-01-06Try to convert GCC's optimization flags to SunPro optimization flags.jlam2-3/+18
From Jonathan Perkin in private email.