Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -3/+3 | |
2002-10-16 | Fix build error when devel/autoheader is not installed. | kent | 2 | -5/+14 | |
2002-10-03 | Remove some obsolete cross-compilation packages. | wiz | 74 | -3572/+1 | |
The recommended way nowadays is to use build.sh for generating cross-toolchains; for details, see e.g. http://www.netbsd.org/Documentation/cross/ | |||||
2002-10-03 | Use autoconf.mk. | wiz | 1 | -2/+4 | |
2002-10-03 | Use autoconf.mk. | wiz | 1 | -6/+3 | |
2002-10-03 | Remove autoconf build dependency (already pulled in via COMMON/cross.mk. | wiz | 1 | -2/+1 | |
2002-10-03 | Fix path on mastersite (moved to old/, since newer version out). | wiz | 1 | -2/+2 | |
2002-10-03 | Use autoconf.mk. | wiz | 2 | -4/+5 | |
2002-09-30 | Add a buildlink2.mk file for other packages to use. | jlam | 1 | -0/+30 | |
2002-09-30 | Use buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc. | jlam | 2 | -4/+6 | |
2002-09-30 | Adapt for buildlink2 usage, and fix up CFLAGS/CXXFLAGS so that they don't | jlam | 1 | -1/+11 | |
carry optimizations for the native compiler. | |||||
2002-09-30 | buildlink1 -> buildlink2 | jlam | 1 | -1/+2 | |
2002-09-30 | buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc | jlam | 1 | -12/+9 | |
2002-09-30 | We refer to ${LOCALBASE}/bin as ${PREFIX}/bin within a package. | jlam | 1 | -2/+2 | |
2002-09-30 | buildlink1 -> buildlink2, and add missing .info files to PLIST | jlam | 2 | -10/+31 | |
2002-09-12 | Standardize. | wiz | 14 | -42/+42 | |
2002-08-21 | Sync with PEACE repositry | kent | 13 | -195/+90 | |
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ - Update binutils to 2.13 - Remove f77/objcc stuff | |||||
2002-08-01 | Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org | jschauma | 1 | -2/+2 | |
after consulting with Todd. Any volunteers for any of these packages? | |||||
2002-07-24 | Change explicit build dependencies on perl into "USE_PERL5=build". This | jlam | 1 | -2/+2 | |
makes these packages build correctly on Darwin where perl>=5.8.0 is required. | |||||
2002-07-20 | Correct PLIST | kent | 1 | -3/+1 | |
2002-07-16 | Fix up a couple symlinks that were pointing to non-existent targets. | fredb | 1 | -1/+6 | |
2002-07-16 | Revert last change. I'll fix up the installed files, instead. | fredb | 1 | -1/+3 | |
2002-07-16 | Update PLIST to reflect reality. | fredb | 1 | -3/+1 | |
2002-06-27 | add and enable h8300-hms-binutils and h8300-hms-gcc | dmcmahill | 1 | -1/+3 | |
2002-06-27 | import of cross-h8300-hms-gcc-3.1 provided by | dmcmahill | 4 | -0/+265 | |
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350 gcc for hitachi h8300-hms cross-compile environment | |||||
2002-06-27 | import of cross-h8300-hms-binutils-2.12.1 provided by | dmcmahill | 4 | -0/+197 | |
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350 binutils for hitachi h8300-hms cross compile | |||||
2002-06-01 | use lang/gcc on sparc on older systems. fixes build problems on 1.5 systems | dmcmahill | 1 | -1/+6 | |
2002-05-31 | use lang/gcc on sparc on older systems. fixes build problems on 1.5 systems | dmcmahill | 1 | -1/+6 | |
2002-05-18 | fix typo | jdolecek | 1 | -1/+1 | |
2002-05-15 | pkg/16475: Update to the compiler of PlayStation Linux 1.0 | kent | 6 | -42/+84 | |
- gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation. | |||||
2002-05-12 | prdownloads.sourceforge.net is no longer any use. | abs | 1 | -2/+2 | |
Switch to MASTER_SITE_SOURCEFORGE. | |||||
2002-04-05 | Make `dllwrap' (pkg/16156) | kent | 2 | -4/+7 | |
Bump PKGREVISION to 3. | |||||
2002-03-20 | Pass "--disable-nls" to configure to compile with NetBSD 1.5.x. | kent | 1 | -3/+3 | |
2002-03-18 | Sync with PEACE repositry. | kent | 8 | -25/+74 | |
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ Change in 1.3.0 - Update binutils to 2.11.92-20011113 to support forwarder RVA | |||||
2002-03-13 | quote $@ | abs | 1 | -2/+2 | |
2002-03-05 | Fix typo. | skrll | 1 | -2/+2 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 2 | -6/+6 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2002-01-24 | Use INSTALL_DATA for a DLL instead of INSTALL_PROGRAM. | kent | 1 | -2/+2 | |
2002-01-24 | Disable NLS. | kent | 1 | -4/+4 | |
2002-01-24 | Correct instllation of libstdc++.a.2.10.0. | kent | 2 | -6/+9 | |
Define PKGREVISION. | |||||
2002-01-22 | Correct BUILD_DEPENDS for perl: perl-* -> perl-[0-9]* | kent | 1 | -2/+2 | |
2002-01-22 | Add perl to BUILD_DEPENDS. It is used for compiling binutils. | kent | 1 | -2/+3 | |
Version number comes from mingw-runtime istead of gcc. | |||||
2002-01-22 | Add i386-mingw32. | kent | 1 | -1/+2 | |
2002-01-22 | New package: cross-i386-mingw32, which enables to produce Win32 | kent | 5 | -0/+691 | |
EXE/DLL files on NetBSD. | |||||
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 2 | -3/+3 | |
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case. | |||||
2001-12-03 | Miscellaneous man page fixes. | wiz | 2 | -11/+11 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 70 | -38/+38 | |
2001-10-21 | Sync with PEACE repositry. | kent | 8 | -65/+135 | |
- Apply stack-protection patch. - Upgrade binutils: 2.9.1 -> 2.11.2. This package does not use cross-binutils-2.9.1 | |||||
2001-10-01 | Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. | cgd | 2 | -20/+14 | |
The purpose of that modification is to make the license on these files "GPL-compatible," so that mdsetimage may be combined with BFD. (The resulting license is word-for-word identicial to one of the licenses described as being GPL compatible on http://www.gnu.org/licenses/license-list.html.) | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 4 | -9/+9 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. |