| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
to disallow prepending ../ in second level Makefiles
Notes:
svn path=/head/; revision=750
|
|
|
|
| |
Notes:
svn path=/head/; revision=747
|
|
|
|
|
|
|
| |
it would exit on *successful* extraction.
Notes:
svn path=/head/; revision=746
|
|
|
|
| |
Notes:
svn path=/head/; revision=741
|
|
|
|
|
|
|
| |
Add checksum check for extract, if checksum file present
Notes:
svn path=/head/; revision=732
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch: extract
configure: depends patch
build: configure
install: build
Does this look ok?
Notes:
svn path=/head/; revision=717
|
|
|
|
|
|
|
| |
Submitted by: ollivier
Notes:
svn path=/head/; revision=707
|
|
|
|
|
|
|
| |
Submitted by: gpalmer
Notes:
svn path=/head/; revision=706
|
|
|
|
|
|
|
| |
Submitted by: gpalmer
Notes:
svn path=/head/; revision=702
|
|
|
|
|
|
|
| |
and it breaks mule the way it is now.
Notes:
svn path=/head/; revision=699
|
|
|
|
|
|
|
| |
feeble attempt to do so.
Notes:
svn path=/head/; revision=693
|
|
|
|
| |
Notes:
svn path=/head/; revision=687
|
|
|
|
| |
Notes:
svn path=/head/; revision=674
|
|
|
|
|
|
|
| |
needed for Autoconf 2
Notes:
svn path=/head/; revision=658
|
|
|
|
| |
Notes:
svn path=/head/; revision=630
|
|
|
|
| |
Notes:
svn path=/head/; revision=629
|
|
|
|
| |
Notes:
svn path=/head/; revision=628
|
|
|
|
| |
Notes:
svn path=/head/; revision=627
|
|
|
|
|
|
|
|
| |
NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
Notes:
svn path=/head/; revision=589
|
|
|
|
|
|
|
| |
bsd.port.subdir.mk: added check-md5 as target
Notes:
svn path=/head/; revision=588
|
|
|
|
| |
Notes:
svn path=/head/; revision=582
|
|
|
|
|
|
|
| |
BUILD_COOKIE instead
Notes:
svn path=/head/; revision=581
|
|
|
|
|
|
|
| |
inside PATCH_COOKIE
Notes:
svn path=/head/; revision=568
|
|
|
|
| |
Notes:
svn path=/head/; revision=564
|
|
|
|
|
|
|
| |
but needs more testing on more ports than I have on my box.
Notes:
svn path=/head/; revision=551
|
|
|
|
| |
Notes:
svn path=/head/; revision=550
|
|
|
|
| |
Notes:
svn path=/head/; revision=548
|
|
|
|
|
|
|
| |
Fixed.
Notes:
svn path=/head/; revision=547
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2) Change INSTALL_MANPAGES to NO_INSTALL_MANPAGES and document it
3) Add a PKGNAME variable to allow the package name
not to be dictated by stupid DISTNAMEs
4) Add a PATCH_DEBUG option and a slight change to the default
patch system - add --forward to help ensure correct patching
Notes:
svn path=/head/; revision=546
|
|
|
|
| |
Notes:
svn path=/head/; revision=501
|
|
|
|
|
|
|
|
| |
to blow away your current dir, because WRKDIR == CURDIR. This should
help tcpblast to not blow away itself in the clean target :-).
Notes:
svn path=/head/; revision=441
|
|
|
|
| |
Notes:
svn path=/head/; revision=404
|
|
|
|
|
|
|
|
| |
Conditionalize it off of INSTALL_MANPAGES until I can figure out just
why some X ports seem to like it and others not.
Notes:
svn path=/head/; revision=403
|
|
|
|
| |
Notes:
svn path=/head/; revision=395
|
|
|
|
|
|
|
|
|
|
|
|
| |
Further investigation showed that prefix was erroneously set to /usr/local
for X11 based ports as well, when the assumption was that they'd really go
into ${X11BASE} (an /etc/make.conf variable that the user's free to set).
Set X11BASE to /usr/X11R6 if the user hasn't already, and assume that
the user really wants prefix to point there when the port is XMKMF based.
Notes:
svn path=/head/; revision=394
|
|
|
|
| |
Notes:
svn path=/head/; revision=391
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITE_OVERRIDE - If set in the environment, will override everyone's
MASTER_SITES settings. Useful if you'd prefer to point to a
distfiles repository somewhere closer.
MASTER_SITE_FREEBSD - Sets OVERRIDE to be FreeBSD's own master repository.
Notes:
svn path=/head/; revision=389
|
|
|
|
| |
Notes:
svn path=/head/; revision=387
|
|
|
|
|
|
|
| |
list is traversed.
Notes:
svn path=/head/; revision=382
|
|
|
|
|
|
|
| |
attempts.
Notes:
svn path=/head/; revision=365
|
|
|
|
|
|
|
|
| |
`${MAKE} ${MAKEFILE} install', indirect the target through ALL_TARGET and
INSTALL_TARGET now, so they can be easily overridden.
Notes:
svn path=/head/; revision=315
|
|
|
|
|
|
|
| |
the same build, ignoring the INSTALL_COOKIE.
Notes:
svn path=/head/; revision=314
|
|
|
|
|
|
|
|
|
| |
about them.. :-) The patches/* won't work, it needs to be patches/patch-*
to avoid catching things like CVS files when working with a checked-out
copy of ports! Whoops!
Notes:
svn path=/head/; revision=310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Make build rely on a BUILD_COOKIE now. I'm tired of builds
being redone gratuitously while I'm trying to debug a tree build
problem.
2. Remove all the literal `touch -f' commands and indirect them through
variables. This lets you "leave tracks" in different ways, depending
on the medium. Just part 1 of my planned changes to make builds
directly off the CD work.
Notes:
svn path=/head/; revision=308
|
|
|
|
|
|
|
| |
No need to call it `patch-aa' if you can simply call it `aa', etc.
Notes:
svn path=/head/; revision=303
|
|
|
|
|
|
|
|
| |
2. Make sure to pass PREFIX to sub-makes when installing. This allows you to
install to places like ${PREFIX}/bin in your own install rule.
Notes:
svn path=/head/; revision=261
|
|
|
|
| |
Notes:
svn path=/head/; revision=258
|
|
|
|
| |
Notes:
svn path=/head/; revision=236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is an interactive port, and requires user input somewhere along
the way (either fetching, configuring, building or installing).
If the user then sets BATCH in their environment, this port will be
skipped. If the user sets INTERACTIVE, then ONLY those ports marked
interactive are run (allowing one to do all ports in two passes).
If the user sets both BATCH and INTERACTIVE, then a metal claw extends
from the CRT and brutally yanks their nose off.
Notes:
svn path=/head/; revision=235
|
|
|
|
| |
Notes:
svn path=/head/; revision=226
|