Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-27 | add a "curl" module. | chs | 1 | -1/+2 | |
2011-02-27 | Describe all musicpd options. | wiz | 1 | -1/+6 | |
2011-02-25 | Update to 4.4.5, fixes a build problem on OpenIndiana (and probably | hans | 1 | -2/+2 | |
Solaris 11 Express, too). Changes 4.4.5: The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.5. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.4 relative to previous releases of GCC. | |||||
2011-02-22 | Describe nagios-nrpe-args. | gdt | 1 | -0/+1 | |
2011-02-21 | Remove deprecated KTERM_USE_WALLPAPER. | obache | 1 | -6/+1 | |
2011-02-13 | Use net/libbind/buildlink3.mk instead of removed net/bind95/buildlink3.mk. | taca | 1 | -2/+2 | |
2011-02-10 | Disable certificate checks when using "curl". This fixes the build of | tron | 1 | -2/+2 | |
the "youtube-dl" package. | |||||
2011-02-08 | Add FETCH_USE_IPV4_ONLY option to force connecting to only IPv4 addresses. | obache | 1 | -5/+12 | |
2011-02-08 | Add `--location' option for curl to follow HTTP redirect. | obache | 1 | -2/+2 | |
2011-02-08 | Let curl to silent fail with server error. | obache | 1 | -1/+2 | |
fixes a part of PR#44528. | |||||
2011-02-07 | Add default binpkg site for DragonFly. From Justin Sherrill in PR 44526. | wiz | 1 | -1/+4 | |
2011-02-07 | Handle '-' in uname output, needed for DragonFly. From Justin Sherrill in PR ↵ | wiz | 1 | -2/+2 | |
44526. | |||||
2011-02-06 | Bring in boost-license, 1.0. Certified by OSI as an Open Source | schnoebe | 1 | -2/+3 | |
license. | |||||
2011-01-31 | add ndiff: tool to compare nmap scans, part of ... nmap | hubertf | 1 | -0/+1 | |
2011-01-31 | Remove the unneeded backslashes from the AIX OS_VERSION setting. | sbd | 1 | -2/+2 | |
Closes PR/44421. | |||||
2011-01-29 | stop majordomo from chowning /var/tmp to user majordom due to a superannuated | spz | 1 | -14/+5 | |
default in mk/defaults/mk.conf remove the non-shared defaults and put in the setting that actually gets used by more than one package (namely, MAJORDOMO_HOMEDIR) don't make the majordom user own more than it actually needs to make resend, archive, request-answer and medit honor the MAJORDOMO_CF environment variable over the command line option, so that someone calling these via the wrapper (which sets the environment variable) can't make the majordom user execute random perl code by specifying it as config file. Thanks to salo for finding this issue. | |||||
2011-01-23 | Add support for MirBSD to pkgsrc. Patches from Benny Siegert and | agc | 6 | -5/+236 | |
Thorsten Glaser. | |||||
2011-01-23 | Document mc options, from cheusov. | wiz | 1 | -0/+5 | |
2011-01-22 | For curl, "=" is not required for longname options with value. | obache | 1 | -3/+3 | |
2011-01-19 | Typo fix | jym | 1 | -2/+2 | |
2011-01-18 | For PR #44396. | reed | 1 | -2/+2 | |
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom." | |||||
2011-01-16 | Improve output when license (combination) is not accepted by user. | wiz | 1 | -5/+7 | |
2011-01-16 | Try to detect PF_VERSION upto 4.7. | obache | 1 | -2/+22 | |
fixes a part of PR#44339. | |||||
2011-01-15 | Add mng description and sort. | wiz | 1 | -7/+8 | |
2011-01-13 | Add png-license and add it to the default-allowed licenses. | wiz | 1 | -1/+2 | |
(very similar to mit or modified-bsd, but different) | |||||
2011-01-12 | On Mac OS X, use system OpenGL and OpenAL | adam | 1 | -1/+3 | |
2011-01-11 | Skip interpreter check unless regular file. | obache | 1 | -1/+4 | |
PR#44089, avoid warnings from broken symbolic link or link to a directory. | |||||
2011-01-08 | jdk-1.5 also supports FreeBSD 8 now, add it. | wiz | 1 | -1/+2 | |
2011-01-04 | Removed _INCOMPAT_ICONV. | adam | 1 | -5/+1 | |
The problem is Darwin's libiconv does not have symbols for libiconv_<name> (e.g. libiconv_open), but iconv_<name> (e.g. iconv_open). BUT when there's pkgsrc/converters/libiconv installed instead, it doesn't have symbols for iconv_<name>, but libiconv_<name>. Some packages auto-configure looks for libiconv_open (like glib2), others look for iconv_open (like proftpd), and there's a conflict. The solution is to replace libiconv_open with iconv_open with SUBST framework. | |||||
2010-12-29 | Add support for wip/jdk16 (for PR 44294). | wiz | 1 | -3/+12 | |
2010-12-29 | Update patterns for jdk15, from Francois Tigeot in PR 44294. | wiz | 1 | -3/+3 | |
2010-12-26 | Remove possibly confusing variable assignment. | asau | 1 | -2/+1 | |
2010-12-26 | Fortran is not Fortran-77 anymore. | asau | 1 | -2/+2 | |
2010-12-26 | Break with the past: use g95 as default Fortran compiler. | asau | 1 | -1/+6 | |
Welcome to the modern world of computing. This is known to break DragonFly at least, either port g95 or fix lang/gcc44 to work on NetBSD. Unless there're packages that still think that Fortran is F77, this shouldn't affect anything. | |||||
2010-12-26 | Don't make Fortran synonymous to Fortran-77, it isn't so already. | asau | 1 | -3/+3 | |
2010-12-26 | Enable Fortran via f2c | adam | 1 | -8/+5 | |
2010-12-26 | Added COMPILER_ABI_FLAGs | adam | 1 | -1/+3 | |
2010-12-25 | Removed PG_MB_ENCODING; not needed any more. | adam | 1 | -8/+1 | |
2010-12-22 | Why should apps compiled for OS X 10.4 and earlier have to languish with | abs | 1 | -1/+6 | |
outdated X libraries? Default to modular x11 for a more modern set of features, bugfixes (and bugs), and to simplify application support Does *not* affect 10.5 (Leopard) or later | |||||
2010-12-22 | Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is | tron | 3 | -6/+5 | |
bundled with NetBSD-current. | |||||
2010-12-21 | Note goffice and libsoup option. | obache | 1 | -0/+2 | |
2010-12-19 | This Makefile fragment is meant to be included by packages that | dsainty | 1 | -0/+58 | |
require a libjpeg implementation. jpeg.buildlink3.mk will: * set JPEGBASE to the base directory of the libjpeg files; * set JPEG_TYPE to the libjpeg implementation used. There are three variables that can be used to tweak the selection of the libjpeg implementation: JPEG_DEFAULT is a user-settable variable whose value is the default libjpeg implementation to use. JPEG_ACCEPTED is a package-settable list of libjpeg implementations that may be used by the package. This .mk is broadly based on fam.buildlink3.mk,v 1.7, and currently supports selection between the default "graphics/jpeg" and the alternative "graphics/libjpeg-turbo". | |||||
2010-12-19 | Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support. | taca | 1 | -0/+2 | |
2010-12-18 | Removed PGSQL_USE_HIER | adam | 1 | -8/+1 | |
2010-12-18 | Added gssapi | adam | 1 | -0/+1 | |
2010-12-17 | document rtree and fts options for sqlite3 | agc | 1 | -0/+2 | |
2010-12-03 | Fix build on 64bit linux platforms. When buildlinking directories we | abs | 1 | -3/+3 | |
want ${BUILDLINK_DIR}/lib not ${BUILDLINK_DIR}/lib${LIBABISUFFIX} Tested on Linux x86_64 (Centos 5) and NetBSD | |||||
2010-12-02 | Better match library names to improve REQUIRES/PROVIDES. | reed | 1 | -5/+4 | |
This is from cheusov via PR #42907. (I have been using this for months, as I had noticed some of the same problems.) | |||||
2010-11-22 | Add fetch tool. | obache | 1 | -1/+2 | |
2010-11-17 | Remove support for jdk and jdk14, they had been removed from pkgsrc. | obache | 1 | -25/+6 | |