summaryrefslogtreecommitdiff
path: root/plan9
AgeCommit message (Collapse)AuthorFilesLines
2000-05-12Move wily from plan9 category to editorsagc1-2/+1
2000-05-12Move wily from plan9 category to editors by repository copy.agc8-55/+0
2000-05-12Move rc package to shells categoryagc1-2/+1
2000-05-12Move rc package from plan9 to shells, by repository copy.agc7-86/+0
2000-03-09remove trailing `.'wiz1-1/+1
2000-01-10miscellaneous small changes to make pkglint happywiz1-3/+3
2000-01-10whitespace cleanupwiz1-1/+0
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs7-7/+7
1999-10-13Regen.simonb1-2/+2
1999-10-13Use ${LDFLAGS} to get ELF handling right.simonb1-32/+24
Convert to unidiff.
1999-10-04Regen.simonb1-2/+2
1999-10-04Don't override LDFLAGS if it is already set.simonb1-2/+2
1999-10-04Add USE_X11=yes so ELF can find the X11 libraries.simonb1-1/+3
1999-09-21Request an explicit "make all" to build the library (default is ahubertf1-2/+2
"make install", which we do not want).
1999-08-24Make this package work on Solaris.agc4-6/+53
Also, don't assume that X11BASE is /usr/openwin on Solaris.
1999-08-03Regen.agc1-2/+2
1999-08-03Use strerror(3), rather than mucking about with sys_nerr and sys_errlistagc2-8/+31
specifically - makes this work on Solaris again.
1999-07-09Add package patch checksum files.agc7-0/+31
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-3/+4
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-06-20sys_errlist gets defined in headers, don't redefinekim1-0/+13
1999-06-03Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.agc10-189/+10
This version has GNU autoconf support, a new master site, and a home page.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-12/+12
pattern match format. Minor pkglint along the way.
1999-04-04Back out last commit.hubertf1-2/+1
1999-04-01Rewrite the extraction commands to be more intuitive.agc3-12/+6
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-03-29add lib/X11/app-defaults/Samhubertf1-1/+2
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc1-8/+1
package Makefiles which need it.
1999-03-08Upgrade to the latest stable version of wily. Changes since version 0.13.36agc2-4/+4
are unknown, but this version has been stable for me over the last month.
1999-02-04Set USE_X11=yes, to denote that the package uses X11 libraries andagc3-3/+8
headers to build (from Tim Rightnour).
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-10-25Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran.frueauf1-0/+14
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc1-7/+10
1998-09-09Restore a BUILD_DEPENDS line which had been commented out inexplicably.agc1-2/+2
1998-08-23Fix compilation on alpha. Closes PR 5768 (Tim Rightnour)garbled5-92/+120
1998-08-20The Grand Homepagification:tsarna3-4/+7
- 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-07Add NetBSD RCS Ids.agc7-0/+14
1998-08-07Add NetBSD RCS Ids.agc17-0/+34
1998-08-04Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.tron1-0/+11
1998-06-22Update package Makefiles for automatic manual page handling.agc6-20/+6
1998-05-09use absolute pathhubertf1-2/+2
1998-05-08%D not needed on @dirrmhubertf1-2/+2
1998-05-08Use the PKGSRCDIR variable we passed down from the package Makefile.agc2-2/+2
1998-05-08Pass the PKGSRCDIR definition down through the environment.agc1-2/+2
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf6-32/+33
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc8-51/+16
Remove redundant (and sometimes erroneous) comments.
1998-03-10MAN1->CAT1.frueauf1-9/+9
1998-02-27Don't bother checking if we're on NetBSD before setting MANCOMPRESSED.agc1-6/+2
The manual pages are compressed anyway.
1998-02-24Use NetBSD's snprintf to format a quad integer, and pass the buffer toagc1-52/+44
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran.