summaryrefslogtreecommitdiff
path: root/palm/prc-tools (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21127
1999-08-03Mark BROKEN: Ports are not allowed to touch anything outside ofMatthew Hunt1-1/+3
$WRKSRC during the build. Requested by: jkh Notes: svn path=/head/; revision=20518
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-05-03add WWW:Michael Haro1-1/+2
Notes: svn path=/head/; revision=18428
1999-04-24* Location of binutils distfile moved-- add MASTER_SITE_SUBDIRJacques Vidrine1-1/+2
Notes: svn path=/head/; revision=18107
1999-02-02Remove BROKEN_ELF:Dirk Froemberg1-3/+2
replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}. Notes: svn path=/head/; revision=16500
1999-01-09Move Palm*-related programs to new "palm" category.Satoshi Asami1-2/+2
Reviewed by: the ports list Notes: svn path=/head/; revision=15943
1998-10-12BROKEN for ELF:Justin M. Seger1-1/+3
cd libglib.0.1.0 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0 cd libc.0.1.2 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0 rm -f libc.sa ../exportlist libc.a > libc.exp ../stubgen "C Library" Libc libcstub.c Libc.S < libc.exp ../stubgen: not found *** Error code 127 Notes: svn path=/head/; revision=13919
1998-08-12Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1-20/+0
I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
1998-05-27Added check for "-m486" in CFLAGS &/or /etc/make.conf.Donald Burr1-1/+15
The port doesn't build properly if "-m486" is present. Notes: svn path=/head/; revision=11162
1998-02-19Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e.,Satoshi Asami1-7/+1
don't worry about it here, it was too late anyway.) Notes: svn path=/head/; revision=9822
1998-01-01Add four ports to "pilot" virtual category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=9241
1997-11-25Fix strip problem.Paul Traina1-7/+8
Fix /usr/local/palm vs /usr/local/pilot (I got dyslexic at last second). Turn on optimization where it makes sense. Notes: svn path=/head/; revision=8817
1997-11-25Oops, that was not the problem -- fix PREFIX. Either way, I have noSatoshi Asami1-5/+4
idea how this worked for anyone. Mark it broken (strip problem). I believe pst is working on it. Notes: svn path=/head/; revision=8811
1997-11-25Create ${PREFIX} (= ${LOCALBASE}/palm) before installing. mtree won'tSatoshi Asami1-1/+4
create the base directory for you. Notes: svn path=/head/; revision=8806
1997-11-24Strip binariesPaul Traina1-1/+23
Notes: svn path=/head/; revision=8797
1997-11-24prc-tools is a complete software development environment for creatingPaul Traina5-0/+451
applications for the PalmPilot(tm) PDA. Notes: svn path=/head/; revision=8790