summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam32-108/+432
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Use pkgsrc intltool.minskim1-1/+2
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam31-568/+640
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-12Update bochs to 2.1.1 (doh). Changes:hubertf3-6/+7
- fix bug in int15h function 0xe820 (Christian Neubert) - fix vmware3 disk support on big-endian platforms (Christophe Bothamy) - fix conditions for NM exception on FWAIT instruction (Christophe) - fix symbol conflict in rfb and x display libraries (Volker Ruppert) - allow 16 bit writes to ne2k page 0 (Volker) - notify display libraries on change of bpp (Volker) - fix bug in int13h function 0x10 (Volker) - fix floppy dialog error on win2k (Volker) - fix adress check in TSS IO permission bitmap (Christophe) - fix buffer overflow vulnerability pointed out by SeSoX (Christophe) - updates for MacOS compile (Daniel Gimpelevich)
2004-02-12Update bochs to 2.1. Changes:hubertf12-286/+137
- New disassembler - 3DNow!/SSE/SSE2/PNI instruction support - Vmware3/Sparse/Undoable/Growing harddisk images support - many VGA emulation improvements (e.g. high/true color VBE modes added) - No more X11 vga font required
2004-02-11Set 'USE_LANGUAGES=c c++'kristerw1-1/+2
2004-02-11Conflict with linuxls; and sort entries in variable.jmmv1-2/+2
2004-02-11Note removal of linuxls and addition of gnuls, version 5.0.jmmv1-1/+3
2004-02-11linuxls -> gnuls.jmmv1-2/+2
2004-02-11Remove linuxls; replaced by a more up to date gnuls.jmmv7-526/+0
2004-02-11Fix conflicts during the merge (add files not imported properly).jmmv2-0/+50
Hope this is the right way to go...
2004-02-11Initial import of gnuls, version 5.0:jmmv4-0/+38
This package provides the GNU ls utility, from the GNU coreutils package. It also includes the dircolors program, which is intended to be used together with it. This replaces the extremely outdated (and maybe broken) linuxls package.
2004-02-11Note bump PKGREVISION to imlib2.xtraeme1-1/+2
2004-02-11Increase BUILDLINK_DEPENDS.xtraeme2-4/+4
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme9-18/+18
2004-02-11Note update of pkg_comp to 1.16.jmmv1-1/+2
2004-02-11Bump PKGREVISION due to USE_X11BASE -> USE_X11 change.xtraeme1-2/+2
2004-02-11Update to 1.16:jmmv2-6/+6
- Use WRKDIR_BASENAME instead of OBJMACHINE to get a unique name of object directories. This way, multiple jails can use the same pkgsrc tree with write access and get the right obj links. - Fix COPYROOTCFG.
2004-02-11Add Uzbek latin (uz) and cyrillic (uz@Cyrl) locale directories, used byjmmv16-16/+144
GTK+ 2.3.x.
2004-02-11Improve wording.sketch1-4/+4
2004-02-11Use plain MKDIR instead of INSTALL_DATA_DIR to allow build as non-root.seb2-4/+4
2004-02-11Fix pasto(?) in BUILDLINK_PKGSRCDIR.apache's value.seb1-2/+2
2004-02-11Only use the GNU PTH fix if GNU PTH is being used in the zsnes build.ben2-5/+7
2004-02-11Make pkglint happy.jmmv1-2/+3
2004-02-11mldonkey-2.5.11 update done.wiz1-1/+2
2004-02-11Update to 2.5.11.wiz4-69/+10
Patches accepted back. 2004/02/10: Fabrice (version 2.5.11, tag release-2-5-11) - New GUI protocol 24, all times in relative-time. - Re-applied patch #2603 - ./config/configure.in: select former or new implementation of sha1 depending on the presence of byteswap.h and endian.h. - Applied patches #2611, #2612, #2613, #2614
2004-02-11Note update of textproc/ruby-rdtool package to 0.6.14nb1.taca1-1/+2
2004-02-11Remove dependency to ruby-amstd package and bump PKG_REVISION.taca3-4/+32
2004-02-11Note update of "mutt" package to version 1.4.2.tron1-1/+2
2004-02-11Update "mutt" package to version 1.4.2. Changes since version 1.4.1:tron2-6/+5
This version fixes a buffer overflow that can be triggered by incoming messages. There are reports about spam that has actually triggered this problem and crashed mutt.
2004-02-11Only include "../../devel/GConf2/buildlink3.mk" if the package is reallytron1-1/+7
using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is using buildlink2 and nothing otherwise.
2004-02-11Note update of gtk-doc to 1.0.jmmv1-1/+2
2004-02-11Update to 1.0. This version includes lots of changes WRT 0.9. Some of themjmmv4-12/+22
are the inclusion of a pkg-config file, and support to convert documentation from XML to XHTML using xsltproc. Bug fixes, too.
2004-02-11+ amule-1.2.5, conserver-8.1.1, matchbox-0.8, nut-9.9.wiz1-4/+5
2004-02-11libgnomevfs links against libgconf2, so addwiz1-1/+2
GConf2 buildlink3.mk.
2004-02-11Add pthread.buildlink3.mk missing from this file. glib2's libgthreadjlam1-1/+2
has always needed a thread library.
2004-02-11fix incorrect usage of LOWER_OPSYS in PLIST.grant1-6/+6
2004-02-11Teach these package Makefiles about ICONV_TYPE.jlam4-8/+9
2004-02-11fix incorrect usage of ${LOWER_OPSYS} in PLIST.grant1-2/+2
2004-02-11Replace ICONV_IS_GNU with ICONV_TYPE, which can be checked to be eitherjlam2-4/+21
"gnu" or "native".
2004-02-11Add pthread.buildlink3.mk to make it build again.wiz1-1/+2
2004-02-11pass OPSYS and MACHINE_ARCH in the environmen, not CPPFLAGS.grant1-3/+3
2004-02-11Add wxmozilla as suggested new package.xtraeme1-1/+4
2004-02-11just use ${OPSYS} and ${MACHINE_ARCH} from the environment. this meansgrant1-2/+2
we can set it in the environment if bootstrapping or have pkgsrc do it for us.
2004-02-11Move the INCOMPAT_FOO checks to a more natural location within thejlam6-90/+87
block that decides whether package FOO is built-in or not. If the platform is listed in IMCOMPAT_FOO, then treat FOO as being not built-in.
2004-02-11Note update of clamav to 0.66.recht1-1/+2
2004-02-11update to 0.66recht7-91/+83
This version is a response to the "clamav 0.65 remote DOS exploit" information published on popular security-related mailing lists. Other changes include: (see the README for a full list) -) clamd: + fixed database timestamp handling (and a double reload problem reported by Alex Pleiner and Ole Stanstrup) + new directive: ArchiveMaxCompressionRatio + new command: SESSION (starts a clamd session and allows to do multiple commands per TCP session) + new directives: TemporaryDirectory, LogClean (Andrey V. Malyshev) -) freshclam: + support for freshclam.conf (that may be optionally merged with clamav.conf, command line options overwrite config settings) + work-around for potential database downgrade (subtle problem in r-r dns handling) - reported by Daniel Mario Vega and patched by Luca Gibelli Fix build by rather patch "configure" directly instead of configure.in (autoconf failed). Tested on NetBSD-current and Linux (some kind of Debian).
2004-02-11Include pthread.buildlink3.mk to make this buildwiz1-1/+2
again (hi juan!).
2004-02-11Add another mirror to MASTER_SITE_SUSE, needed for emulators/suse_x11xtraeme1-1/+2
package.
2004-02-11bl3ifyxtraeme1-8/+8