heinz
06978ae3c8
Corrected quoting of author's email address.
2006-07-28 23:22:37 +00:00
kristerw
ec264dd343
Set SUSE_DIR_PREFIX to suse100, to prevent errors from includes of the
...
form "../../emulators/${SUSE_DIR_PREFIX}_foo" before pkgsrc can print
a message that the package is not avaiable.
2006-07-28 22:57:38 +00:00
wiz
a0b3f531bd
Remove superfluous .Nm.
2006-07-28 21:58:04 +00:00
dmcmahill
c667b853e3
Update the usage output to reflect current reality. Noted by Stoned
...
Elipot.
2006-07-28 20:52:35 +00:00
wiz
3e338223f9
+ aspell-danish-1.7.6, at-spi-1.7.10, devhelp-0.12, drscheme-352,
...
ipcalc-0.41, libgtop-2.14.2, thunderbird-1.5.0.5,
thunderbird-gtk1-1.5.0.5.
2006-07-28 19:20:55 +00:00
dmcmahill
99b57ce645
remove spurious empty line at the top of the summary files
2006-07-28 18:41:53 +00:00
uebayasi
ecac72c956
Fix build.
...
(Don't bump because this must have never been built since 1.5.0.5 update.)
2006-07-28 17:40:50 +00:00
rillig
b793473e6c
The shell command lines in Makefiles are split into words, which are then
...
saved in the line as extra fields.
When checking for absolute pathnames in "other" files, allow the form
${variable}/bin, as seen in www/apache2/patches/patch-ad. Noticed by
Matthias Scheler.
2006-07-28 17:10:12 +00:00
perry
75da0ba567
Update package to 1.5.0.5 in response to CERT warnings of severe
...
security problems with 1.5.0.4. No functional changes at all in the
package -- this is purely a security update.
See CERT advisory TA06-208A (last revised July 27) for details.
2006-07-28 14:22:29 +00:00
tron
d710dbd117
Note update of "apache2" package to version 2.0.59nb1.
2006-07-28 13:36:14 +00:00
tron
8d75a00588
Make sure that the directory "share/httpd/manual/style/lang" is created
...
when installing a binary package. Problem pointed out by Lubomir Sedlacik
in private e-mail.
Bump package revision because of this fix.
2006-07-28 13:35:37 +00:00
adam
c032ea7bd8
Updated emulators/wine to 0.9.18
2006-07-28 13:05:24 +00:00
adam
dc067063fe
Changes 0.9.18:
...
- Still more work on Direct3D.
- A lot of MSI bug fixes and improvements.
- More compatible memory management.
- Several fixes for Win64 support.
- Some performance improvements.
- Lots of bug fixes.
2006-07-28 13:04:35 +00:00
rillig
2eff39b815
Added two patches for SunPro.
2006-07-28 12:26:18 +00:00
tron
00b11d4ce4
Note update of "apr" package to version 0.9.12.2.0.59 and
...
"apache2" package to version 2.0.59.
2006-07-28 10:40:46 +00:00
tron
659d0b0b2c
Update "apr" package to version 0.9.12.2.0.59 and "apache2" package
...
to version 2.0.59. Changes since *2.0.58:
- SECURITY: CVE-2006-3747 (cve.mitre.org)
mod_rewrite: Fix an off-by-one security problem in the ldap scheme
handling. For some RewriteRules this could lead to a pointer being
written out of bounds. Reported by Mark Dowd of McAfee.
2006-07-28 10:38:36 +00:00
minskim
396d98cb5c
Note PKGREVISION bump of gnustep-gui.
2006-07-28 04:54:51 +00:00
minskim
105ab72a3e
Add a missing entry to PLIST. Bump PKGREVISION.
2006-07-28 04:54:01 +00:00
dmcmahill
63bfc354d4
Allow the binpkg-cache script to also generate pkg_summary.gz files
...
if requested. Suggested by Joerg Sonnenberger.
2006-07-28 02:41:07 +00:00
minskim
8314b41ac7
Note PKGREVISION bump of gnustep-make.
2006-07-28 01:52:00 +00:00
minskim
e12e50ee10
Fix PLIST on non-ix86 platforms. Bump PKGREVISION.
2006-07-28 01:50:58 +00:00
kristerw
3e11e03305
Note PKGREVISION bump for lang/ghc.
2006-07-27 23:47:05 +00:00
kristerw
f3baf6fe2c
Correct PLIST and distinfo.
...
Bump PKGREVISION.
2006-07-27 23:45:08 +00:00
joerg
92e418df2f
Xinerama needs Xext, so reorder the library includes.
2006-07-27 23:11:04 +00:00
lukem
0c96f9fca5
Remove ftp.au.netbsd.org.
2006-07-27 23:07:18 +00:00
joerg
9cfe81ea4d
Keep compressed mailbox patch in sync with the main version.
2006-07-27 22:56:27 +00:00
jlam
d5fdba9ab3
Add back CONFLICTS handling that was accidentally left out when revision
...
1.1 of this file was committed and the same code was removed from
bsd.pkg.mk.
2006-07-27 22:16:06 +00:00
rillig
15b55ec5b0
Added ocaml-mysql.
2006-07-27 22:08:11 +00:00
rillig
e66533ed08
Imported databases/ocaml-mysql-1.0.4
2006-07-27 22:05:05 +00:00
rillig
e86f4afe35
Imported ocaml-mysql.
...
ocaml-mysql is a package for ocaml that provides access to mysql
databases. It consists of low level functions implemented in C and a
module Mysql intended for application development.
2006-07-27 22:04:54 +00:00
jlam
b5e83f7d36
Remove all uses of the following targets from pkgsrc:
...
show-all-depends-dirs
show-all-depends-dirs-excl
Replace them with calls to pkgsrc/mk/scripts/depends-depth-first.awk
which does the same thing but without the extra overhead of invoking
a recursive make.
2006-07-27 22:01:28 +00:00
jlam
c489860d62
Whenever we invoke a recursive make, we need to ensure that the proper
...
environment ${PKGSRC_MAKE_ENV} is also passed along. Create a
convenience variable RECURSIVE_MAKE that does exactly this and that
can be used in place of MAKE when invoking make recursively.
Use RECURSIVE_MAKE everywhere in pkgsrc/mk that we invoke make
recursively.
2006-07-27 21:46:45 +00:00
joerg
03cba20b8e
Make the language warning a bit less forceful, since it is often a false
...
warning.
2006-07-27 20:07:06 +00:00
rillig
2693f38ac9
Renamed *_SITE_* to *_SITES_*.
2006-07-27 18:59:32 +00:00
rillig
216fd758a9
When all source files are compiled with a Fortran compiler, why should a
...
C compiler be used for linking them?
2006-07-27 18:49:47 +00:00
jlam
ccdf6dbe01
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
...
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
minskim
e24e01fa39
Note update of mathomatic.
2006-07-27 18:26:26 +00:00
minskim
fcca7d87b3
Update mathomatic to 12.5.18.
...
Changes:
Fixed some gcc compiler warnings.
Code and documentation cleanup.
Removed BASICS define.
Removed all isascii() tests from the source code.
2006-07-27 18:25:48 +00:00
minskim
1a9f7b52b4
Note update of ko-po-check.
2006-07-27 18:23:47 +00:00
minskim
699737a92e
Update ko-po-check to 0.7.
...
Changes since 0.5:
- Add new rules for markup, mnemonic, incomplete syllable tests.
- Added GNOME terminologies.
2006-07-27 18:22:55 +00:00
wiz
b65df549a1
Only include x11.bl3.mk if the x11 option is turned on.
...
From pancake in PR 34088.
2006-07-27 18:14:44 +00:00
wiz
313d2b2258
+ hyperestraier-1.3.4, qdbm-1.8.63, spamassassin-3.1.4.
2006-07-27 17:42:53 +00:00
jlam
182dc839b5
Document the targets in fetch-list.mk.
2006-07-27 17:29:57 +00:00
jlam
1796f4ff8a
Note that "fetch-list" is a public target.
2006-07-27 17:28:38 +00:00
wiz
ef98051bf9
Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.
...
(Build dependency change only, so no PKGREVISION bump.)
2006-07-27 17:27:29 +00:00
jlam
bac7fb376d
Remove an unnecessary recursive make invocation.
2006-07-27 17:23:16 +00:00
jlam
cb7b7bfbd8
Replace this:
...
for i in `cmd`; do ...; done
with this:
cmd | while read i; do ...; done
2006-07-27 17:14:56 +00:00
rillig
3440a30b3f
DYNAMIC_MASTER_SITES is gone.
2006-07-27 16:13:51 +00:00
jlam
817fd9ec0d
All of the other *SITES* variables are plural, so rename DYNAMIC_SITE_*
...
to DYNAMIC_SITES_* for consistency.
2006-07-27 16:06:27 +00:00
rillig
d5f379de6b
Some minor tweaks.
2006-07-27 15:48:45 +00:00