| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stage cad/cider. Mark BROKEN on F10+ caused by bmake | John Marino | 2014-08-18 | 1 | -46/+0 |
| | | | | | | | | | | | | | | | | This port generates a makefile and then passes it to "make" via stdin, which makes it different to troubleshoot. When I finally saw the file in order to figure out why several internal static libraries weren't getting built leading to some programs not getting built, I saw a generic static library target made up of variables. fmake likes it; bmake does not. I tried USES+= fmake along with some patching but I must have missed some hardcoded "make" commands because bmake got called again. This software is 20 years old so I finally gave it. It got a stay of execution by getting staged. If somebody wants to study a target that bmake just doesn't get, this is a good place to start. | ||||
| * | - Use termios.h | Martin Wilke | 2007-04-15 | 1 | -2/+7 |
| | | | | | | | PR: 110440 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer | ||||
| * | Make some modifications for (supposedly) better portability | Steve Price | 2000-01-24 | 1 | -2/+4 |
| | | | | | | | | | | | of the "make patch"ed ${WRKSRC}: * Use _relative_ symbolic link in the source tree. * Don't use __FreeBSD__ other than to wrap fpsetmask() stuff. * #define HAS_INTWAITSTATUS for BSD4.4 PR: 15972 Submitted by: maintainer | ||||
| * | * Do not set NO_WRKSUBDIR to yes. Specify WRKSRC. | Steve Price | 1999-12-29 | 1 | -0/+39 |
| * Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer | |||||
