summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-30Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.tron1-2/+2
2002-07-30Fix error in creation of the freetype-config wrapper script. Now, wejlam1-25/+18
generate the wrapper if the original config scripts exists, otherwise we create our own config script freom buildlink-freetype-config.in.
2002-07-30add missing dependency on p5-IO-String. Makes the reading of EXIF data workdmcmahill1-1/+2
2002-07-30add and enable p5-IO-Stringdmcmahill1-1/+2
2002-07-30initial import of p5-IO-String-1.01dmcmahill4-0/+28
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
2002-07-30update for p5-Term-ReadKey 2.21.grant1-3/+3
2002-07-30update p5-Term-ReadKey to 2.21.grant1-2/+2
* various bug fixes * removal of interactive test stage * support for compilers which don't support function prototypes (as support for non-ANSI compilers is gone in Perl 5.8) * improved win32 support
2002-07-30make the tests for file existence actually workross3-15/+15
now at 1.0.4
2002-07-30back out OBJOSMACHINE stuff as it is superfluous. pointed out bygrant2-14/+3
jlam.
2002-07-29r5rs, not r4rsperry1-2/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam14-28/+28
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-29Invert the test for USE_JAVA. It now takes an optional value of "run"jlam1-5/+4
(instead of "build"). The rationale is that USE_JAVA= is "bigger" than USE_JAVA=run in the sense that the former adds another dependency. For packages that don't need the extra dependency, we can trim it off by setting USE_JAVA more thoughtfully.
2002-07-29Change the semantics of the USE_JAVA variable. USE_JAVA may now take anjlam1-7/+14
optional value of "build" to represent that the package needs a JDK for a build dependency in addition to the usual run dependency on a JVM.
2002-07-29Add a paragraph on how to move a package in the repository.wiz1-1/+24
2002-07-29Now that multiple JDKs can be installed, provide a working defaultschmonz1-23/+29
JAVA_HOME for the given PKG_JVM. Include tools.jar on the CLASSPATH if it exists. From discussion with jlam. Approved by jwise.
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron3-3/+40
in the directory box. This is inconsistent with the command line handling and can turn into a security problem. This change fixed PR pkg/17751 by Christian Biere. Bump package revision to reflect this change.
2002-07-29rc.d-ifyjoda1-5/+19
2002-07-29Tabify, and apply patch from pkg/17331 by Julio Merino, addingwiz1-6/+8
NO_PATCH and NO_CONFIGURE.
2002-07-29Fix for PR 17741, m_swap.h needs to have sys/endian.h included toblymn2-6/+12
correctly determine the endian of the host machine.
2002-07-29Update to 20020710 snapshot. Highlights since 20020411 snapshot include:junyoung4-20/+73
WHAT'S NEW with Wine-20020509: - More dll separation work. - Many async I/O improvements. - Still more unit tests. - A lot less multimedia code. - Many portability fixes, esp. for ReactOS. - Lots of bug fixes. WHAT'S NEW with Wine-20020605: - Better Mingw support, including cross-compilation on Linux. - Still more dll separation work. - Winelib applications now get loaded much like builtin dlls. - Some command-line options replaced by config entries. - Multimedia improvements, including an MP3 decoder. - Massive whitespace cleanup. - New Winelib file manager. - Lots of bug fixes. WHAT'S NEW with Wine-20020710: - DirectSound 8 and DirectInput 8 support. - Many OLE improvements. - Support for font downloading in Postscript driver. - ALSA sound driver. - More portability fixes, particularly for Sparc. - Lots of bug fixes.
2002-07-29add default mime.types file for sylpheed and sylpheed-claws.grant4-2/+216
suggested by Bill Warner in pkg/15972, with minor changes by me.
2002-07-29add OBJOSMACHINE, to use OS version and arch specific workgrant2-3/+14
directories, eg. work.NetBSD-1.5-i386 work.SunOS-5.7-sparc
2002-07-29Add and enable winbind.jlam1-1/+2
2002-07-29security/winbind - unified logon information between UNIX and Windows NTjlam10-0/+281
Winbind uses a UNIX implementation of Microsoft RPC calls, Pluggable Authentication Modules, and the Name Service Switch to allow Windows NT domain users to appear and operate as UNIX users on a UNIX machine. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system. Currently, the nsswitch module doesn't work on NetBSD as NetBSD doesn't support dynamically loadable nsdispatch callbacks. However, the pam_winbind.so module may (quite usefully) be used to authenticate against a domain controller for a Windows domain via the NT user authentication protocol. This package currently tracks the winbind components from the Samba 2.2.x releases, but may be used in conjunction with older Samba 2.0.x releases as well.
2002-07-29samba>=2.2.3 actually can't replace everything samba-2.0.x can do, sojlam1-3/+1
re-enable it. My particular application used multi-user Btrieve 5.x database that kept corrupting itself on samba-2.2.x, but worked flawlessly under samba-2.0.x.
2002-07-29Remove a couple of empty patches that accidentially got created duringrh4-4/+2
pkgconfig cleanup.
2002-07-28Update uae to 0.8.22.kristerw3-28/+5
Changes since 0.8.21: - Misc. bug fixes - Extensive updates for the sprite emulation and blitter timing code.
2002-07-28Use canonical pkgsrc config.guess and config.sub to build on Darwin.schmonz2-2/+6
2002-07-28Format paragraphs. Normalize indentation. Apostrophize. Spell "your"schmonz4-26/+26
using only 7-bit ASCII.
2002-07-28Avoid including bsd.pkg.mk twice on not-Darwin.schmonz1-3/+4
2002-07-28Uncomment inadvertently out-commented JDK_HOME definition. Sprinkleschmonz1-2/+9
some Darwin ifdefs. Now that we can't rely on "emulators/suse_linux/Makefile.application" being included, include bsd.pkg.mk directly.
2002-07-28Inform USE_JAVA about the new JDK/JRE naming scheme, so that packagesschmonz1-10/+11
that USE_JAVA can work.
2002-07-28Entab.schmonz1-7/+7
2002-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz1-4/+3
unsupported by this JRE. In such cases, this avoids the error message "CATEGORIES and DISTNAME are mandatory" and allows the usual NOT_FOR_PLATFORM message to be displayed.
2002-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz2-16/+15
unsupported by this JRE. In such cases, this avoids the error message "CATEGORIES and DISTNAME are mandatory" and allows the usual NOT_FOR_PLATFORM message to be displayed. Also, entab a bit.
2002-07-28Entab (not as serious as previous).schmonz1-2/+2
2002-07-28Tabs are significant to make(1). Entab to avoid a parse error aroundschmonz1-13/+13
do-install. Entab elsewhere for readability.
2002-07-28Build on Darwin.schmonz4-2/+90
2002-07-28Build on Darwin.schmonz4-4/+48
2002-07-28Build on Darwin using patches from Apple's Darwin source repository,schmonz5-11/+37
via Fink.
2002-07-28Sort PLIST.schmonz1-112/+112
2002-07-28Add rc.d script to control qmail, provided by Lubomir Sedlacikschmonz5-9/+66
<salo@Xtrmntr.org> in pkg/15326. Add example mailer.conf. Bump PKGREVISION. Clarify binary package situation: We don't allow binary packages to be created because they don't currently work. Additionally, if someone were to make them work, we'd be unable to distribute them because we apply a few patches to the qmail source. Thanks to zuntum and jlam for discussion and assistance.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma6-1212/+968
subdirectories under ${PREFIX}/java/ -- Change VI of many (the last). Thus install this JDK into ${PREFIX}/java/blackdown-1.3.1 and remove CONFLICTS with other JDKs/JREs. Split this package into blackdown-jre13 and blackdown-jdk13 much like sun-j* (see previous import of lang/blackdown-jre13). Bump PKGREVISION. Note: this package is available for i386, sparc, powerpc and the blackdown-jre is also available for arm. If you have any of sparc, powerpc or arm, please make sure this works properly.
2002-07-27Initial import of blackdown-jre13, split off from lang/blackdown-jdk13.jschauma7-0/+306
Common Makefile functionality for this and lang/blackdown-jdk13 is in Makefile.common.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-90/+20
subdirectories under ${PREFIX}/java/ -- Change VI of many. Thus install this JDK into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.4.0 to sun-jdk14-0 (avoids conflict with sun-jre13). Pull in common stuff by including lang/sun-jre14/Makefile.common. Extend MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-661/+651
subdirectories under ${PREFIX}/java/ -- Change V of many. Thus install this JRE into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.4.0 to sun-jre14-0 (avoids conflict with sun-jre13). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk14 (commit coming up). Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-134/+27
subdirectories under ${PREFIX}/java/ -- Change IV of many. Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.3.1.0.2 to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14). Include lang/sun-jre13/Makefile.common for shared info. Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma4-272/+283
subdirectories under ${PREFIX}/java/ -- Change III of many. Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.3.1.0.2 to sun-jre13-1.0.2 (avoids conflict with sun-jre14). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk13 (commit coming up). Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma2-9/+7
subdirectories under ${PREFIX}/java/ -- Change II of many. Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove CONFLICTS with other JDKs/JREs and bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-135/+116
subdirectories under ${PREFIX}/java/ -- Change I of many. Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe rather than ${PREFIX}/java While we're at it, update kaffe to version 1.0.7. Changes since 1.0.6: - New version of KJC - New encoding converters based on iconv(). - Lots of bug fixes Furthermore, the website says that 1.0.7 has added support for Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for Compaq Tru64 GNU/Linux and support of PowerPC without libffi. People with access to any of these platforms are encouraged to test this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.