summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2003-07-11Regen.jtb1-2/+2
2003-07-11* Use LIBTOOL_OVERRIDEjtb3-10/+5
* Remove a useless chunk from patch-ac Pointed out by wiz.
2003-07-11Remove unnecessary register store in the profiling prologue.jtb3-21/+19
2003-07-11Following a discussion between wiz and nathanw:jtb3-6/+25
Enable cilk to work with pthread libraries without the PTHREAD_SCOPE_SYSTEM attribute. This allows it to work with the native pthreads.
2003-07-10* Enable use of the posix thread context switch for architecturesjtb3-9/+17
for which no assembly context switch code is available. * Use buildlink2.
2003-07-10* Needs some things not yet in the base system pthread library.jtb1-2/+6
Depend on devel/pth for now. * Currently only supported on alpha, i386, mips*, powerpc, sparc * Add a test target.
2003-07-10Missed change of .mcount to __mcount in PROFILE_C.jtb2-5/+9
2003-07-10Add gcc3-* packages.wiz1-1/+7
2003-07-10* Add support for the profiler on powerpcjtb6-10/+175
* Fix i386 profiling. NetBSD calls __mcount while FreeBSD calls .mcount
2003-07-09The file affected by the bugfix (unroll.c) is potentially used by alldrochner10-5/+90
language backends.
2003-07-09-as abs did to lang/gcc3:drochner3-4/+21
Apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10955 * unroll.c (unroll_loop): Fix off-by-one bug. Fixes build issue with xdm and -O3 Suggested by fredb -${prefix} is the same like ${GCC_PREFIX}, but the former is already there
2003-07-09There is no point in buildlinking gcc's private include files: Theydrochner1-5/+1
are not for the host compiler, but for the stage-1 "xgcc", which is not subject to buildlink's redirection. (The gcc libs are needed because ld is redirected.)
2003-07-09Some packages check for tclsh and wish rather than using other means ofagc1-2/+3
testing for the presence or absence of tcl or tk, so add these to the files managed by buildlink2.
2003-07-09add a buildlink for gawk. this is derived from and shares the samegrant1-0/+56
purpose as gsed/buildlink2.mk. XXX IRIX is currently listed in _INCOMPAT_AWK - this should be removed if awk on IRIX is known to be good.
2003-07-08No need to include texinfo.mk, bsd.pkg.mk does it.seb1-2/+1
2003-07-08Update gcc3 to gcc3-3.3nb4:abs3-3/+20
Apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10955 * unroll.c (unroll_loop): Fix off-by-one bug. Fixes build issue with xdm and -O3 Suggested by fredb
2003-07-08oops, I was assuming the .info files are put into the packlistdrochner3-3/+11
automatically. Not true appearently.
2003-07-08some cleanup:drochner42-4023/+3340
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)
2003-07-07Install documentation in pkgsrc canonical directories.seb4-40/+66
Add directory entry to twelf.info via patch file. Avoid patch backup files to be installed. Convert to USE_NEW_TEXINFO. Bump PKGREVISION.
2003-07-07Add support for NetBSD on SPARC systems.jtb11-57/+99
2003-07-07Convert to USE_NEW_TEXINFO.seb2-9/+5
2003-07-07REgen after last update of package.seb1-1/+2
2003-07-07Mark with USE_GCC_SHLIB (for libstdc++) and let (via patch files)seb4-2/+358
LDFLAGS flowing to japhar's link command. At least fix build on Solaris9.
2003-07-07Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-07I don't quite understand why this 'rm -rf' had been put inseb1-3/+1
post-install target. Putting it in post-build instead does fix some PLIST issues. Correct me if I'm wrong.
2003-07-06Convert to USE_NEW_TEXINFO.seb2-9/+4
2003-07-06Specifying --infodir=... to configure is not needed anymore.seb1-2/+1
2003-07-06Ooops I missed this INSTALL script while doing the conversionseb1-26/+0
to USE_NEW_TEXINFO (I should have added it to INSTALL_TEMPLATES). Anyway as info files are now registered in a package specific info directory file I guess it can be removed.
2003-07-06Reorder a bit so pkglint is happier.seb1-4/+5
2003-07-06No need anymore to specify --infodir=... to configure.seb1-6/+3
Factorize some install commands.
2003-07-06style nits. use CC:M*gcc* to match any gcc, as per other packages.grant1-7/+6
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant9-22/+26
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06Split the gcc3 pkg into per-language pieces.drochner49-0/+4513
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.
2003-07-06s/${PKGVERSION}/3.3/ - we don't have a variable for PKGVERSIONgrant1-2/+2
without PKGREVISION.
2003-07-05Convert to USE_NEW_TEXINFO.seb7-7/+75
Add info directory entries by way of patch files to most of the info files.
2003-07-05Convert to USE_NEW_TEXINFO.seb2-5/+6
2003-07-05Mark these two packages as conflicting: they install info file, libexecseb2-2/+6
commands and share files with the same pathnames.
2003-07-05Convert to USE_NEW_TEXINFO.seb6-15/+9
2003-07-05Convert to USE_NEW_TEXINFO.seb2-12/+5
2003-07-05Convert to USE_NEW_TEXINFO.seb2-8/+3
Remove inclusion of bsd.pkg.install.mk AFAICT it was not needed and more such a direct inclusion is not really advised I guess.
2003-07-05Sprinkle some '@dirrm' and '@unexec ${RMDIR}' to achieve a cleanseb1-2/+6
deinstall.
2003-07-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-04Convert to USE_NEW_TEXINFO.seb5-8/+34
While here fix a info directory entry in gawk.{texi,info}.
2003-07-04Convert to USE_NEW_TEXINFO.seb4-19/+4
Remove unnecessary patch file.
2003-07-04Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-04Convert to USE_NEW_TEXINFO.seb2-5/+3
XXX Does not build on 1.6U, someone pthreads savvy might want take a look at it.
2003-07-04Convert to USE_NEW_TEXINFO.seb4-14/+7
2003-07-04Regen.seb1-4/+4
2003-07-04Convert to USE_NEW_TEXINFO.seb14-258/+17
Remove or trim "info related" patch files. Install info files in package specific directory. Hence the PLIST files are now nearly empty... This should finish making these two packages really non-conflicting. Bump PKGREVISION.
2003-07-04Install example mk.conf in package specific directory.seb8-28/+32
Adjust and make uniform various substitution variables and MESSAGE files. No PKGREVISION bump right now.