summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2004-03-17Unconditionally disable kerberos on FreeBSD.wiz1-1/+2
Per Michal Pasternak on tech-pkg, xscreensaver only supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-17New IPv6 patch.martti2-5/+5
2004-03-17Note revision bump for bittorrent-gui to 1.jmmv1-1/+2
2004-03-17Fix path to python in scripts installed by bittorrent-gui by moving thejmmv3-7/+7
inclusion of python/application.mk to the end of Makefile's and fixing paths to files. Bump PKGREVISION of this package to 1.
2004-03-17Added UNLIMIT_RESOURCES+=datasizemartti1-1/+3
2004-03-17Include ../../mk/bsd.prefs.mk to make sure that TR is defined.kristerw1-1/+3
2004-03-17mpg123(-esound), ncurses, teTeX, xpdf, openssh, tcsh, and blackboxdanw1-8/+9
all build on darwin now.
2004-03-17Don't use :tl to lowercasify the paper size, so this will work on olderdanw1-4/+8
NetBSD and non-NetBSD platforms
2004-03-17fix a file descriptor leak in the darwin PLIST so->dylib translationdanw1-3/+5
script that broke packages that installed too many shared libraries (eg libwww).
2004-03-17don't use bmake's :tl modifier, so this will work on old NetBSD anddanw1-2/+3
non-NetBSD platforms
2004-03-17lyx-1.3.4martti2-3/+4
2004-03-17Updated lyx-xforms and lyx-qt to 1.3.4martti5-19/+18
* It adds support for old files from LyX 0.10.x or 0.12.x; * Lyx documents can now be opened and edited even if they use text classes not present in your latex installation; * New Qt features have been added (improved selection, drag-and-drop); * Mac OS X support is much improved; * The interface and documentation localization have been polished.
2004-03-17Note updates of postgresql-pltcl, tcl-postgresql, and tk-postgresql tominskim1-2/+4
7.3.4nb2 due to Tcl/Tk dependency changes.
2004-03-17Bump PKGREVISION due to Tcl dependency change in the previous commit.minskim1-2/+2
2004-03-17Switch to Tcl/Tk 8.4 and bl3ify tcl-postgresql, tk-postgresql, andminskim5-17/+39
postgresql-pltcl. Closes PR pkg/24816 and pkg/24817.
2004-03-17- Update MASTER_SITES for sourceforge sites.taca2-5/+5
- Update distinfo since distfile has changed.
2004-03-17MAINTAINER should only contain one email address.grant1-2/+2
2004-03-17Fix patch path.soren2-5/+5
2004-03-17Updated gsmlib to 1.10.soren1-1/+2
2004-03-17Update to gsmlib-1.10:soren4-25/+21
- reactivated code in gsm_at to retry sending PDU after unsolicited result code - added description of unicode handling to FAQ - compilation fixes for gcc-3.0.4 - added quick exit for ATZ in UnixSerialPort constructor if phone gives ERROR - added fix for phones that return +CLIP: "Number not available." instead of giving caller ID - added get/setCLIRPresentation() functions to MeTa (contribution by ivan) - added "NO CARRIER" event to the event mechanism (contribution by clock) - added Win32 port of gsmsmsd (thanks to Konstantin Forostyan) - further extented Win32 port of gsmsmsd to handle outgoing messages - fixed problem with Ericsson T39m SMS sending (zero bytes in handshake) - added capability to send concatenated SMSs in gsmsmsd and gsmsendsms - fixed unsigned/signed char problems in Unix/Win32 serial port implementations - added capability to send multiple SMSs to gsmsendsms/gsmsmsd
2004-03-17Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.jlam1-1/+4
2004-03-17Force all of the headers and libraries to be symlinked intojlam1-1/+7
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building X11 packages work with pkgviews again after the X11_TYPE-related changes.
2004-03-17Allow DISTCC_HOSTS and DISTCC_SSH to be set in /etc/mk.conf to modify thejlam1-1/+8
behaviour of distcc when used in the compiler framework.
2004-03-17add a darwin-esd targetdanw2-3/+20
2004-03-17Remove CONFIGURE_ARGS here since it had no effect and specifiedtaca1-8/+1
incorrect parameter.
2004-03-17Drop trailing whitespace, remove unnecessary .Pp andwiz1-4/+4
use .Aq instead of <>.
2004-03-17Update cpuflags to 0.63:abs4-20/+30
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-03-16add darwin supportdanw7-11/+479
2004-03-16Note update of ruby-tcltklib to 1.6.8nb3 due to Tcl/Tk dependency changes.minskim1-1/+2
2004-03-16Switch to Tcl/Tk 8.4. OK'ed by taca@.minskim1-6/+6
Bump PKGREVISION.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam26-26/+52
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16BUILDLINK_DEPENDS.<pkg> should be appended to, not set.jlam5-10/+10
2004-03-16BUILDLINK_DEPENDS.<pkg> is appended to.jlam1-2/+2
2004-03-16Manipulate the buildlink depth so that libiconv and Xfixes aren't addedjlam2-2/+6
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are included by the top-level Makefile.
2004-03-16Don't pass $(top_srcdir)/intl to the compiler. It's unneeded sincejlam2-1/+15
the mutt Makefiles already automatically add "intl" to the list of directories to search for headers, and it fixes breakage when the shell tries to execute "top_srcdir".
2004-03-16Be more permissive in finding libraries to symlink into the buildlinkjlam1-2/+2
directory as libraries may be found outside of ${PREFIX}/lib. We now match anything that looks like "/lib[^/]*$".
2004-03-16Note PKGREVISION bump of tk-Tix due to Tcl/Tk dependency change.minskim1-1/+2
2004-03-16Switch to Tcl/Tk 8.4 and bl3ify.minskim1-3/+5
2004-03-16Remove mew-xemacs (and fix typos).uebayasi1-3/+4