summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2003-06-23Tell Irix where to find the right libs for the used ABI. Subsequentjschauma5-43/+38
ruby-packages link correctly then. Also, this way, ruby builds completely and we don't need various RUBY_NO_FOO variables.
2003-06-23Undo previous.jtb2-4/+4
2003-06-23Use type int instead of signed char in code making comparisons to EOF.jtb2-4/+4
2003-06-23* vax.c : interp() is now new_context()jtb3-34/+32
* powerpc.s : conform to SVR4 ABI.
2003-06-23Build with native code compilers on systems where they're available,jtb1-2/+3
which now includes powerpc and sparc. Bump PKGREVISION.
2003-06-23Enable native code compilers on powerpc and sparc.jtb7-6/+113
Bump PKGREVISION.
2003-06-23Make this work on powerpc.jtb12-20/+228
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-23Update sun-j*14 to version 1.4.1_03. Changes since _02 are numerous andjschauma5-26/+16
can be found at http://java.sun.com/j2se/1.4.1/ReleaseNotes.html.
2003-06-23Bump PKGREVISIONs of lang/perl5 and lang/perl58: modify the build so thatjlam6-24/+67
libgcc.a isn't linked "whole archive" into the perl executable on newer NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked into shared libraries, so this hack isn't needed. This change was tested by building and testing textproc/xerces-p, a C++ perl5 module that uses functions in libgcc.a.
2003-06-19Convert to USE_NEW_TEXINFO.seb4-7/+19
Patch Makefile.in to use MAKEINFO and INSTALL_INFO from environment. XXX DESCR could use a bit of trimming.
2003-06-19Add checksums for patch-a{f,g,h}.wiz1-1/+4
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-17only do the USE_BINUTILS tests if we're on NetBSD.grant1-3/+3
unbreaks this on Solaris and other non-GNU binutils platforms.
2003-06-16Don't check for socket() in libnet.* - this will give a false hitdrochner2-10/+57
if pkgsrc/devel/libnet is installed. Should fix PR pkg/21876 by Jeremy C. Reed.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs3-7/+8
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-11Don't gratuitiusly force use of binutil's "ld", as this one evidentlyfredb1-2/+1
has "${PREFIX}/lib" in it's search path, causing configure to to pick up libraries it shouldn't (such as "libiconv" -- PR pkg/21848).
2003-06-10Pull in devel/binutils if '${AS} --version' reports to be less than 2.13.2.1,fredb1-1/+18
and ensure that the built compiler uses it. This fixes a problem reported by abs compiling perl, among other things. Apparently, gcc-3.3 triggers a bug in gas: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10877 Bump ${PKGREVISION}.
2003-06-09Update to 21.8, edition 2.6 of the Emacs Lisp Reference Manual,uebayasi4-10/+12
corresponding to GNU Emacs version 21.2.
2003-06-07Fix path to locale directory in patch files (i.e., do not hardcode /usr/pkgjmmv3-5/+7
and use PKGLOCALEDIR's value).
2003-06-07Add NetBSD RCS tags.cjep1-0/+1
2003-06-06g/c the now unneeded explicite export of LINK_ALL_LIBGCC_HACK to thedrochner6-12/+6
environment
2003-06-06add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line,drochner12-12/+67
so that dynamic libraries using libgcc functions can be loaded should fix PR pkg/16144 by Brett Slager
2003-06-06update Python22 to 2.2.3drochner14-68/+202
This is a bugfix release. Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the interpreter against libgcc. This should fix PR pkg/16144 in the Python2.2 (and NetBSD-1.5) case.
2003-06-06Adjust patches to pickup gc include files correctly.jmc3-7/+7
2003-06-06Update to version 9.4.2.jtb24-159/+170
Notable changes in this latest version are listed here. Some code cleanup work and documentation editing has also been done. 256-color limit removed Icon's X-windows interface previously limited each window to 256 colors at one time. This limitation has been removed for the TrueColor displays provided by most modern computers. Median-cut quantization is used to select 256 image colors when WriteImage() is called to write a GIF file. Library changes As usual, several files in the Icon program library have been added or edited. The core library files, however, remain stable. Minor changes * The command "icon - [args]" can now be used to execute a source program read from standard input. * A new "icont -N" flag suppresses embedding of an iconx path in the generated executable * The configuration directory has been restructured. * Several obsolete configurations have been removed. * The environment variables HEAPSIZE and BLOCKSIZE no longer function as undocumented alternatives to BLKSIZE. The GNU ls utility uses BLOCKSIZE for other purposes, leading to confusion. * "make Install" has been changed to never delete anything. It now creates a new directory rather than altering an existing one.
2003-06-06* Allow gpc to use the base system gcc on NetBSD systems for linkingjtb3-59/+68
C and Pascal. * Remove dependencies on gmp, rx, ncurses. They're not needed for general Pascal programming, only for some of the units, and can be installed later if required. * Bump PKGREVISION.
2003-06-05remove some empty directories in post-install, so we do not create agrant1-3/+7
broken binary pkg.
2003-06-05Make this install on IRIX by setting some RUBY_NO_FOO vars in PLIST_SUBST.jschauma2-7/+24
2003-06-05Make this threaded; link libpthread.so in advance and use threaded versionsuebayasi2-4/+9
of libc functions. Otherwise, it dies when libpthread.so is dynamically loaded by dl_open(3). Supposed to fix PR21522, Gnucash dies on startup. Bump revision to 2.
2003-06-05add -L${PREFIX}/gcc-2.95.3/lib to LDFLAGS if USE_GCC_SHLIB is defined,grant1-2/+2
so packages built with this can find shared libstdc++. s/-R/${RPATH_FLAG}/ while I'm here.
2003-06-05The fastjar.info page covering 'jar' and 'grepjar' is also installed.jschauma1-1/+3
2003-06-02Add missing "+".yyamano1-2/+2
Pointed out by Kouichirou Hiratsuka on tech-pkg-ja mailinglist.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs2-4/+4
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma54-108/+108
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30For the records add GAWK_ENABLE_PORTALS to the build definitions.seb1-1/+2
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant3-13/+12
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-28grammar fix in commentgrant2-4/+4
2003-05-28remove redundant commentgrant1-2/+1
2003-05-27Modify lang/perl5 and lang/perl58 to install man3 pages again. However,jlam12-37/+300
we install them into a private directory under the the normal Perl installation and configure Perl so that site-specific Perl man3 pages are installed into a private directory within site_perl. This avoids manpage conflicts between 3rd-party modules, the standard Perl library, and other packages. The changes implement some unfinished work that is alluded to in the MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set during the configuration process and are used to provide default values for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process. Bump PKGREVISIONs for lang/perl5 and lang/perl58.
2003-05-27on Solaris, install into ${PREFIX}/${PKGNAME_NOREV} as per othergrant4-338/+8
platforms, and remove the related Solaris MESSAGE and PLIST. prevents gcc from always searching ${PREFIX}/{include,lib} for include files and libraries which breaks buildlink2, preventing some packages from being built, depending on what is already installed. noted by Mark Davies and others, and address my PR pkg/21122. bump PKGREVISION. note: if you update to this version, be sure to rebuild libtool-base since the path to crti.o, crtbegin.o, etc is hardcoded in libtool at compile-time.
2003-05-27define USE_GCC3, so that when this file is included, we use gcc3'sgrant1-4/+5
buildlink files.
2003-05-27add pulling in buildlink includes/libraries from lang/gcc, or gcc3grant1-4/+4
when USE_GCC3 is defined. ok'd by jlam@.
2003-05-27add a buildlink2.mk for gcc-3.3.grant1-0/+94
2003-05-27perllocal.pod is site-specific local perl documentation and is found injlam1-2/+2
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
2003-05-27Don't add /usr/local/lib to the run-time library search path inadvertantly.jlam2-1/+27
2003-05-27Make FreeBSD find crypt() in libcrypt without patching the Configurejlam3-19/+3
script.
2003-05-26Remove build-dependency on bison by applying patch from Todd Vierlingjschauma1-5/+2
provided in PR pkg/21227, which applies for lang/gcc as well as lang/gcc3.
2003-05-26Apply patch provided by Todd Vierling in PR pkg/21227 to remove build-dependencyjschauma1-5/+2
on bison, which is not necessary.
2003-05-26Add NetBSD RCS tags.cjep2-0/+2