summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-22- Create /var/gdm and /var/log/gdm directories during installation. Thesejmmv3-26/+23
are *REQUIRED* (in fact, only the former) to get gdm working. - Manually set 'procname' in the rc.d script so that 'gdm stop' works. - Allow the rc.d script to work w/o rc.subr. - Use PAM's buildlink2.mk file instead of a simple DEPENDS. - Remove useless stuff from PLIST. - Simplify Makefile a bit. - As a result, bump PKGREVISION to 1.
2004-01-22Install .cfg files into ${Q3MODDIR} and explain how we should start itxtraeme3-17/+12
via NetBSD's rc.d framework. From David Ferlier in PR pkg/24132.
2004-01-22make date format string more portable.grant1-2/+2
2004-01-22Provide a script to start quake3server via NetBSD's rc.d framework, alsoxtraeme5-4/+37
explain how we should start it. From David Ferlier in PR pkg/24131.
2004-01-22avoid tickling a bmake bug.grant1-3/+5
2004-01-22replace the (somewhat broken) test to figure out the compiler versiongrant1-19/+3
with GCC_REQD=2.95.2.
2004-01-22whitespace fixesgrant4-44/+45
2004-01-22whitespace fixes, simplify a conditionalgrant1-4/+2
2004-01-22whitespace fixes.grant1-5/+6
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant35-70/+70
2004-01-22avoid if ! .. statement, not all shells can handle it.grant1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant108-217/+218
2004-01-22note update of pkglint to 3.67.grant1-1/+2
2004-01-22update to pkglint 3.67: catch deprecated USE_GMAKE.grant2-3/+8
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant19-38/+38
2004-01-22don't assume the base system has bzcat, test for it and depend ongrant1-2/+8
archivers/bzip2 if we don't have it.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant49-98/+98
2004-01-22+ nmap-3.50xtraeme1-1/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-22use LDFLAGS.SunOS instead of an ${OPSYS} conditional.grant1-7/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant74-149/+148
2004-01-22don't set CXX in MAKE_ENV, bsd.pkg.mk already does this.grant1-3/+2
s/USE_GMAKE/USE_GNU_TOOLS+=make/ while here.
2004-01-22In 2004, we say "derivatives" instead of "derivates." Requested by agc.snj1-1/+1
2004-01-22Check for existance of shared libXinerama beforewiz1-2/+2
enabling Xinerama support. Fixes mozilla on e.g. macppc with only libXinerama.a.
2004-01-21Updated gsed to 4.09.wiz2-3/+3
2004-01-21Update to 4.09:wiz3-6/+7
* 0 address behaves correctly in single-file (-i and -s) mode. * documentation improvements. * tested with many hosts and compilers. * updated regex matcher from upstream, with many bugfixes and speedups. * the `N' command's feature that is detailed in the BUGS file was disabled by the first change below in sed 4.0.8. The behavior has now been restored, and is only enabled if POSIXLY_CORRECT behavior is not requested.
2004-01-21iozone-3.217 update done.wiz2-3/+3
2004-01-21Update to 3.217:wiz2-6/+6
Revision 3.212 Add record locking Add single file, file sharing. Revision 3.213 Enhance fill/verify (diag mode) for shared file. Revision 3.214 Remove warnings. Revision 3.215 Add prototype for mylockr() Revision 3.216 Fix prototype for mylockr Revision 3.217 Enable options for Windows systems.
2004-01-21Updated spamassassin to 2.63heinz2-3/+3
2004-01-21Update to 2.63. Tested on NetBSD and Solaris 8.heinz5-67/+9
Summary of major changes since 2.62 ----------------------------------- - Fixed bug related to perl 5.005 which stopped SpamAssassin from being runnable - Fixed bug where "spamassassin -l" parameter wouldn't be untainted before being used - Added caching of body rendering results so that the message wouldn't be rendered the same way multiple times unnecessarily. Summary of major changes since 2.61 ----------------------------------- - Fixed two bugs related to Received line generation and parsing. - Modified two rules to reduce false positives. - Fixed bug where spamd temporary init directory wasn't removed in some situations. - Modified HABEAS_SWE to function even if the Habeas headers were out of their normal order. - Fixed bug where reporting wouldn't remove message markup before being learned by Bayes. - Fixed bug where report_safe_copy_headers would reverse the order of the Received headers. - Fixed several bugs in the Bayes system caused by DB_File oddities.
2004-01-21Sync with reality. Reported by Min Sik Kim in PR 24187.cube1-3/+3
2004-01-21Note import of x11/xnodecor version 0.1.kristerw1-1/+2
This program sets attribute "override_redirect" to True for any window you've specified (using window name). Window Managers should ignore such windows; it's useful, for example, if you're using wmx Window Manager, and want to have a clock on every virtual screen and without any borders. From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
2004-01-21Add and enable xnodecor.kristerw1-1/+2
2004-01-21Initial import of xnodecor-0.1kristerw6-0/+64
This program sets attribute "override_redirect" to True for any window you've specified (using window name). Window Managers should ignore such windows; it's useful, for example, if you're using wmx Window Manager, and want to have a clock on every virtual screen and without any borders. From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
2004-01-21Apply a fix for library naming on IRIX 5 and 6, based on a patchjwise3-24/+84
submitted in private mail by Georg Schwarz. Prevents PLIST mismatches on these platforms. Tested for non-interference with other platforms, but no specific IRIX testing of this version of fix yet performed.
2004-01-21+ spamassassin 2.63heinz1-2/+2
2004-01-21Make the postgresql packages consistently install the PL/<foo> languagejlam1-1/+3
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that way).
2004-01-21nas is in the audio category, not graphics.jlam1-2/+2
2004-01-21Most of this file only applies if we're in some phase after buildlink, sojlam1-1/+19
enforce that using PHASES_AFTER_BUILDLINK. Also, transform the physical path to ${WRKDIR} into the value ${WRKDIR} in the wrapper scripts. This allows ${WRKDIR} to be a path that traverses a symlink. In particular, it allows users to set WRKOBJDIR to point to a symlink.
2004-01-21Introduce concept of the "phase" that we're in as we progress throughjlam2-11/+25
fetching, extracting, configuring, building, etc. of a package. We can check what phase we're in by examining the value of ${PKG_PHASE} and comparing against PHASES_AFTER_<phase>, which list phases that are "greater than or equal to" <phase>. One useful example of how to use PKG_PHASE is: .if !empty(PHASES_AFTER_EXTRACT:${PKG_PHASE}) # # Some variable settings or targets here that rely on dependencies to # already be installed, or ${WRKDIR} to be created, etc., as these are # things that should have happened by the time "make extract" is # completed. # .endif
2004-01-21Fix a build/linking problem wrt Xft2.recht3-8/+23
Reported by Peter Bex.
2004-01-21Note update of gq to version 1.0beta1.cube1-2/+2
2004-01-21Update to version 1.0beta1. This packages now use GTK2.cube7-33/+95
Most noticable changes (refer to ChangeLog for the complete set, since it is very long): * Support for extensibleObject objects * Allow LDAP URIs * NT passwords, LMHASH passwords * GTK2 environment * UTF-8 support
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam1-4/+5
build and install properly using Heimdal.
2004-01-21whitespacejlam1-3/+4
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam2-3/+7
build and install properly using Heimdal.
2004-01-21Recognize KERBEROS as a flag that can cause this package to be built usingjlam2-4/+6
Kerberos for GSSAPI support.
2004-01-21Put more debugging information in .work.log: first output the command thejlam2-4/+10
wrapper script will transform, then output the transformed command. Prefix the original command with [*] and the transformed command with <.> to ease scanning of .work.log.
2004-01-21Whitespacejlam1-3/+3
2004-01-21Packages that use Kerberos are automatically categorized as restrictedjlam1-5/+12
packages.