John Polstra
e9f6228138
Don't try to get the GCC-2.7.2.1 sources from "/usr/src". They
...
aren't there any more in -current.
1999-09-29 05:00:43 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
f0f690adc1
Change Id->FreeBSD.
1999-08-25 06:35:40 +00:00
Michael Haro
535add65ac
grep -> ${GREP}
...
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a
awk -> ${AWK}
...
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
John Polstra
28eacf3dc2
Instead of trying to auto-detect whether X11 is installed, require
...
the user to define NO_X11 if it is not. The auto-detection scheme
caused problems for Satoshi's port building system.
1999-01-28 05:39:19 +00:00
Justin M. Seger
96d3c047f3
Unmark BROKEN. It was a previously fixed SMP problem.
...
Pointed out by: jdp
1998-10-13 01:17:27 +00:00
Justin M. Seger
802d197782
Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:
...
***
*** runtime error:
*** Segmentation violation - possible attempt to dereference NIL
***
*** runtime error:
*** ASSERT failed
*** file "../src/runtime/common/RTHeapMap.m3", line 35
***
Abort trap - core dumped
*** error code 134 (ignored)
missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6
followed by many more errors
1998-10-12 16:38:05 +00:00
John Polstra
736d3c5ca3
Make these ports work on ELF systems.
1998-09-18 01:02:04 +00:00
John Polstra
e8b37db2f2
By popular demand, make the modula-3 ports build successfully even
...
if X11 is not installed.
PR: closes ports/4178
1998-06-06 20:32:08 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Masafumi Max NAKANE
75c141cc7d
/bin/sh -> ${SH}
1997-07-13 18:49:31 +00:00
Satoshi Asami
bada70ab1f
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
1997-04-30 03:18:09 +00:00
John Polstra
45c107bebf
Arrange for the DEC copyright notice to be installed and included
...
in the package. Add a pointer to it in the DESCR file.
1997-03-28 04:38:47 +00:00
John Polstra
fbbabc9cb0
Honor the user's CC and CFLAGS settings when building the code
...
generator.
Submitted by: ache
1997-02-14 22:17:03 +00:00
John Polstra
cbad256e75
Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that it
...
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
1996-11-29 19:49:19 +00:00
John Polstra
092c0f453f
The recent mass changes to the ports broke this one by erroneously
...
changing a "cpio" to "${CP}". This commit undoes that change.
1996-11-14 23:18:58 +00:00
David E. O'Brien
d23a795680
CATAGORIES+= -> CATAGORIES=
...
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
John Polstra
d5a92ea924
Split the Modula-3 port into two pieces, creating a new port
...
"modula-3-lib". It installs only the shared libraries needed for
executing Modula-3 programs. This saves a lot of disk space for
people who need to run Modula-3 programs but don't need to build
them. The original "modula-3" port now depends on this one, and
uses it to install the compiler and the rest of the development
system.
Also, everything is now built with optimization. I have been
testing this for at least a month, and haven't seen any problems
from it. It makes the libraries and executables substantially
smaller.
This new port also includes some hooks that will make SOCKS support
possible in the near future.
1996-10-29 23:01:55 +00:00