| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Drop MD5 support
PR: 155815
Submitted by: Ports Fury
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
|
|
|
|
| |
Reported by: pointyhat (logs)
|
| |
|
|
|
|
|
|
|
|
|
| |
- portlint [1] [2]
- add WWW [2]
PR: ports/97346 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1], itetcu [2]
Approved by: lawrance (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 43311
Submitted by: adam@vectors.cx
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
|
|
|
|
|
|
|
| |
o respect CC and CFLAGS.
PR: 30720
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
KLONE is a small and fast fully interpreted language intended to be
embedded into C applications to provide them with a powerful, yet fast
and small extension language. Its syntax is very inspired from Lisp (its
external syntax has been kept as close as possible to Common Lisp as
possible), but its implementation is original and efficient, to give full
extensibility, intimate interfacing to C, incremental garbage collection,
and full portability on either K&R or ANSI C.
Obtained from: OpenBSD
|