Commit graph

52751 commits

Author SHA1 Message Date
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
xtraeme
4df29abc30 + nmap-3.50 2004-01-22 07:40:22 +00:00
grant
4567e3bf3b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:26:08 +00:00
grant
abe415b769 use LDFLAGS.SunOS instead of an ${OPSYS} conditional. 2004-01-22 07:24:25 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
grant
25d39bca1d don't set CXX in MAKE_ENV, bsd.pkg.mk already does this.
s/USE_GMAKE/USE_GNU_TOOLS+=make/ while here.
2004-01-22 07:07:07 +00:00
snj
8f8eb471ef In 2004, we say "derivatives" instead of "derivates." Requested by agc. 2004-01-22 02:28:10 +00:00
wiz
195fa4f6f3 Check for existance of shared libXinerama before
enabling Xinerama support.
Fixes mozilla on e.g. macppc with only libXinerama.a.
2004-01-22 00:21:26 +00:00
wiz
0a8492f831 Updated gsed to 4.09. 2004-01-21 22:54:00 +00:00
wiz
c706434e7f Update to 4.09:
* 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-21 22:53:22 +00:00
wiz
e477ba97bf iozone-3.217 update done. 2004-01-21 22:46:13 +00:00
wiz
1f0401d831 Update to 3.217:
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-21 22:31:56 +00:00
heinz
d25b3d9e25 Updated spamassassin to 2.63 2004-01-21 22:23:52 +00:00
heinz
f5a036a0d5 Update to 2.63. Tested on NetBSD and Solaris 8.
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-21 22:19:30 +00:00
cube
a6333aea47 Sync with reality. Reported by Min Sik Kim in PR 24187. 2004-01-21 21:55:41 +00:00
kristerw
3a36b99599 Note import of x11/xnodecor version 0.1.
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-21 21:09:20 +00:00
kristerw
11b7bf72e8 Add and enable xnodecor. 2004-01-21 21:06:29 +00:00
kristerw
e6ffe88928 Initial import of xnodecor-0.1
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-21 21:04:43 +00:00
jwise
15352b25c7 Apply a fix for library naming on IRIX 5 and 6, based on a patch
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 19:30:33 +00:00
heinz
564fcae2c5 + spamassassin 2.63 2004-01-21 19:10:09 +00:00
jlam
8d8a94a95e Make the postgresql packages consistently install the PL/<foo> language
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the
strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that
way).
2004-01-21 18:41:27 +00:00
jlam
a5f99db9cf nas is in the audio category, not graphics. 2004-01-21 18:22:39 +00:00
jlam
dfe9bb1980 Most of this file only applies if we're in some phase after buildlink, so
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-21 18:18:13 +00:00
jlam
3306fc00c1 Introduce concept of the "phase" that we're in as we progress through
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-21 18:13:27 +00:00
recht
c3cc545228 Fix a build/linking problem wrt Xft2.
Reported by Peter Bex.
2004-01-21 17:43:55 +00:00
cube
ed0783e496 Note update of gq to version 1.0beta1. 2004-01-21 16:27:54 +00:00
cube
f214c2cbfb Update to version 1.0beta1. This packages now use GTK2.
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-21 16:26:37 +00:00
jlam
0377138279 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 14:31:36 +00:00
jlam
e6a6aed232 whitespace 2004-01-21 14:14:13 +00:00
jlam
ef41749876 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 14:08:24 +00:00
jlam
3601a7551c Recognize KERBEROS as a flag that can cause this package to be built using
Kerberos for GSSAPI support.
2004-01-21 14:01:06 +00:00
jlam
ab10d9f748 Put more debugging information in .work.log: first output the command the
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-21 13:52:56 +00:00
jlam
263e5782b4 Whitespace 2004-01-21 13:11:09 +00:00
jlam
85513cb202 Packages that use Kerberos are automatically categorized as restricted
packages.
2004-01-21 13:09:31 +00:00
jlam
998ffbfea9 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 12:40:17 +00:00
jlam
9351de8505 Remove debugging line accidentally committed in previous. 2004-01-21 12:14:57 +00:00
jlam
b5b7b84c22 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 12:12:13 +00:00
jlam
3afdeb510f On IRIX systems, assume that Xpm is built-in. 2004-01-21 11:24:38 +00:00
jlam
9850029667 Remove comment I accidentally left in this file during bl3ification that
enabled me to test this on a NetBSD system.
2004-01-21 11:18:44 +00:00
agc
1bbe396d55 Flesh out this file with more information, such as licensing information.
Make it clearer why certain things should be done.
2004-01-21 10:48:21 +00:00
agc
33863545d6 Fix typo - thanks to wiz for pointing it out. 2004-01-21 10:33:16 +00:00
abs
d52f330140 Updated gcc3 to 3.3nb6:
Add USE_GCC3 to files/gcc3.mk to work better when included in mk.conf
2004-01-21 10:19:05 +00:00
abs
0e4e4da57e Add USE_GCC3 to files/gcc3.mk to work better when included in mk.conf 2004-01-21 10:17:56 +00:00
recht
29dd842171 Add patches which I forgot in the previous commit. 2004-01-21 10:11:19 +00:00
jlam
1ff3349ed1 BUILDLINK_PKGSRCDIR.perl is now set correctly by perl5/buildlink2.mk
if PERL5_RED=5.8.
2004-01-21 10:09:09 +00:00
jlam
0167c3791f Only point SSLCERTS into ${PKG_SYSCONFDIR} if we're not using the built-in
OpenSSL software.  Otherwise, set it to /etc/ssl/certs, which is where a
lot of Linux distros store certs.  The behaviour on NetBSD systems is
unchanged -- always set to /etc/openssl/certs.  Fixes PR 24161.
2004-01-21 10:03:41 +00:00
jlam
bc9660dc1e Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS}
into the Perl module build.  OPTIMIZE works for all versions of Perl.
2004-01-21 09:40:49 +00:00
jlam
9e4957ec95 Put back MAKE_ENV settings lost in previous commit that told Makefile.PL
where the PostgreSQL headers and libraries were located.
2004-01-21 09:35:08 +00:00
jlam
aefa446777 bl3ify 2004-01-21 09:01:00 +00:00
jlam
cdcc0bea0e Adding and removing the pgsql symlink must take place at VIEW-* time since
the symlink isn't tracked in the PLIST and won't be correctly removed from
any views during instance deletion from a view.
2004-01-21 08:59:32 +00:00