summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-08-19Add "benchmarks" as second category.tron1-2/+2
1999-08-19remove share/doc/xhippo dirhubertf1-1/+2
Noted in PR 8223 by adam@albedo.com.pl
1999-08-18Make this build (and work!) on LP64 systems.thorpej6-0/+131
I know I sent these to Weitse the first time I built on an Alpha, but they apparently never made it into the distribution. Oh well.
1999-08-18Minimal necessary futzing to make the --with{,out}-krb4 andthorpej3-1/+2829
--with{,out}-gssapi switches to the configure script actually work. The GSSAPI support in CVS is still busted; it makes a lot of incorrect assumptions about the location of various GSSAPI headers and libraries. However, I have no interest in actually fixing anything in CVS.
1999-08-18Remove MASTER_SITE_LOCAL and MASTER_SITE_BACKUP entriessoren1-3/+1
for ftp.dk.netbsd.org until another place for a Danish ftp.netbsd.org mirror is found.
1999-08-18Remove redundant EXTRACT_SUFX definitionagc1-2/+1
1999-08-18Record the names of the patches which were applied to the packageagc1-2/+7
(taken from the patch-sum file), plus any local patches, in the BuildVersion file (which can be viewed with the -b option to pkg_info(1)), rather than simply recording the contents of any patches directory.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc4-6/+17
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc5-7/+13
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc3-3/+9
displayed using the -B option to pkg_info(1). Add ZIP_ENCRYPTION to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc2-4/+10
displayed using the -B option to pkg_info(1). Add WINDOWMAKER_OPTIONS and WINDOWMAKER_THEMES, and include the preferences file before defining the variable.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1). Add USE_XFACE to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc3-5/+23
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc2-6/+13
displayed using the -B option to pkg_info(1). Also clean up inclusion of files, and include a missing bsd.prefs.mk
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc4-5/+13
displayed using the -B option to pkg_info(1).
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc5-5/+17
displayed using the -B option to pkg_info(1).
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc2-3/+5
displayed using the -B option to pkg_info(1). Add M68060 to BUILD_DEFS
1999-08-18Add LIBWRAP_FWD to BUILD_DEFSagc1-1/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc8-8/+24
displayed using the -B option to pkg_info(1).
1999-08-18Execute "${INSTALL_FILE}" in "do-install" target instead of printingtron1-2/+3
a dummy message.
1999-08-18Don't print message twice during installation.tron1-13/+14
1999-08-18Fix indentation.tron1-2/+2
1999-08-18Update (long overdue) to Hugs 98, May 1999 version.nathanw3-128/+67
1999-08-18Point to the gqmpeg homepage, not the author's general page.hubertf1-2/+2
1999-08-18Update "mutt" package to version 0.95.7. Changes since 0.95.6:tron5-7/+25
- The $in_reply_to configuration variable is gone. The In-Reply-To header currently only contains the message-id of the message to which the reply refers. This is to make sure that this header is correctly formatted. - Lots of bugs present in 0.95.6 were fixed.
1999-08-18sync with patch-abhubertf1-2/+2
1999-08-17Make sure the "autoconf" binary from package sources is used.tron1-2/+2
1999-08-17Get package prefix from correct environment variable.tron1-10/+2
1999-08-17Fix typo in last commit.tron1-4/+3
1999-08-17- Don't print message twice during installation.tron1-14/+22
- Create "/var/spool/texfonts".
1999-08-17Use "${INSTALL_FILE}" instead of "${PKGDIR}/INSTALL".tron1-2/+2
1999-08-17Don't "strip" the "dialog" binary. It is not part of this package.tron2-1/+15
1999-08-17Let this package depend on "teTeX-share" to avoid ugly "@unexec rmdir"tron2-3/+4
kludge for directory "share/texmf".
1999-08-17Avoid conflicts between "teTeX-share" and "teTeX-bin" package completelytron4-12/+11
instead of trying to work arround them with "preserve" option (which would have required some changes to the install target).
1999-08-17pkglint: use of DISTFILES with single file discouraged.tron1-3/+2
1999-08-17Current version of midnight commander is only available in directorytron2-10/+10
"sources/mc/", not "1.0/sources/" on the GNOME ftp sites.
1999-08-17Use USE_KERBEROS{4,5} to enable the corresponding features in thisthorpej1-3/+11
package. Still needs a bit more work, as the CVS 1.10 configure script is broken.
1999-08-17Update gmc to 4.5.37.rh3-7/+19
Changes are mostly bugfixes, several new locale files, and an "Exit" menu item.
1999-08-17Update mc to 4.5.37.rh5-14/+19
Changes are mostly bugfixes and several new locale files.
1999-08-17Make PLIST consistent with both ELF and a.out shared libsdrochner2-10/+16
(problem reported by David Brownlee <abs@anim.dreamworks.com>). Unfortunately this requires an evil hack to avoid bad interactions with the "Automatic ELF shared object handling". (it would delete files and replace by dead links)
1999-08-17Be a bit more general when configuring this package on Solaris.agc1-2/+3
1999-08-17Remove obsolete patch, and regen checksum file.agc3-21/+8
On Solaris, work around a configure script bug - pass the Operating System version to configure.
1999-08-17Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on localsommerfeld2-10/+37
stub connections on client and server side. (it was correctly being enabled over the long-haul connection, but somehow it got missed on the loopback connections to the real X client and server) This makes x2x over ssh actually pleasant to use.
1999-08-17Add and enable viewfax.rh1-1/+2
1999-08-17Initial import of viewfax-2.4, an X11 fax viewer.rh7-0/+55
1999-08-17Use USE_X11 in Makefile to show that this package links with X11agc13-40/+114
headers and libs. Make this package work on Solaris. Use the same "pkgsrc" configuration file for locations of objects on NetBSD (both ELF and a.out) and Solaris. Use a Makefile target, rather than a separate script. Avoid clash with ALIGN definition in <sys/param.h>
1999-08-17Add conflict with hylafax.rh1-1/+3
1999-08-17Update to Giram-0.1.1.sakamoto15-37/+181
1999-08-17Fvwm modules are actually installed in lib/X11/fvwm2/2.2.2 not .../2.2.enami1-35/+35