Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-11 | Regen. | jtb | 1 | -2/+2 | |
2003-07-11 | * Use LIBTOOL_OVERRIDE | jtb | 3 | -10/+5 | |
* Remove a useless chunk from patch-ac Pointed out by wiz. | |||||
2003-07-11 | Remove unnecessary register store in the profiling prologue. | jtb | 3 | -21/+19 | |
2003-07-11 | Following a discussion between wiz and nathanw: | jtb | 3 | -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 architectures | jtb | 3 | -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. | jtb | 1 | -2/+6 | |
Depend on devel/pth for now. * Currently only supported on alpha, i386, mips*, powerpc, sparc * Add a test target. | |||||
2003-07-10 | Missed change of .mcount to __mcount in PROFILE_C. | jtb | 2 | -5/+9 | |
2003-07-10 | Add gcc3-* packages. | wiz | 1 | -1/+7 | |
2003-07-10 | * Add support for the profiler on powerpc | jtb | 6 | -10/+175 | |
* Fix i386 profiling. NetBSD calls __mcount while FreeBSD calls .mcount | |||||
2003-07-09 | The file affected by the bugfix (unroll.c) is potentially used by all | drochner | 10 | -5/+90 | |
language backends. | |||||
2003-07-09 | -as abs did to lang/gcc3: | drochner | 3 | -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-09 | There is no point in buildlinking gcc's private include files: They | drochner | 1 | -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-09 | Some packages check for tclsh and wish rather than using other means of | agc | 1 | -2/+3 | |
testing for the presence or absence of tcl or tk, so add these to the files managed by buildlink2. | |||||
2003-07-09 | add a buildlink for gawk. this is derived from and shares the same | grant | 1 | -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-08 | No need to include texinfo.mk, bsd.pkg.mk does it. | seb | 1 | -2/+1 | |
2003-07-08 | Update gcc3 to gcc3-3.3nb4: | abs | 3 | -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-08 | oops, I was assuming the .info files are put into the packlist | drochner | 3 | -3/+11 | |
automatically. Not true appearently. | |||||
2003-07-08 | some cleanup: | drochner | 42 | -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-07 | Install documentation in pkgsrc canonical directories. | seb | 4 | -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-07 | Add support for NetBSD on SPARC systems. | jtb | 11 | -57/+99 | |
2003-07-07 | Convert to USE_NEW_TEXINFO. | seb | 2 | -9/+5 | |
2003-07-07 | REgen after last update of package. | seb | 1 | -1/+2 | |
2003-07-07 | Mark with USE_GCC_SHLIB (for libstdc++) and let (via patch files) | seb | 4 | -2/+358 | |
LDFLAGS flowing to japhar's link command. At least fix build on Solaris9. | |||||
2003-07-07 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+5 | |
2003-07-07 | I don't quite understand why this 'rm -rf' had been put in | seb | 1 | -3/+1 | |
post-install target. Putting it in post-build instead does fix some PLIST issues. Correct me if I'm wrong. | |||||
2003-07-06 | Convert to USE_NEW_TEXINFO. | seb | 2 | -9/+4 | |
2003-07-06 | Specifying --infodir=... to configure is not needed anymore. | seb | 1 | -2/+1 | |
2003-07-06 | Ooops I missed this INSTALL script while doing the conversion | seb | 1 | -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-06 | Reorder a bit so pkglint is happier. | seb | 1 | -4/+5 | |
2003-07-06 | No need anymore to specify --infodir=... to configure. | seb | 1 | -6/+3 | |
Factorize some install commands. | |||||
2003-07-06 | style nits. use CC:M*gcc* to match any gcc, as per other packages. | grant | 1 | -7/+6 | |
2003-07-06 | set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment | grant | 9 | -22/+26 | |
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ? | |||||
2003-07-06 | Split the gcc3 pkg into per-language pieces. | drochner | 49 | -0/+4513 | |
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg. | |||||
2003-07-06 | s/${PKGVERSION}/3.3/ - we don't have a variable for PKGVERSION | grant | 1 | -2/+2 | |
without PKGREVISION. | |||||
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 7 | -7/+75 | |
Add info directory entries by way of patch files to most of the info files. | |||||
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+6 | |
2003-07-05 | Mark these two packages as conflicting: they install info file, libexec | seb | 2 | -2/+6 | |
commands and share files with the same pathnames. | |||||
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 6 | -15/+9 | |
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 2 | -12/+5 | |
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 2 | -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-05 | Sprinkle some '@dirrm' and '@unexec ${RMDIR}' to achieve a clean | seb | 1 | -2/+6 | |
deinstall. | |||||
2003-07-05 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+3 | |
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 5 | -8/+34 | |
While here fix a info directory entry in gawk.{texi,info}. | |||||
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 4 | -19/+4 | |
Remove unnecessary patch file. | |||||
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+3 | |
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+3 | |
XXX Does not build on 1.6U, someone pthreads savvy might want take a look at it. | |||||
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 4 | -14/+7 | |
2003-07-04 | Regen. | seb | 1 | -4/+4 | |
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 14 | -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-04 | Install example mk.conf in package specific directory. | seb | 8 | -28/+32 | |
Adjust and make uniform various substitution variables and MESSAGE files. No PKGREVISION bump right now. |