Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 22 | -378/+422 | |
environment overrides all other settings. | |||||
2004-02-18 | Fix a version-specific string in comments. | minskim | 1 | -2/+2 | |
2004-02-18 | bl3ify | minskim | 2 | -2/+24 | |
2004-02-18 | bl3ify. Also add explicit build dependency on pkgconfig and remove | minskim | 2 | -5/+30 | |
redundant WRKSRC. | |||||
2004-02-18 | +doclifter-1.7. | wiz | 1 | -1/+2 | |
2004-02-18 | Update to 1.7: | wiz | 2 | -5/+5 | |
- Handle .Pa tags in synopses better. | |||||
2004-02-18 | + abcde-2.1.15, multitail-3.1.0, nano-1.2.3, sml-nj-110.45. | wiz | 1 | -5/+5 | |
2004-02-18 | Add and enable p5-MIME-Types. | minskim | 1 | -1/+2 | |
2004-02-18 | fontconfig had a really weird version numbering system. Version 2.0 is | jlam | 2 | -4/+4 | |
practically verbatim with the "1.0.1" release that's in XFree86 4.3.x. There have in fact been only function additions to the fontconfig API since 2.0, so fontconfig has never actually had a bump in the shared library major. Therefore, allow "fontconfig>=1.0.1" as the base requirement. | |||||
2004-02-18 | bl3ify. | salo | 3 | -13/+13 | |
2004-02-18 | Remove some checks for PREPEND_PATH as we don't need them. | jlam | 3 | -10/+3 | |
2004-02-18 | Add some new files installed by samba-3.0.2a. | jlam | 1 | -1/+3 | |
2004-02-18 | +etc/rc.d/slurpd | jlam | 1 | -1/+2 | |
2004-02-18 | Include openssl/buildlink3.mk to link against OpenSSL libraries. | jlam | 1 | -4/+4 | |
2004-02-18 | Uppercase abbreviations and first letters in sentences; | wiz | 1 | -5/+5 | |
"its" is the possessive (without a single quote); grammar fix. | |||||
2004-02-18 | Note addition of xhtml, version 1.0. | jmmv | 1 | -1/+2 | |
2004-02-18 | Add and enable xhtml. | jmmv | 1 | -1/+2 | |
2004-02-18 | Initial import of xhtml, version 1.0: | jmmv | 5 | -0/+74 | |
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines the strength of HTML 4 with the power of XML. This package provides the three standard DTDs (Strict, Transitional and Frameset) of XHTML 1.0. | |||||
2004-02-18 | Note revision bump for libxslt to 1. | jmmv | 1 | -1/+2 | |
2004-02-18 | Fix generation of some documents that were only built if xsltproc was | jmmv | 4 | -5/+128 | |
previously installed in the system. Bump PKGREVISION to 1. | |||||
2004-02-18 | bozohttpd 20040218 | mrg | 1 | -1/+2 | |
2004-02-18 | update to bozohttpd 20040218. changes include: | mrg | 3 | -9/+11 | |
o new .bzredirect file support for sane directory redirection o new -Z option that enables SSL mode, from <rtr@eterna.com.au> o the -C option has been changed to take two explicit options, rather than a single option with a space separating the suffix and the interpreter. ``-C ".foo /path/to/bar"'' should now be written as ``-C .foo /path/to/bar'' o the -M option has been changed like -C and no longer requires or supports a single argument with space-separated options o with -a, still print the 200 OK. from <rtr@eterna.com.au> o with -r, if a .bzdirect file appears in a directory, allow direct access to this directory | |||||
2004-02-18 | Include "../../mk/compiler.mk" to get the value of CC_VERSION before | jlam | 23 | -47/+65 | |
testing it. | |||||
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 12 | -336/+266 | |
Package Makefiles may now directly include compiler.mk. * Don't include compiler.mk within bsd.prefs.mk any longer. It was only included for the purposes of defining CC_VERSION. Packages that want to test the value of CC_VERSION should now first include "../../mk/compiler.mk". Any GCC_REQD statements in package Makefiles should be set before compiler.mk is included. * Simpllfy pkgsrc/mk/compiler/*.mk files as a result of not needing to be included indirectly by bsd.prefs.mk. We remove the special handling associated with detecting whether the file was included from within bsd.prefs.mk. These files are now much more straightforward to write and understand. * G/C the BSD_PREFS_MK stack mechanism as the only users (compiler/*) no longer need it. * Ensure that directories are prepended to the PATH only from within bsd.pkg.mk. | |||||
2004-02-18 | Note revision bump for gnome-libs to 2. | jmmv | 1 | -1/+2 | |
2004-02-18 | Conflict with gnome-libs<=1.4.2nb1 | jmmv | 1 | -1/+3 | |
2004-02-18 | Rename some installed pixmaps so that this does not conflict with libgnomeui. | jmmv | 5 | -9/+127 | |
Bump PKGREVISION to 2. Found by wiz@. | |||||
2004-02-18 | Remove etc/sound/events and etc/sound iff they are emtpy, since they may be | jmmv | 1 | -3/+3 | |
shared with some other gnome2 packages in some scenarios. | |||||
2004-02-18 | Remove etc/gconf/gconf.xml{defaults,mandatory} iff they are empty, as they | jmmv | 1 | -3/+3 | |
may be shared with GConf2 in some scenarios. | |||||
2004-02-18 | Initial support for the MIPSpro ucode compilers found on IRIX 5.3. The | jlam | 4 | -2/+74 | |
ucode compilers only support building the "o32" ABI. | |||||
2004-02-18 | Allow overriding CC_VERSION_STRING and CC_VERSION. | jlam | 2 | -6/+6 | |
2004-02-18 | Typo in comment. | jlam | 1 | -2/+2 | |
2004-02-18 | bl3ify | jlam | 1 | -4/+4 | |
2004-02-18 | bl3ify | jlam | 3 | -13/+32 | |
2004-02-18 | Remove some files that don't seem to get | wiz | 1 | -7/+1 | |
installed any longer (jmmv, please check). | |||||
2004-02-18 | Improve _FETCH_MESSAGE for the additional distfile. | wiz | 1 | -2/+10 | |
2004-02-18 | Pull in the fix for the symlink vulnerability. | skrll | 3 | -6/+20 | |
2004-02-18 | Updated xlog to 0.9.1: | wulf | 1 | -1/+2 | |
Fixed a crash when clicking on the frequency button with hamlib enabled Fixed calculation of bearing and range between locations west of Greewich Wildcards are now accepted for list of logs | |||||
2004-02-18 | Update xlog to 0.9.1: | wulf | 6 | -68/+30 | |
Fixed a crash when clicking on the frequency button with hamlib enabled Fixed calculation of bearing and range between locations west of Greewich Wildcards are now accepted for list of logs | |||||
2004-02-18 | Typo in comment. | jlam | 1 | -2/+2 | |
2004-02-18 | Remove FLTK update todo item that is now done. | ben | 1 | -2/+1 | |
2004-02-18 | Note update of FLTK from 1.0.11 to 1.1.4. | ben | 1 | -1/+2 | |
2004-02-18 | Update from FLTK 1.0.11 to FLTK 1.1.4. | ben | 13 | -358/+424 | |
2004-02-18 | bl3ify | minskim | 1 | -2/+2 | |
2004-02-18 | Remove unnecessary trailing backslash. | minskim | 1 | -2/+2 | |
2004-02-18 | Update hamlib to 1.2.0: Support of new radios and many bug fixes | wulf | 1 | -1/+2 | |
2004-02-18 | Update hamlib to 1.2.0: Support for additional radios and many bug fixes | wulf | 5 | -47/+35 | |
2004-02-18 | Add and enable aget. | minskim | 2 | -2/+4 | |
2004-02-18 | Import aget from pkgsrc-wip. Packaged by Earl Gay, improved by | minskim | 4 | -0/+51 | |
Roland Illig to support Solaris, and modified by me. Aget is a multithreaded HTTP download accelerator. It aims to imitate Flashget for Win32. Aget is an acronym for two Turkish words "Acele Getir," meaning "Get it fast." | |||||
2004-02-18 | Remove info files entries from PLIST. | seb | 1 | -6/+1 | |