| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: 192364
Submitted by: Ivan Klymenko <fidaj@ukr.net>
MFH: 2014Q3
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The internal makefile calls autoconf and autoheader, but neither
were specified as build dependencies before now.
Note that this port will not build on FreeBSD 8 because __WORDSIZE is not
defined in _stdint.h yet. DragonFly got around it with setting these
in Makefile.DragonFly:
x86_64:
MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=64"
CFLAGS+= -D__WORDSIZE=64
i386:
MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=32"
CFLAGS+= -D__WORDSIZE=32
A similar fix could be done for FreeBSD 8, but it needs to cover more
architectures.
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
sysutils)
|
|
|
|
| |
While here convert USE_GMAKE->USES=gmake
|
|
|
|
|
|
|
|
|
| |
Trim Makefile header.
Add a new location to MASTER_SITES.
Switch to OptionsNG.
PR: ports/175828
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
|
|
|
|
|
|
|
|
| |
======================<phase: fetch >==========================
===> License GPLv2 accepted by the user
===> dd_rescue-1.30 depends on file: /usr/local/sbin/pkg - found
=> dd_rescue-1.30.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-1.30.tar.gz
fetch: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-1.30.tar.gz: size mismatch: expected 25253, actual 26313
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
|
|
|
|
|
|
| |
PR: ports/150644
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by: maintainer timeout (nobutaka; 1 month)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/111841
Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
|
| |
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
|
|