summaryrefslogtreecommitdiff
path: root/plan9
AgeCommit message (Collapse)AuthorFilesLines
2000-12-14Retire plan9 sub-hierarchy.wiz2-8/+0
2000-12-14Move 9term from plan9 to x11.wiz10-428/+0
2000-12-14Move 9menu to from plan9 to misc.wiz7-65/+0
2000-12-12Complete move of 9wm from category plan9 to wm.wiz8-122/+1
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-08-25Pass a sane value as PKGSRCDIR.hubertf1-2/+2
All the people who tested this either ... * had WRKOBJDIR not set or * did not test creation of binary packages. Which one is more likely?
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-3/+1
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-27regenwiz1-3/+3
2000-07-20Update the paths in the patched Makefiles to reflect the fact that theagc2-4/+4
location of the sam package has been changed to be under the editors category.
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+2
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-05-15sam has moved from plan9 to editors.agc1-2/+2
2000-05-15Move sam from plan9 to editors by repository copy.agc16-527/+1
2000-05-15Xg fonts have moved to the "fonts" category.agc1-2/+1
2000-05-15Moved Plan 9 Xg fonts to the fonts category by repository copy.agc7-238/+0
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.