Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-09 | Add more files for "openwin". This was reported by | reed | 2 | -3/+24 | |
Raymond Meyer on pkgsrc-users list. This is partially based on the list he provided. Bump version for this package too. | |||||
2007-06-05 | Added JAVA_BINPREFIX. | rillig | 1 | -1/+2 | |
2007-06-05 | make(1) variable assignments should go after all command line options. | tnn | 1 | -2/+2 | |
2007-06-03 | Added "local" as a valid category, since it is suggested in the pkgsrc | rillig | 1 | -2/+2 | |
guide. | |||||
2007-06-02 | Permit installation on "FreeBSD-[0-4].*-*". | schmonz | 1 | -2/+3 | |
2007-05-31 | Updated libnbcompat to 20070531. | rillig | 4 | -35/+40 | |
Changes since 20070507: Completely rewrote the fgetln implementation, since the previous version couldn't handle files that don't end with a '\n' character. Tested on IRIX, NetBSD and Solaris. | |||||
2007-05-29 | Fix a couple misspellings, and add a couple items: | schmonz | 1 | -3/+5 | |
* Check for parallel files/dirs whose names differ only in case (suggested by heinz) * Check for German text in pkgtools/pkglint/TODO. | |||||
2007-05-23 | simplify previous | tnn | 1 | -5/+4 | |
2007-05-23 | non-current make(1) doesn't support -V. | tnn | 2 | -4/+6 | |
Provide a target for printing PKGSRCDIR. PKGREVISION++ | |||||
2007-05-22 | Add a couple of success reports. | tnn | 1 | -1/+4 | |
2007-05-20 | - Change the way pkg_rolling-replace parses version numbers. Everything | tnn | 2 | -12/+12 | |
after the last hyphen is the version, not everything after the first occurence of '-[0-9]'. This allows pkg_rolling-replace users to upgrade packages such as font-bitstream-100dpi. - Use INSTALL_MAN, not INSTALL_SCRIPT. Manpages are not executable. - Bump PKGREVISION. | |||||
2007-05-19 | Sync with pkgsrc (1.46). | wiz | 1 | -4/+5 | |
2007-05-18 | Silence make. If /sbin/sysctl is static or non-existent, ldd would return | joerg | 1 | -2/+2 | |
an error and make complain rather verbosely. Use || true to hide that error. | |||||
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 2 | -4/+4 | |
packages up to date. | |||||
2007-05-15 | Actually substitute "@ID" with the path to id(1) while creating the | tron | 1 | -2/+3 | |
shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338. | |||||
2007-05-13 | Added another helpful sentence to the explanation of the "tool vs. | rillig | 1 | -3/+7 | |
${TOOL}" note. | |||||
2007-05-11 | Prepend ${PREFIX} to default location of mk.conf if we're using bmake. | tnn | 3 | -11/+17 | |
2007-05-10 | Bump date of manual page. (avoid wakeup() of wizd) | tnn | 1 | -2/+2 | |
2007-05-10 | Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONF | tnn | 3 | -12/+23 | |
or default to /etc/mk.conf if unset. Bump PKGREVISON. | |||||
2007-05-07 | Fix bug in configure script, noticed by Thorsten Glaser. | joerg | 2 | -17/+17 | |
2007-05-07 | Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507. | joerg | 9 | -4293/+5947 | |
2007-05-01 | Added BSDOS to the list of supported operating systems and sorted the list. | rillig | 1 | -2/+2 | |
2007-04-29 | Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack. | tnn | 1 | -6/+5 | |
2007-04-28 | Disable inlined setenv. This needs more work. | tnn | 1 | -2/+8 | |
2007-04-28 | typecast return value from malloc | tnn | 1 | -2/+2 | |
2007-04-28 | Correct resolver prototypes. Add strto(u)ll glue. Provide inlined setenv(3) | tnn | 4 | -10/+36 | |
2007-04-27 | Add missing resolver prototypes. | tnn | 3 | -6/+22 | |
2007-04-25 | tidy up loop | tnn | 1 | -5/+5 | |
2007-04-24 | When we're substituting a system-provided header file, use the C | tnn | 2 | -6/+24 | |
preprocessor to find out the absolute path of the system header, so that we may include it before we add our customizations. This is especially important when using gcc, due to it's "fixincludes". For example, <math.h> might not be /usr/include/math.h, but instead something like /path/to/gcc/lib/gcc/${MACHINE_GNU_PLATFORM}/include/math.h. | |||||
2007-04-24 | update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from ↵ | abs | 1 | -4/+3 | |
Vladimir Yakovetsky | |||||
2007-04-24 | Note addition of pkgtools/posix_headers. | tnn | 1 | -1/+2 | |
2007-04-24 | Add pkgtools/posix_headers version 0.4: | tnn | 6 | -0/+99 | |
This package attempts to resolve deficiencies in system headers. These deficiencies are commonly found on older operating system releases. When use of posix_headers has been enabled on a platform, this package will become a compile-time dependency for every package. It will provide customized header files that take preference over some system provided ones (that may not even exist). This happens transparently through use of buildlink3. | |||||
2007-04-24 | Update to 4.77. (hi Roland!) | tnn | 2 | -4/+4 | |
Teach pkglint about OSF1 and HPUX. | |||||
2007-04-22 | Add native X11 support for HP-UX 11.11. | tnn | 3 | -1/+300 | |
2007-04-20 | Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64. | joerg | 3 | -13/+12 | |
2007-04-20 | re-add fix from r1.11 after sync | tnn | 1 | -2/+3 | |
2007-04-20 | re-add fix from r1.42 after sync | tnn | 1 | -2/+3 | |
2007-04-20 | Checking whether a file with an blank filename exists is somewhat bogus. | tron | 2 | -4/+4 | |
Improve the last change to avoid that. Bump package revision again. | |||||
2007-04-20 | Fix quoting so that the code to detect the location of "mk.conf" actually | tron | 2 | -4/+4 | |
works (under Darwin?). Bump package revision again. | |||||
2007-04-19 | update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when building | abs | 1 | -3/+6 | |
2007-04-16 | Update pkgtools/pkg_chk to 1.85: | abs | 2 | -3/+4 | |
Add a missing FAIL= to the start of pkg_install(), the absence of which would cause a package which had been "previously installed" to pick up the last value of FAIL (and sometimes be incorrectly marked as failed). Thanks to Martin Weber for the diagnosis. | |||||
2007-04-16 | Sync with NetBSD base: | joerg | 13 | -38/+49 | |
Some FTP server don't expand [] in NLIST, most noticable is vsftpd. Avoid this by splitting the wildcard search pattern into two commands. Sync some other minor changes. Bump to 20070416. | |||||
2007-04-15 | Before using any variables in .if conditionaly, bsd.prefs.mk should be | rillig | 1 | -3/+3 | |
included. In the special case of the BATCH variable, this does not make a difference, since it is set via an environment variable. | |||||
2007-04-15 | Removed the "Internal pkglint errors" when parsing complicated Make | rillig | 1 | -1/+19 | |
variable expressions. These expressions are skipped completely and not checked for anything. | |||||
2007-04-15 | Update pkg_chk to 1.84: | abs | 2 | -10/+25 | |
Automatically use SU_CMD for pkg_add and pkg_delete if set by main pkgsrc and running as a non root user - based on a patch from Aleksey Cheusov. | |||||
2007-04-12 | When calling bootstrap-register from the bootstrap script for the | joerg | 4 | -8/+4 | |
various packages, pass down PKG_PRESERVE. Remove the default setting of PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree and be able to remove it again, if it is not an essientiel tool. OK jlam@ | |||||
2007-04-12 | add missing CVS id | tnn | 1 | -0/+4 | |
2007-04-12 | make xdec reflect files that exist on a fresh Tru64 5.1B-4 install | tnn | 1 | -5/+0 | |
2007-03-24 | Quell pkglint: don't forcibly hide output of shell commands in do-extract. | schmonz | 1 | -2/+2 | |
2007-03-24 | Grok the "scm" category. | schmonz | 1 | -2/+2 | |