Age | Commit message (Expand) | Author | Files | Lines |
1998-08-30 | - Point ppl actually to the packages(7) manual page | frueauf | 1 | -4/+9 |
1998-08-30 | * add section titled `Overrides for faster or cheaper sites', | lukem | 1 | -3/+33 |
1998-08-30 | it's now bsd.pkg.mk (not bsd.port.mk) | lukem | 2 | -4/+4 |
1998-08-28 | Add new NOT_FOR_ARCHS variable, that has the reverse logic of | garbled | 1 | -2/+15 |
1998-08-28 | Re-introduce NO_PKG_REGISTER. We now have a use for it. | agc | 1 | -2/+4 |
1998-08-27 | Cosmetic mods: | agc | 1 | -13/+10 |
1998-08-27 | Change "This package has a homepage" to "This package has a homepage at <link>." | frueauf | 1 | -2/+2 |
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -6/+17 |
1998-08-25 | + Remove the generated ${PLIST} file when doing a re-install. | agc | 1 | -29/+35 |
1998-08-22 | Print an empty line before and after message file as "pkg_add" does. | tron | 1 | -1/+3 |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -2/+10 |
1998-08-19 | Don't barf if the environment sets PREFIX (just ignore it). Needed for | tv | 1 | -2/+5 |
1998-08-19 | Add a LIBTOOL_FLAGS definition, and use it when adding ${LIBTOOL} to the | agc | 1 | -6/+4 |
1998-08-17 | Add "emul" directory. | tron | 1 | -1/+3 |
1998-08-14 | Fix MD5 checksum test in "do-fetch:" target to work with "DIST_SUBDIR". | tron | 1 | -17/+33 |
1998-08-12 | Add CROSSBASE. | tv | 1 | -1/+5 |
1998-08-12 | Set NO_MTREE= for a USE_CROSSBASE pkg. | tv | 1 | -1/+2 |
1998-08-11 | - Introduce CROSSBASE and a USE_CROSSBASE option, for use with pkgs from | tv | 2 | -5/+14 |
1998-08-07 | Generate NetBSD RCS Id strings in the generated ${MD5_FILE}. | agc | 1 | -1/+5 |
1998-08-07 | Back out last commit to better print an empty list of conflicting pkgs than | hubertf | 1 | -4/+5 |
1998-08-07 | Back out changes for fnmach'ing pkg_info -e due to the changed semantics | hubertf | 1 | -5/+4 |
1998-08-06 | Revert previous change. | agc | 1 | -2/+2 |
1998-08-06 | Since 1.3.2 pkg_info -e doesn't print anything for a package name, be | tv | 1 | -2/+2 |
1998-08-06 | Apparently, 1.3.2's pkg_info -e doesn't print the name of the matching | agc | 1 | -2/+2 |
1998-08-06 | Add back default MAINTAINER field. | agc | 1 | -3/+5 |
1998-08-05 | - Nuke LIB_DEPENDS pkg cruft. Add an error message if LIB_DEPENDS is set. | tv | 1 | -57/+21 |
1998-08-04 | Enable specification of CONFLICTS entries using fnmatch(3) patterns. | agc | 1 | -7/+6 |
1998-08-04 | Make it possible for package Makefiles to specify DEPENDS package | agc | 1 | -7/+8 |
1998-07-31 | - Add option USE_LOCALBASE_FOR_X11. | tv | 1 | -2/+9 |
1998-07-31 | - Integrate xpkgwedge with a switch, USE_LOCALBASE_FOR_X11, which leaves | tv | 1 | -31/+36 |
1998-07-31 | Add mipseb and mipsel to MACHINE_GNU_ARCH and set them to mips. After | tv | 1 | -1/+3 |
1998-07-27 | Calculate an additional checksum when a distfile is fetched - if it | agc | 1 | -3/+13 |
1998-07-26 | Add glob-style wildcards to ONLY_FOR_ARCHS. | tv | 1 | -2/+2 |
1998-07-26 | Use a direct comparison rather than a regexp match when looking for checksums. | mycroft | 1 | -3/+3 |
1998-07-26 | support distclean in subdir makes | lukem | 1 | -2/+2 |
1998-07-24 | Change two ocurrences of "grep foo | awk" pipelines into simple awk | agc | 1 | -12/+12 |
1998-07-24 | Now I remember why I suggested a ${LIBTOOL} variable: libtool is also used | tv | 1 | -4/+5 |
1998-07-24 | Add the USE_LIBTOOL pkg Makefile option. When set, it adds a build | tv | 1 | -2/+6 |
1998-07-22 | Add any licensing information to the README.html files which are generated | agc | 1 | -1/+9 |
1998-07-22 | The obsolete <$ARCH> pattern in PLISTs was not used anywhere - it has | agc | 1 | -4/+4 |
1998-07-21 | Missed one occurrence of "licence". | agc | 1 | -2/+2 |
1998-07-21 | Acceptable licence logic had been reverted to UK English spellings. | agc | 1 | -7/+7 |
1998-07-16 | Sort output of depends-list and package-depends targets. | hubertf | 1 | -3/+3 |
1998-07-14 | On NetBSD ports which don't support shared objects, comment out any | agc | 1 | -1/+5 |
1998-07-14 | Fill in SHLIB_TYPE in the pkgsrc copy of bsd.own.mk. Use this value | agc | 2 | -6/+21 |
1998-07-14 | Add logic to handle shared objects correctly for ELF and a.out platforms. | agc | 1 | -1/+51 |
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 1 | -7/+11 |
1998-07-13 | Only update README.html if it has changed. | hubertf | 1 | -4/+11 |
1998-07-13 | We use American English. | mycroft | 2 | -11/+11 |
1998-07-12 | Fix another variable expansion bug in dependence handling. | tron | 1 | -2/+2 |