Age | Commit message (Expand) | Author | Files | Lines |
2007-08-11 | add missing \, reported my Mark Perkins | gdt | 1 | -2/+2 |
2007-08-10 | store +REQUIRED_BY and +INSTALLED_INFO in work/.replace-FOO rather | gdt | 1 | -7/+12 |
2007-08-10 | Try a bit harder to guess which mk.conf the user is using, when | joerg | 1 | -2/+10 |
2007-08-10 | Rename the generate-metadata and clean-metadata targets to _flavor- style | jlam | 2 | -14/+14 |
2007-08-10 | Remove ${WRKDIR}/.pkgdb during "install-clean" as that directory | jlam | 2 | -3/+8 |
2007-08-10 | Give rpm2pkg a standard variable name "RPM2PKG" and teach GNU configure | jlam | 1 | -1/+3 |
2007-08-08 | Skip blank lines in +REQUIRED_BY files so that we don't error out trying | jlam | 1 | -1/+2 |
2007-08-08 | Need to also unset unsafe_depends_strict along with unsafe_depends here. | tnn | 1 | -2/+2 |
2007-08-08 | Fix some typos in comments, no functional change | dsainty | 1 | -5/+5 |
2007-08-08 | Added option gnuradio-radio-astronomy used by meta-pkgs/gnuradio | wulf | 1 | -0/+1 |
2007-08-08 | Change the meaning of unsafe_depends to mean that a dependency has | gdt | 1 | -3/+9 |
2007-08-08 | Improve previous: Per tnn@ suggestion, don't do pkg_admin unset unless | gdt | 1 | -6/+17 |
2007-08-07 | Remove unsafe_depends and rebuild tags from a package just before | gdt | 1 | -3/+6 |
2007-08-06 | Encode the generated HTML properly, taken from genreadme.awk | adrianp | 1 | -3/+7 |
2007-08-06 | audit-packages prints vulnerabilities to stdout so compensate for this. | adrianp | 1 | -2/+2 |
2007-08-06 | Fix show-vulnerabilities-html target for pkg_install>=20070714. | adrianp | 1 | -2/+2 |
2007-08-05 | mkdatabase needs BMAKE=${MAKE:Q} set before calling otherwise it will | adrianp | 1 | -2/+2 |
2007-08-05 | /usr/bin/file on OSF1 is somewhat broken in that it reports the path | tnn | 1 | -2/+2 |
2007-08-04 | Move ${DISTDIR} write permission check to just before really need to write. | obache | 1 | -7/+7 |
2007-08-04 | Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install is | adrianp | 1 | -3/+8 |
2007-08-04 | Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install is | adrianp | 1 | -3/+2 |
2007-08-03 | We forgot DragonFly. | ghen | 1 | -1/+3 |
2007-08-03 | Update _USE_DESTDIR=full handling to use the new -u/-g code and | joerg | 3 | -13/+11 |
2007-08-02 | Preserve any existing +INSTALLED_INFO file from an installed package | jlam | 1 | -1/+19 |
2007-08-02 | Be more intelligent when setting PVDIR. If pkg_install<20070714 then use | adrianp | 1 | -6/+14 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 11 | -25/+262 |
2007-08-02 | Automatically substitute for JAVA_HOME and PKG_JAVA_HOME in PLISTs. | jlam | 2 | -2/+8 |
2007-08-02 | Don't bother using environment variables to pass info the shlib-type | jlam | 2 | -14/+13 |
2007-08-02 | Rewrite in a more portable way (basically cripple ourselves to Solaris | jlam | 1 | -25/+21 |
2007-08-02 | Add wiz's request, add a changes-entry-noupdate that has the old | gdt | 1 | -9/+26 |
2007-08-02 | Remove inclusion of pkgtools/posix_headers/buildlink3.mk. This was | tnn | 1 | -6/+1 |
2007-08-01 | Support automatically using pkgsrc/emulators/osf1_lib to satisfy | jlam | 2 | -2/+9 |
2007-08-01 | Support automatically using pkgsrc/emulators/darwin_lib to satisfy | jlam | 3 | -3/+67 |
2007-08-01 | Begin adding some of the basic, non-intrusive pieces of the | joerg | 3 | -9/+24 |
2007-08-01 | Teach mirror-distfiles to use emul-fetch if EMUL_PLATFORMS is defined so | jlam | 1 | -1/+3 |
2007-08-01 | Remove unused _EMUL_OPSYSES. | jlam | 1 | -15/+1 |
2007-08-01 | Note the proper /emul/* dir for Darwin libraries. | jlam | 1 | -1/+2 |
2007-08-01 | Define PKGPATH earlier so that mk.conf can use it. | joerg | 1 | -2/+4 |
2007-07-31 | Automatically add EMUL_{PLATFORM,OPSYS,ARCH} to FILES_SUBST and | jlam | 1 | -1/+9 |
2007-07-31 | Don't substitute for OPSYS- or ARCH-related variables in print-plist | jlam | 1 | -8/+13 |
2007-07-31 | Teach the extract module to extract RPMs with rpm2pkg. | jlam | 4 | -4/+28 |
2007-07-30 | Compute OS_VERSION on AIX directly using make substitution instead of | joerg | 1 | -2/+2 |
2007-07-30 | Use variable substitution instead of calling external cut to | joerg | 1 | -3/+3 |
2007-07-29 | Add net/nfdump's options descriptions | seb | 1 | -0/+2 |
2007-07-29 | Allow the code to resolve the make path to deal with a strictly | joerg | 1 | -1/+4 |
2007-07-29 | Remove explicit include of sys.mk, which has been made redundant by | joerg | 1 | -7/+1 |
2007-07-29 | Better formatting for the package- and user-settable variables, and | jlam | 1 | -21/+31 |
2007-07-29 | Improve the example by adding a typical use of EMUL_MODULES.linux. | jlam | 1 | -0/+47 |
2007-07-29 | * Add new emulator framework in pkgsrc/mk/emulator that handles all | jlam | 25 | -14/+858 |
2007-07-28 | Rationalize changes-entry and commit-changes-entry. | gdt | 1 | -13/+11 |