espie
96ed07c74d
new functionalities:
...
- PATCH_LIST for conditional patches
- addsum for non destructive md5 checksum updates
1998-11-19 04:20:09 +00:00
form
5f564b3eca
Handle USE_MOTIF.
1998-11-17 07:14:16 +00:00
form
d1a911e456
Test ${ONLY_FOR_ARCHS} against both ${ARCH} and ${MACHINE_ARCH}.
1998-11-17 06:39:25 +00:00
espie
66a0c698d1
- support for C++ in configure consistent with sys.mk
...
- support for USE_EGCC/USE_EGXX similar to USE_GMAKE
1998-11-05 10:36:14 +00:00
form
71d15dd145
check write permissions to ${DISTDIR} before trying to fetch distfiles.
1998-10-05 05:13:34 +00:00
marc
2418c0483a
don't generate @exec ranlib for .a files (plist target)
1998-09-08 05:51:06 +00:00
marc
7115d95299
sync with NetBSD where possible. Fix WRKOBJDIR. Add deinstall target.
...
Make uninstall an alias for deinstall.
1998-09-07 22:33:19 +00:00
marc
49cd8ac328
add -q to mtree invocation. This requires version of mtree checked in
...
last week.
1998-08-24 04:46:14 +00:00
marc
d0d94c3e99
when checking for lib depends on the alpha (no shared libs)
...
check /usr/local/lib and /usr/X11R6/lib in addition to the standard place
1998-08-21 06:57:19 +00:00
marc
134a6e4ad4
update 'comes with...' message so it is less confusing
1998-08-08 06:14:58 +00:00
espie
1fbb20d7e1
Fix version number checking to handle ja-* correctly.
1998-07-29 15:32:54 +00:00
espie
6c0a6df234
Document NOCLEANDEPENDS, make clean gotcha
1998-07-28 15:25:24 +00:00
form
0bc35d83b0
fix ONLY_FOR_ARCH test in bsd.port.mk
1998-07-17 04:10:20 +00:00
todd
79f56316d4
typo
1998-07-13 03:11:14 +00:00
todd
ce001ee9c2
allow detection of older package versions with a new package from the ports tree
1998-07-12 04:34:39 +00:00
marc
86eef58529
remove comment from packing list that must be added when
...
the package is installed, not when the plist is created
1998-07-09 03:12:18 +00:00
marc
628c750230
search for files in
...
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles if they were not found in
ftp://ftp.openbsd.org/pub/OpenBSD/licensed. The later directory is where
we will keep the tarballs for ports that can not be shipped on the CD.
1998-07-08 03:27:17 +00:00
marc
e92bb40972
minor tweaks to plist target
1998-07-07 04:02:47 +00:00
marc
300862ba57
New target 'plist' for port developers. Generates /PLIST-auto
...
which should require minimal hacking to turn into /PLIST.
CAUTION: does not find files installed with tar, or any other install
method that does not change the timestamp of the installed file.
1998-07-06 22:06:51 +00:00
marc
cc23b97e31
add support for architecture dependent packing lists;
...
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used
1998-06-29 22:21:16 +00:00
marc
ef307d696e
update OpenBSD maintainer per toddf's request
1998-06-11 16:03:48 +00:00
marc
05f58c3110
Redo the way ONLY_FOR_ARCH was implemented. The new method
...
allows things like "make clean" and a top level "make index" work
regardless of the architecture upon which the command is issued.
1998-04-28 19:19:29 +00:00
marc
1abee69d44
existing fetch from cdrom was freebsd specific and would not work on OpenBSD;
...
Add code to copy or link from cdrom that works with OpenBSD.
1998-04-06 21:46:00 +00:00
marc
8979b0014d
Add ftp.openbsd.org as a MASTER_SITE_BACKUP before ftp.freebsd.org;
...
If MASTER_SITE_OPENBSD is defined only ftp.openbsd.org will be used;
Re-do the way COMES_WITH was implemented to allow overide on the
command line by defining NO_IGNORE.
1998-04-05 04:20:38 +00:00
marc
095ff6370f
Add support for the COMES_WITH variable. COMES_WITH is set to the OpenBSD
...
version that a port became part of the standard distribution. If someone
tries to generate the port on that version (or later) they will see the
message "<port> comes with OpenBSD as of release ${COMES_WITH}". Users
of earlier versions of OpenBSD will still generate the port.
1998-03-27 03:30:43 +00:00
marc
7cf0a9609d
Handle make clean when port is not for machine's architecture
1998-02-19 20:41:02 +00:00
niklas
ded46f6615
Fix lib-depends case for alpha even better
1998-02-11 00:40:55 +00:00
niklas
c5203aaf34
Fix lib-depends case for alpha
1998-02-11 00:34:55 +00:00
niklas
169f2bc29d
make LDCONFIG usable on alphas too, no need for special casing it anymore
1998-02-10 08:33:16 +00:00
joey
3e83d12c8e
openbsd maintainer changed from imp to me
1997-12-20 01:26:57 +00:00
todd
9a142b50e4
fix the PATH problem.
...
now things SHOULD compile with a PATH of /usr/bin:/bin ...
ANY executable not in these two subdirs should have ${SETENV} prepended
to set the right path.
1997-12-20 01:24:08 +00:00
niklas
0078145ff9
append /usr/local/bin and /usr/X11R6/bin to PATH during ports builds
1997-12-17 10:06:45 +00:00
niklas
6965edb8d6
Make WRKOBJDIR a bit smarter about existing links
1997-12-04 08:26:23 +00:00
niklas
57cfa50b0f
do not destroy /dev/null on alpha
1997-12-02 23:36:46 +00:00
niklas
a2f9366cec
one way to deal with LIB_DEPENDS on alpha
1997-12-02 21:58:12 +00:00
niklas
6bbbedb3e5
We have perl5 in-tree
1997-12-02 11:11:57 +00:00
niklas
ef1fe815ff
Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK is
...
different on OpenBSD. Was this OK to commit, imp?
1997-09-21 10:58:41 +00:00
imp
f4261ae9b4
Merge 1.264 and 1.20 from FreeBSD's bsd.port.mk and bsd.port.subdir.mk respectively
1997-09-09 15:11:28 +00:00
millert
dda3c05a00
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.
...
For some reason the previous commit did not grab these.
1997-04-27 21:38:33 +00:00
millert
ac150b11d9
We use /etc/mk.conf not /etc/make.conf.
1997-04-19 19:34:29 +00:00
niklas
dd2279423e
Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certain
...
port except for certain architectures. If OBJMACHINE is set set WRKDIR to
work.${MACHINE}. Fix a shell construct which pdksh interprets differently
than ash as it was written. Make bsd.own.mk be auto-included in make(1)
invocations below this one.
1997-01-11 11:58:11 +00:00
imp
f0b2fa8a1d
Merge our chagnes with FreeBSD's latest changes. We should now
...
have identical bsd.port.mk files again. This file has successfully
compiled many of the archivers, gnu make, and emacs (althought the emacs
deltas have not been merged back into the FreeBSD tree yet since I don't
have it working yet).
The FreeBSD Id line may be slightly off since I generated it by hand to match
the commit I just made there.
1996-12-25 20:10:09 +00:00
niklas
1e521883f9
bring in bsd.own.mk
1996-12-22 17:46:02 +00:00
niklas
f9997a9eb6
Sync with FreeBSD
1996-10-22 14:01:19 +00:00
niklas
3c4333085d
Merge changes from FreeBSD
1996-08-23 11:37:41 +00:00
tholo
a639195adf
Our tar(1) now lives in /bin
1996-06-30 18:25:29 +00:00
deraadt
4639924de1
move to bin/md5 for `greater accessibility'
1996-06-11 10:38:02 +00:00
niklas
b28097295d
Reintroduce the long patch(1) options
1996-06-10 11:23:16 +00:00
niklas
a47978664e
Use our ftp & patch
1996-06-03 23:07:28 +00:00
niklas
4e6fd3a6d8
Initial import of "ports" mk-files from FreeBSD, probably needs work
1996-06-03 22:47:10 +00:00