summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-20Fix build on sparc64 with gcc2. Correct a spelling error.snj2-2/+5
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-20Fix build on sparc64 with gcc2. Slightly silence pkglint.snj2-2/+6
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-20Fix build on Linux. From Antonio Marques in PR pkg/24852.snj2-1/+13
2004-03-20- fix minor bug in testsuite script.dmcmahill3-3/+15
- while here fix up home page
2004-03-20Spelling fix.snj1-1/+1
2004-03-19Add support for amd64.kristerw3-8/+12
2004-03-19Add a few more files that are not installed on SunOS.bouyer1-4/+4
2004-03-19mono 0.31 is out.xtraeme1-1/+2
2004-03-19Don't match "bin/libtool" and symlink into the buildlink directory ifjlam1-2/+2
libtool/buildlink3.mk is included by a package Makefile, as that symlink overwrites the libtool wrapper script. This fixes pkg/24851.
2004-03-19Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because itben2-8/+2
was done incorrectly and because it was disruptive to the pkgsrc freeze. Will fix this correctly after the freeze is finished.
2004-03-19Update eb-3.3.4 + eblook 1.6 + lookup 1.4.uebayasi1-1/+4
2004-03-19Update to 1.4.uebayasi3-11/+15
* ndeb supports inline graphics display (GNU Emacs 21, XEmacs). * GNU Emacs 21 displays Gaiji without bitmap-mule. * Other improvements & fixes.
2004-03-19Update to 1.6. Support EB 4.x. Add pbm, xbm, bmp, bmp2ppm, bmp2tiff,uebayasi3-9/+50
jpg, jpeg commands. Bug fixes. Bl3'ify.
2004-03-19Update to 3.3.4. Minor bug fixes. Bl3'ify.uebayasi4-11/+31
2004-03-19Note update of security/fprot-workstation-bin pacakge to 4.4.1.taca1-1/+2
2004-03-19Update fp-netbsd-ws package to 4.4.1 since old distribution isn'ttaca2-6/+6
available any more. (c) FRISK Software International http://www.f-prot.com/ F-PROT Antivirus for BSD, version 4.4.1 Version 4.4.1 contains various bugfixes and improvements to the documentation and software. o Further enhancements of scanning password encrypted zip files. o Added detection of encrypted archives (since various new viruses spread through encrypted archives). o Minor bug-fixes in the F-Prot daemon. o Minor bug-fixes in scan-mail.pl (smtp proxying). o Critical bug-fixes in f-prot-milter.
2004-03-19SUSE 7.3 has been discontinued -- fix ftp path on master site, and removewiz1-4/+4
mirrors that don't serve the discontinued releases.
2004-03-19Comment out TEST_TARGET -- it does not work,wiz1-2/+4
since buildlink3 hides the needed scripts from autoconf too well.
2004-03-19These packages use c++, so add USE_LANGUAGES= c c++bouyer3-3/+6
2004-03-19Fix build on Linux (Red Hat 7.3).uebayasi3-4/+18
2004-03-19NetBSD doesn't use __unix__ nor unix, so use __NetBSD__ and so on inxtraeme5-7/+44
slPortability.h to include <sys/param.h> which is needed to get defined(BSD) in sl.h. While I'm here switch to use buildlink3. Bump PKGREVISION to 1.
2004-03-19add xfig, gv, and xemacs for darwindanw1-4/+4
2004-03-19use Tk-8.4 instead of 8.3.dmcmahill3-6/+6
2004-03-19add another darwin linker option that needs to be protected fromdanw1-4/+5
path munging
2004-03-19When using imake and buildlink together, assert our definitions ofdanw1-1/+4
CC and CXX on the make command line, in case imake's definitions use complete paths (which would get around the buildlink wrappers)
2004-03-18bl3ifyxtraeme4-4/+43
2004-03-18Install lib/pkgconfig/libpng12.pc, otherwise "pkgconfig --list-all" willben2-2/+8
fail with an error if imlib2 is installed.
2004-03-18Rewrite comment so that it doesn't cause errors in make.jlam1-3/+5
2004-03-18PR pkg/24355: Michal Pasternak, make this build under FreeBSD.xtraeme2-1/+17
2004-03-18Sync MESSAGE with reality, based on suggestion by Jeremy C. Reedxtraeme1-4/+8
and Michal Pasternak; PR pkg/24582.
2004-03-18Bump PKGREVISION after gkrellm1 buildlink[23].mk change.cube9-18/+18
That should close PR 24818.
2004-03-18Change dependency constraint to 'gkrellm<2.0' so that gkrellm1 pluginscube2-4/+4
don't even try building when gkrellm-2 is installed.
2004-03-18don't assume there will always be broken packages. noted by wiz.grant1-2/+5
2004-03-18don't try to cd into work/, just remove work/dir.grant1-2/+2
2004-03-18Explicitly depend on a threaded version of Python, so that the dictrecht1-1/+2
gets built. Should fix hubertf's bulk build.
2004-03-18Explicitly disable mpeg2dec support to fix a build failure if it's installedjmmv1-1/+2
(i.e., detected by configure but not buildlinked). Note that I haven't been able to reproduce it, although it's clear it may happen sometimes (happened in the past with arts support, for example). Furthermore, it seems that the mpeg2dec plugin does not actually build when using our libmpeg2 package. Closes PR pkg/24835.
2004-03-18Update pkgtools/createbuildlink to 3.4. Changes from version 3.3jlam3-7/+22
include creating buildlink3.mk files that include other buildlink3.mk files outside of the region that is protected against multiple inclusion. This is required to fix a bug in properly ordering the packages listed in BUILDLINK_PACKAGES.
2004-03-18Capitalize COMMENT.jmmv1-2/+2
2004-03-18Back out part of previous that was an unrelated change accidentallyjlam1-107/+2
committed.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam272-963/+785
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18Rename the internal package variable referred to by buildlink[23]. Nojlam10-151/+151
functional change.
2004-03-18This uses rpcgen, so set NO_EXPORT_CPP.jlam1-1/+2
2004-03-18add a build dependency on perl5 so the documentation will get built.dmcmahill1-1/+2
Fixes recent packaging problems noted in the bulk builds.
2004-03-18Forgot to change perl's bl3.xtraeme1-2/+2
2004-03-18bl3ifyxtraeme1-4/+4
2004-03-17Note update of sun-j*14 to 2.4jschauma2-4/+4
2004-03-17Update sun-j*14 to latest version 1.4.2_04 or sun-j*14-2.4.jschauma5-23/+24
This is done during the freeze since the default distfile vanishes from Sun's website. Changes and bugs fixed since 1.4.2_03 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: Encoding Unicode to JIS0208 Throw exception HTMLEditorKit uses always default editor kit for rendering of frames javac requires exponential time to attribute methods in a large hierarchy NullPointerException in JFileChooser when accessing system level icons 1.4 REGRESSION: Metal & Windows FileChooserUI classes cannot be used without She Cross-platform PrinterJob.printDialog gets hidden by main application window GTK+ theme keynav for JTree expand/collapse doesn't confirm with GTK+2 standard closing sequencer sometimes crashes the VM GTK+ L&F not fully reflecting GNOME High contrast large print theme GTK+ JFileChooser doesn't open multiple files RMI call remains blocked even after network cable is unplugged in Solaris 8 REGRESSION: Unicode escape processing is redone REGRESSION: regex character class negation error REGRESSION: infinite loop in ISO2022_JP$Decoder. decodeArrayLoop() Printing: Legal page sizes not correctly selected/printed on Linux in with J2se1.3 in multithread situation, socket reads data unexpectly JPI Control Panel "Help" refers to the incorrect Update button name Include UseSpinning, UseTLAB, PreBlockSpin with -XX:+AggressiveHeap for Linux DefaultWriteObject Flag is always true in RMI-IIOP data stream IOP serialization is slow for large objects CHROOT JDK 1.4.2-b28 Incorrect ordering of loads/stores of same memory loc with -XX:-OptoScheduling JDK 1.4 and the JIS0208 character set encoding Java plugin downloads sticky applet multiple time for sites using load balancing javax.rmi.CORBA.Util.isLocal(stub) restricts custom ORB spinners don't look like native ones on blueprint GTK L&F: In JFileChooser folder ordering is unlike native mercury ordering JFileChooser filepanel background color is unlike native mercury GTK L&F: Behaviour of new folder button in JFileChooser is unlike native mercury JFileDIalog does not show the current directory in GTK Swing's GTK look and feel should be updated to track GTK 2.2 GTK L&F: Shift+Tab causes the JFileChosser to behave vague Drag anchor of JToolBar is unlike the native mercury toolbar JFileChooser Dialog does not respond to the ESC key unlike Native FileDialog RepositoryId Lists not handled correctly Swing's blueprint engine is not in sync with native version Wrong discriminator received on a union with multiple case labels on a branch CORBA COMM_FAILURE when destroy() takes too long and close() happens J2SE needs to support Korean on Mercury Ship currently published CA certificates in cacerts file Regression: 1.4.2 JVM core dumps with error ID 4F530E43505002EF 01 Regression: jarsigner fails to verify the jar files Cannot specify java.util.logging.manager property using JWS IOException on drop part of drag'n'drop JavaWebStart version number inaccurate on Korean Locale on Win2000 C2 crash in adjust_check Java Web Start 1.4.2 uses obsolete cacerts file. GTK L&F: Behaviour of rename button in JFileChooser is unlike native mercury sun.nio.ch.Util.releaseTemporaryDirectBuffer NullPointerException classDepth(null) crashes VM consider removing validity check on trusted cert anchor selection -XX:NewSize, MaxNewSize CL arguments sometimes ignored JRE 1.4.2 support for Chinese/Korean fonts on Redhat AS 2.1 Signature timestamps in signed jar files break forward compatibility REG: JVM crash on RH3.0 w/ 4F533F4C494E55583F 491418160E4350500306 Interop broken b/w 1.4.2_04 and 1.4.1,1.5 for TreeSet, BigInteger, BigDecimal Krb5LoginModule authentication fails with exception, "connection reset"
2004-03-17Add explicit dependency on pkgconfig.minskim1-1/+2