Commit Graph

29 Commits

Author SHA1 Message Date
John Polstra
905e86f4d6 Fix breakage from the Great Ports Reorganization of 2000.
PR:		misc/22000
Submitted by:	Jay Krell <jay.krell@cornell.edu>
2000-10-28 19:58:02 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
096cad8b90 Rename PLIST.noX11 to pkg-plist.noX11.
(I believe I got this right, but since this PLIST is actually
processed in scripts/conifgure, I am not 100% sure that I have traced
its entire path.  If the maintainer can check, it will be greatly
appreciated.)
2000-10-08 02:16:32 +00:00
Satoshi Asami
fe6ac563ee Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. 2000-10-07 22:17:57 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
John Polstra
42cd159a01 Fix the Modula-3 runtime so it will work with the new larger
sigset_t types in -current.
1999-12-23 17:31:15 +00:00
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