summaryrefslogtreecommitdiff
path: root/devel/prc-tools
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-06Convert to buildlink3, and mark as BROKEN, since it does not compilewiz1-3/+5
with gcc3 nor buildlink3.
2004-07-04USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)wiz1-2/+2
2004-06-12there's little chance this will compile with anything but gcc. mark itgrant1-1/+3
so.
2004-03-02Do not override config.guess and config.sub. The configurekristerw1-1/+4
script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files.
2004-02-16Remove info files entries from PLIST.seb1-2/+1
XXX I could not build this one, please someone test and fix if needed.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-11drop me as maintainers -- I don't use it any moredillo1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+3
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-24Convert to USE_NEW_TEXINFO.seb2-6/+5
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-05-05Use texinfo.mk and as a conservative step define TEXINFO_OVERRIDE to YES.seb1-1/+3
This fix binary package: previously the `@{un,}exec ${INSTALL_INFO} ...' were not substituted with a pathname on install-info.
2002-11-24This package appears to need autoheader to build.cjep1-1/+4
2002-10-15upgrade prc-tools to 2.2dillo23-46/+735
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-07-05don't depend on prc-tools-gdb on alpha: it doesn't build theredillo1-1/+3
2001-06-27Move inclusion of bsd.pkg.mk from Makefile.common to individual packagejlam2-5/+5
Makefiles. Move the inclusion of Makefile.common to the top of the individual Makefiles.
2001-05-11correct version number in DEPENDS on plirc to be valid dewey number.dillo1-2/+2
2001-04-25PRC-Tools is a complete compiler tool chain for building Palm OSwiz4-0/+59
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.