Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-13 | upgrade to 2.30 | dillo | 12 | -89/+145 | |
does no longer include (copies of) libintl and libiconv numerous enhancements and bug fixes, see included NEWS file | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 22 | -34/+44 | |
2003-07-13 | oops, we still want the mk files for non-pkgsrc purposes. unbump | grant | 6 | -8/+30 | |
PKGREVISIONs. | |||||
2003-07-13 | greatly simplify the handling of pkgsrc gcc, and eliminate a bug which | grant | 8 | -96/+22 | |
has allowed these packages to work :) set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk. you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc gcc of your choice. the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer installed. bump PKGREVISIONs. | |||||
2003-07-12 | Add the patches this time. | jtb | 3 | -0/+942 | |
2003-07-12 | Add the "if-exists" specs function. Enables the addition of | jtb | 2 | -3/+6 | |
crti.o and crtn.o to the executable if needed. Bump PKGVERSION. | |||||
2003-07-12 | Add some patches against basesrc gcc implementing the "if-exists" | jtb | 4 | -3/+527 | |
function in the specs file. Enables the linker to pick up crti.o and crtn.o if they exist. | |||||
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}. |