wiz
c750c08ad9
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
...
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
b9cc158d38
regen
2000-07-27 10:13:44 +00:00
agc
78567412d0
Update the paths in the patched Makefiles to reflect the fact that the
...
location of the sam package has been changed to be under the editors
category.
2000-07-20 11:12:07 +00:00
hubertf
aeca013e4d
Use the defines from bsd.pkg.mk, don't start subshells.
...
(The values for uname etc. will probably be passed in from
upper-level make processes).
2000-06-14 02:10:57 +00:00
agc
46687b3379
sam has moved from plan9 to editors.
2000-05-15 11:54:42 +00:00
agc
02d983028e
Move sam from plan9 to editors by repository copy.
2000-05-15 11:52:44 +00:00
agc
e9074b3a4f
Xg fonts have moved to the "fonts" category.
2000-05-15 11:33:05 +00:00
agc
d6d417b4f1
Moved Plan 9 Xg fonts to the fonts category by repository copy.
2000-05-15 11:32:06 +00:00
agc
1d9d17847d
Move wily from plan9 category to editors
2000-05-12 11:39:20 +00:00
agc
2e31a229d7
Move wily from plan9 category to editors by repository copy.
2000-05-12 11:38:39 +00:00
agc
b5ce57090e
Move rc package to shells category
2000-05-12 09:39:53 +00:00
agc
e36243ab2b
Move rc package from plan9 to shells, by repository copy.
2000-05-12 09:39:07 +00:00
wiz
74874e66d9
remove trailing `.'
2000-03-09 13:47:31 +00:00
wiz
42da0a2002
miscellaneous small changes to make pkglint happy
2000-01-10 01:39:02 +00:00
wiz
b8356435bb
whitespace cleanup
2000-01-10 01:13:35 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
simonb
f6bd75bdf2
Regen.
1999-10-13 11:32:43 +00:00
simonb
15de5ab502
Use ${LDFLAGS} to get ELF handling right.
...
Convert to unidiff.
1999-10-13 11:32:06 +00:00
simonb
ff2c672313
Regen.
1999-10-04 23:18:28 +00:00
simonb
07b10826b6
Don't override LDFLAGS if it is already set.
1999-10-04 23:16:02 +00:00
simonb
a54a5b9eac
Add USE_X11=yes so ELF can find the X11 libraries.
1999-10-04 23:14:56 +00:00
hubertf
8dde520762
Request an explicit "make all" to build the library (default is a
...
"make install", which we do not want).
1999-09-21 03:16:07 +00:00
agc
64aee4a26b
Make this package work on Solaris.
...
Also, don't assume that X11BASE is /usr/openwin on Solaris.
1999-08-24 19:01:43 +00:00
agc
4684b47664
Regen.
1999-08-03 15:05:45 +00:00
agc
37dc7b39ee
Use strerror(3), rather than mucking about with sys_nerr and sys_errlist
...
specifically - makes this work on Solaris again.
1999-08-03 15:00:57 +00:00
agc
f4d5171de1
Add package patch checksum files.
1999-07-09 14:09:02 +00:00
agc
fd7b118f38
Some packages use bsd-style .mk files when building, and so any manual
...
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
kim
7c50d0f728
sys_errlist gets defined in headers, don't redefine
1999-06-20 20:38:39 +00:00
agc
9c40d0d46e
Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.
...
This version has GNU autoconf support, a new master site, and a home page.
1999-06-03 10:29:48 +00:00
tv
5c60ed5794
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
...
pattern match format. Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
hubertf
3305fcc114
Back out last commit.
1999-04-04 16:58:24 +00:00
agc
171e025b4a
Rewrite the extraction commands to be more intuitive.
...
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).
EXTRACT_USING_PAX can be set as before.
For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
now use:
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
hubertf
fded0ae3d3
add lib/X11/app-defaults/Sam
1999-03-29 17:08:49 +00:00
agc
49ad04f369
Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
...
package Makefiles which need it.
1999-03-22 09:38:22 +00:00
agc
0cc3cc5b77
Upgrade to the latest stable version of wily. Changes since version 0.13.36
...
are unknown, but this version has been stable for me over the last month.
1999-03-08 20:58:16 +00:00
agc
19d2aaa44b
Set USE_X11=yes, to denote that the package uses X11 libraries and
...
headers to build (from Tim Rightnour).
1999-02-04 18:54:35 +00:00
agc
f6473207ca
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
...
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
frueauf
d633e97498
pkglint: move NOT_FOR_ARCHS where it belongs.
1998-11-13 01:35:55 +00:00
frueauf
d06538201b
Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran.
1998-10-25 10:14:06 +00:00
garbled
384c07a72e
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
...
on alpha. There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
agc
aaf5955178
Modifications for a read-only pkgsrc (but writable WRKOBJDIR).
1998-09-15 17:05:04 +00:00
agc
5133680684
Restore a BUILD_DEPENDS line which had been commented out inexplicably.
1998-09-09 12:29:48 +00:00
garbled
c4cb8bc28a
Fix compilation on alpha. Closes PR 5768 (Tim Rightnour)
1998-08-23 05:52:46 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b
Add NetBSD RCS Ids.
1998-08-07 13:27:33 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
tron
9e9138f2db
Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.
1998-08-04 20:03:30 +00:00
agc
988019b016
Update package Makefiles for automatic manual page handling.
1998-06-22 12:58:33 +00:00
hubertf
4ae4d299e9
use absolute path
1998-05-09 17:23:04 +00:00
hubertf
4b60fbaaea
%D not needed on @dirrm
1998-05-08 17:25:36 +00:00