Age | Commit message (Expand) | Author | Files | Lines |
2001-09-27 | Use a wildcard dependency instead of hard-coding one specific version. | jlam | 1 | -2/+2 |
2001-09-24 | Update "gtkhtml" package to version 0.12.0. Changes since version 0.11.1: | tron | 3 | -18/+26 |
2001-09-21 | Add missing etc/gconf/schemas/galeon.schemas | abs | 1 | -1/+2 |
2001-09-21 | Update galeon to 0.12.1 | taya | 8 | -261/+73 |
2001-09-20 | Stylistic clean-up: wrap lines consistently to 80 columns, and collect all | fredb | 1 | -11/+18 |
2001-09-20 | Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure the | fredb | 1 | -2/+2 |
2001-09-20 | upgrade to 7.8.1, per PR 14022. | itojun | 3 | -8/+9 |
2001-09-20 | Fix typo reported in pkg/14019. | wiz | 1 | -1/+1 |
2001-09-20 | Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd". | fredb | 1 | -3/+4 |
2001-09-19 | Adapt to new p5-Digest-MD5, will feed back changes to author. | mjl | 4 | -3/+39 |
2001-09-18 | add a bit more lines that are needed in httpd.conf to get this mod going. | hubertf | 1 | -1/+7 |
2001-09-18 | Adapt package list to configuration options dynamically. This fixes | tron | 2 | -12/+15 |
2001-09-18 | Wait upto 60 instead of 20 seconds for "squid" to terminate. | tron | 1 | -4/+4 |
2001-09-16 | Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet) | taya | 13 | -326/+291 |
2001-09-15 | Correct depend on p5-Storable | mjl | 1 | -2/+2 |
2001-09-14 | Don't hardwire /usr/pkg (pkg/13673). | wiz | 6 | -10/+33 |
2001-09-14 | Apply the changes in pkg/13265 by John Darrow <John.P.Darrow@wheaton.edu> | jlam | 4 | -29/+29 |
2001-09-14 | The SunOS navigator and communicator run fine under emulation on sparc64 | abs | 1 | -4/+4 |
2001-09-13 | Now that the special Motif-handling code is in motif.buildlink.mk, use it | jlam | 1 | -2/+3 |
2001-09-12 | Use x11.buildlink.mk. | jlam | 1 | -1/+2 |
2001-09-10 | - install the source to the example program (as recommended by the | dmcmahill | 7 | -16/+73 |
2001-09-10 | Man page fixes. | wiz | 2 | -6/+52 |
2001-09-10 | Fix path, as described in pkg/13917. | wiz | 1 | -2/+2 |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 6 | -12/+12 |
2001-09-09 | Update dependency to new, good versions of perl. Also a minor stability | jlam | 1 | -5/+4 |
2001-09-08 | Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. | jlam | 1 | -2/+2 |
2001-09-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 3 | -5/+3 |
2001-09-05 | Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency for | jlam | 1 | -2/+2 |
2001-08-31 | Make libxml2 appear in the normal location so that pkgs don't have to | skrll | 1 | -4/+1 |
2001-08-30 | update dependency | taya | 1 | -2/+2 |
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 3 | -7/+6 |
2001-08-29 | Add SUBDIR for snarf. | nra | 1 | -1/+2 |
2001-08-29 | Import snarf-7.0. | nra | 4 | -0/+25 |
2001-08-29 | gconftool will be in ${X11PREFIX}/bin not ${X11BASE}/bin | abs | 1 | -2/+2 |
2001-08-29 | Update galeon to 0.12 | taya | 9 | -153/+309 |
2001-08-28 | Make this build with autoconf 2.52 | skrll | 3 | -10/+77 |
2001-08-28 | Fix auto configuration files to work with version 2.50 of the "autoconf" | tron | 2 | -1/+88 |
2001-08-27 | Use wildcard build dependence on "xml-i18n-tools" package. | tron | 1 | -2/+2 |
2001-08-27 | Use wildcard dependence on "autoconf" package. | tron | 4 | -19/+14 |
2001-08-26 | Update automake to 1.4-p5 (1.5 is available) | skrll | 1 | -2/+2 |
2001-08-23 | Do not install a .orig file (also fixes binary package under Linux) | abs | 2 | -4/+4 |
2001-08-21 | Downgrade "galeon" package to version 0.11.5: | tron | 6 | -177/+102 |
2001-08-21 | Add -fPIC to CFLAGS. Thanks to mrauch for pointing this out. | cjones | 2 | -4/+13 |
2001-08-20 | Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer | jlam | 2 | -2/+6 |
2001-08-18 | Let the default configuration file be installed as "wwwoffle.conf.install", | fredb | 4 | -13/+19 |
2001-08-18 | This patch is no longer needed -- the tools now take an absolute path to be | fredb | 2 | -18/+1 |
2001-08-17 | If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then | jlam | 1 | -2/+3 |
2001-08-16 | Don't call freeaddrinfo() with "0" argument -- it cores. | fredb | 2 | -5/+21 |
2001-08-14 | Update wwwoffle to version 2.6d. From the "NEWS" file... | fredb | 4 | -26/+52 |
2001-08-13 | Update www/curl to version 7.8. PR 13704 by Stoned Elipot. | nra | 3 | -6/+16 |