CVS log for ports/lang/cli/files/Attic/patch-tools::cppmunge::makefile
Up to [FreeBSD] / ports / lang / cli / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2
Thu Apr 24 11:17:56 2003 UTC (8 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
Upgrade to 20021101 release (aka 1.0), which fixes compilation on recent FreeBSD versions and allows to remove all of the gcc 3.x fixes. sscli now supports Darwin/ppc, so that it might be possible to port it to FreeBSD/ppc once it is available.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 16 17:54:35 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
- Clean-up build system a bit; - fix remaining two places where CFLAGS weren't respected; - use cpio(1) to copy hierarchies instead of tar(1), so that it is possible to build the port as ordinary user, but still have installed files be owned by root; - use slightly different solution for the problem with 777 permissions on directories created during the build. Instead of harcoding resulting prmission apply umask(2) to all mode arguments of [f]chmod() calls. Since Rotor has no notion of file-level security anyway this should be an optimal way to fix the problem. Submitted by: Patrick Backlund <pbacklun@cc.hut.fi> (cpio fix) sobomax (the rest)
