espie
76d1089163
Adjust default conflict rules to match pkg_create.
2001-03-24 15:16:53 +00:00
espie
ce3e41c265
Warn for arch dependent names in PLIST.
...
No automatic correction, as this can be hard.
2001-03-24 12:14:38 +00:00
avsm
0c6c38b353
add Shell Hung's Asia-Pac mirror to the CPAN list; espie@ ok
2001-03-22 00:23:53 +00:00
espie
6438a9450e
... and don't forget to include FULLPKGNAME here either.
2001-03-22 00:23:15 +00:00
espie
59abb51a42
_FEXT -> FLAVOR_EXT, make this visible
...
FULLPKGNAME as a knob for ex ${PKGNAME}-${_FEXT}, so that python
and others can tweak it directly, without needing post bsd.port.mk
tweaks.
2001-03-22 00:22:36 +00:00
espie
e568d53c54
Consistency (Peter Fritchman)
2001-03-17 11:16:38 +00:00
espie
ac0cf6ba19
Add simpler COMMENT variable.
...
Document multi-packages names simply.
2001-03-16 15:34:13 +00:00
espie
e82e5409a7
Allow for COMMENT-foo= inside the Makefile.
...
NetBSD did this a while ago, this is a natural idea. It just took me
some time to figure out how to do that in a MULTI_PACKAGE context,
while maintaining compatibility with existing stuff.
2001-03-16 14:56:41 +00:00
espie
5130db70d1
Simplify MULTI_PACKAGES, allow for PKGNAME-foo=value
2001-03-16 14:54:40 +00:00
espie
e31ec85085
logger -> portslogger
...
to avoid conflict with logger(1)
2001-03-13 22:00:14 +00:00
kevlo
af07be0868
Rearrange
2001-03-08 03:31:43 +00:00
brad
3a62c15a38
- remove some old stuff that isn't used anymore.
...
- rearrange.
2001-03-08 02:55:32 +00:00
form
30d4d0aba2
Better handling of installed packages not in ports INDEX.
...
ok espie@
2001-03-07 03:41:10 +00:00
espie
a199bcb59a
Create an intermediate mtree.spec that is used for fake installations.
...
Use of VAR_SUBSTS will solve a few nasty problems.
2001-03-06 18:59:38 +00:00
reinhard
e6b35f85cf
MASTER_SITE_GNOME; ok espie@
2001-03-05 16:49:46 +00:00
espie
8c07bce4dc
Add `===> Checking files for pkgname' line to simplify automatic
...
recognition of various package builds.
2001-03-01 00:01:40 +00:00
espie
d8eecece63
Script to log specific ports build independently. Recognizes all
...
===> xxx for package
lines, so that it will redirect dependencies correctly. Use as
make 2>&1 | logger logdir
2001-03-01 00:00:26 +00:00
espie
6bc4c47f7f
Rework the dependency framework.
...
* pull every dependency under the same rule, using specialized fragments.
* re-check after the dependency is expanded, unless earlyexit is true.
* explicitly recognize /nonexistent as a specific way to have always
triggered dependencies, use it to handle DEPENDS in a uniform way.
* parse dependencies fully. Note that we know have a pkg variable that will
be used.
Thanks to naddy@ for useful tweaks.
This is probably not quite perfect yet, stuff may break. Other stuff that
remain to be done:
- handle library dependencies better, so that lib.10 will match only
lib.10.x and not lib.100.
- handle default FLAVORS correctly. This involves not
passing FLAVOR='', but rearranging ${MAKE} ${_DEPEND_THRU} to remove
FLAVOR from the environment and from MAKEFLAGS (yucky).
2001-02-24 22:02:08 +00:00
wilfried
4dbdfa7f73
We want to test if the variable is defined,
...
not the value it may have.
2001-02-15 21:51:32 +00:00
wilfried
f13fccbaf2
set variable before we use it, ok espie@
2001-02-13 12:09:07 +00:00
espie
07876a6c8e
Run pkg_create under ${SUDO} and fix the owner afterwards when needed.
...
The cleaner fix would be to create the package to stdout under SUDO
and redirect it, but that junk (pkg_create) is actively fighting that.
God, I've got to rewrite it and retire that crap.
2001-02-10 13:50:13 +00:00
espie
74d58c4e80
Fix DEF_UMASK check, should take ${SUDO} into account.
...
This ought to please naddy and avsm...
2001-02-10 13:47:54 +00:00
miod
18f01cdf24
Don't mention LICENCE_TYPE anymore
2001-02-03 01:14:52 +00:00
brad
2e026856d5
- indent
...
- sync MASTER_SITE_{SOURCEFORGE,GNOME,CPAN,TEX_CTAN,KDE,AFTERSTEP} with
FreeBSD's bsd.sites.mk
2001-01-18 15:48:04 +00:00
espie
02d5954552
move variables that only belong in old-install.mk to old-install.mk
...
Kill old work-arounds that are no longer needed since 2.8 came out.
2001-01-18 14:58:16 +00:00
beck
afe664aea0
Grotty little script to webify packages, written by Ryan Walker
...
<walkerr@ssimicro.com>. Committed here so espie's beavers can play with it :)
2001-01-16 20:51:48 +00:00
brad
386156aa3c
eliminate NO_CDROM and make the use of :U/:L consistent. Ok'd by espie@
2001-01-08 22:34:51 +00:00
espie
cd8425b805
Always make TRUEPREFIX/DESTDIR available
2001-01-08 22:10:36 +00:00
espie
fc2ad74c6f
Less comments, see bsd.port.mk(5)
2001-01-08 22:09:24 +00:00
brad
5ec011f6df
bye bye MIRROR_DISTFILE
2001-01-05 16:58:08 +00:00
kevlo
75ec7f3727
Add FLAVOR skeleton.
...
ok espie@
2001-01-04 01:30:37 +00:00
espie
45af2405c8
indentation
2000-12-23 12:27:17 +00:00
espie
c754691700
take the old non-fake code out of line, for greater clarity (and since
...
it's so seldom used now).
Remove a few targets that are not really needed (mirror-distfiles, use
mirror-maker instead).
More changes to fake to come, once they've been properly tested.
2000-12-23 12:25:57 +00:00
espie
7f2c930088
Handle cases like lgrind
2000-12-19 15:10:37 +00:00
espie
79e5ed78ab
Tell user to add directory to rc.conf here, instead of doing that in
...
every port that needs it.
2000-12-16 23:25:36 +00:00
espie
78564b0e02
link-categories/unlink-categories target:
...
populate ports tree with symlinks.
2000-12-16 15:49:12 +00:00
espie
12dc728de6
Enforce directory check in dependencies, so that link-category can come
...
alive (since ports can now be symlinked, porters need some strong check
so that they don't create bogus dependencies).
2000-12-16 15:47:35 +00:00
espie
7a7b37f54b
Remove compatibility scaffolding for EXTRACT_CMD, EXTRACT_BEFORE_ARGS,
...
EXTRACT_AFTER_ARGS
2000-12-16 15:44:35 +00:00
angelos
064ccd87c2
Bogus newline, I wonder why noone noticed this before...
2000-12-15 08:05:45 +00:00
espie
ec30af29cd
Fix build of README.html (use PKGPATH)
2000-12-14 13:13:53 +00:00
espie
bf4b1ad7bb
Add extraction support for shell archives (.sh, .shar, .shar.gz...)
2000-12-14 13:08:59 +00:00
espie
1a7956cf52
A script I use to remove old distfiles on my machine. It actually
...
produces another script, as this usually needs to be hand-tweaked for
various reasons.
(Documentation to come up, probably in mirroring-distfiles)
2000-12-06 11:55:11 +00:00
espie
046b0ff608
Remove documentation that is now in bsd.port.mk(5)
2000-12-01 16:31:11 +00:00
espie
7c5537a368
Regression script: extract all man pages from all built packages, and
...
runs makewhatis on them.
Check the result for bugs in packages and limitations in makewhatis
2000-11-12 17:06:26 +00:00
brad
6cc210f0a6
update these to reflect reality, some ports have been moved or do not
...
exist/need FLAVORs anymore. Ok espie@
2000-11-02 16:05:14 +00:00
espie
3b7559aaec
With the new MAINTAINER format, this looked weird
2000-10-22 16:31:38 +00:00
espie
02eb4f9304
Kill USE_AUTOCONF, USE_IMAKE, NO_INSTALL_MANPAGES, HAS_CONFIGURE,
...
GNU_CONFIGURE.
2000-10-22 16:06:25 +00:00
espie
fbc7ee7ab7
Minor clean-up: add site_perl dir to fake mtree so that it won't appear
...
as @dirrm in make plist.
2000-10-22 12:06:56 +00:00
espie
6c4a978b24
Fed up with *idiots* that never read the documentation.
2000-10-02 07:53:24 +00:00
espie
eb16015546
Add Remy Card's site.
2000-09-24 14:13:47 +00:00