Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-14 | Retire plan9 sub-hierarchy. | wiz | 2 | -8/+0 | |
2000-12-14 | Move 9term from plan9 to x11. | wiz | 10 | -428/+0 | |
2000-12-14 | Move 9menu to from plan9 to misc. | wiz | 7 | -65/+0 | |
2000-12-12 | Complete move of 9wm from category plan9 to wm. | wiz | 8 | -122/+1 | |
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-08-25 | Pass a sane value as PKGSRCDIR. | hubertf | 1 | -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-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+1 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-07-27 | regen | wiz | 1 | -3/+3 | |
2000-07-20 | Update the paths in the patched Makefiles to reflect the fact that the | agc | 2 | -4/+4 | |
location of the sam package has been changed to be under the editors category. | |||||
2000-06-14 | Use the defines from bsd.pkg.mk, don't start subshells. | hubertf | 1 | -3/+2 | |
(The values for uname etc. will probably be passed in from upper-level make processes). | |||||
2000-05-15 | sam has moved from plan9 to editors. | agc | 1 | -2/+2 | |
2000-05-15 | Move sam from plan9 to editors by repository copy. | agc | 16 | -527/+1 | |
2000-05-15 | Xg fonts have moved to the "fonts" category. | agc | 1 | -2/+1 | |
2000-05-15 | Moved Plan 9 Xg fonts to the fonts category by repository copy. | agc | 7 | -238/+0 | |
2000-05-12 | Move wily from plan9 category to editors | agc | 1 | -2/+1 | |
2000-05-12 | Move wily from plan9 category to editors by repository copy. | agc | 8 | -55/+0 | |
2000-05-12 | Move rc package to shells category | agc | 1 | -2/+1 | |
2000-05-12 | Move rc package from plan9 to shells, by repository copy. | agc | 7 | -86/+0 | |
2000-03-09 | remove trailing `.' | wiz | 1 | -1/+1 | |
2000-01-10 | miscellaneous small changes to make pkglint happy | wiz | 1 | -3/+3 | |
2000-01-10 | whitespace cleanup | wiz | 1 | -1/+0 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 7 | -7/+7 | |
1999-10-13 | Regen. | simonb | 1 | -2/+2 | |
1999-10-13 | Use ${LDFLAGS} to get ELF handling right. | simonb | 1 | -32/+24 | |
Convert to unidiff. | |||||
1999-10-04 | Regen. | simonb | 1 | -2/+2 | |
1999-10-04 | Don't override LDFLAGS if it is already set. | simonb | 1 | -2/+2 | |
1999-10-04 | Add USE_X11=yes so ELF can find the X11 libraries. | simonb | 1 | -1/+3 | |
1999-09-21 | Request an explicit "make all" to build the library (default is a | hubertf | 1 | -2/+2 | |
"make install", which we do not want). | |||||
1999-08-24 | Make this package work on Solaris. | agc | 4 | -6/+53 | |
Also, don't assume that X11BASE is /usr/openwin on Solaris. | |||||
1999-08-03 | Regen. | agc | 1 | -2/+2 | |
1999-08-03 | Use strerror(3), rather than mucking about with sys_nerr and sys_errlist | agc | 2 | -8/+31 | |
specifically - makes this work on Solaris again. | |||||
1999-07-09 | Add package patch checksum files. | agc | 7 | -0/+31 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -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-20 | sys_errlist gets defined in headers, don't redefine | kim | 1 | -0/+13 | |
1999-06-03 | Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell. | agc | 10 | -189/+10 | |
This version has GNU autoconf support, a new master site, and a home page. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -12/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-04 | Back out last commit. | hubertf | 1 | -2/+1 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 3 | -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-29 | add lib/X11/app-defaults/Sam | hubertf | 1 | -1/+2 | |
1999-03-22 | Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual | agc | 1 | -8/+1 | |
package Makefiles which need it. | |||||
1999-03-08 | Upgrade to the latest stable version of wily. Changes since version 0.13.36 | agc | 2 | -4/+4 | |
are unknown, but this version has been stable for me over the last month. | |||||
1999-02-04 | Set USE_X11=yes, to denote that the package uses X11 libraries and | agc | 3 | -3/+8 | |
headers to build (from Tim Rightnour). | |||||
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -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-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-10-25 | Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. | frueauf | 1 | -0/+14 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-15 | Modifications for a read-only pkgsrc (but writable WRKOBJDIR). | agc | 1 | -7/+10 | |
1998-09-09 | Restore a BUILD_DEPENDS line which had been commented out inexplicably. | agc | 1 | -2/+2 | |
1998-08-23 | Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) | garbled | 5 | -92/+120 | |
1998-08-20 | The Grand Homepagification: | tsarna | 3 | -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. |