Commit graph

78741 commits

Author SHA1 Message Date
adrianp
1af3ed18ce - note oinkmaster update 2005-05-02 10:49:35 +00:00
adrianp
5b585238b2 - Update oinkmaster to nb1
- Fix SUBST_* to get it working in the right order
- Change location of oinkmaster.conf
- Update MESSAGE to show where oinkmaster.conf is now stored
- Depend on the snort{-pgsql,-mysql} package
- Automagically ${LN} files instead of just telling the user to do it
- Whitespace police
2005-05-02 10:48:16 +00:00
tron
da839e5a55 Replace "opera7" by "opera" at various locations. 2005-05-02 08:59:08 +00:00
rh
f3f3fd6293 Note update of gworkspace to 0.7.1 and removal of GWLib 2005-05-02 06:37:31 +00:00
jlam
157b5ae130 If we only define the "TOOL" variable if the real command exists, then
the "TOOL" variables won't be properly defined for the top-leve make
after returning from making the install-depends target if we're using
the pkgsrc-supplied tool.  Define the "TOOL" variable unconditionally
instead.
2005-05-02 06:36:29 +00:00
rh
cd61460694 Update gworkspace to 0.7.1. There is no list of changes, but this version
fixes a number of bugs, adds a tabbed shelf, no longer uses GWLib, and runs
more smoothly overall.
2005-05-02 06:35:55 +00:00
jlam
93657f4c61 We need ldconfig (this should probably be restricted only to packages that
install shared libraries).
2005-05-02 05:45:15 +00:00
jlam
44aa477d54 Remove the need for ${FIND} in the top-level make. 2005-05-02 05:16:21 +00:00
jlam
5fdcb84de7 Remove NO_BUILD, which was causing the wrappers to not be created after
revision 1.1604 of bsd.pkg.mk.
2005-05-02 05:09:16 +00:00
jlam
37d5689ed6 Teach the new tools framework about ldconfig. This must be provided by
tools.${OPSYS}.mk, so at the very worst, it must be set to "true".
2005-05-02 04:42:08 +00:00
jlam
5333a4a7a3 Include perl.mk to make sure the perl symlink is created. 2005-05-02 04:35:59 +00:00
jlam
1a165c6528 PERL5 shouldn't be recursively defined. 2005-05-02 04:33:53 +00:00
jlam
4ba6c74f93 Re-order nested .if statements for brevity. 2005-05-02 03:09:04 +00:00
jlam
96c5deea72 Teach the new tools framework about USE_TOOLS+=bzcat. 2005-05-02 02:50:33 +00:00
markd
4a9f756f9c Postgresql 7.3 didn't have plpgsql_scanner_lineno() so use yylineno.
Bump PKGREVISION of postgresql73-lib as plpgsql.so has changed (now
loads successfully).
2005-05-02 02:14:23 +00:00
taca
7cb2ab985b Note update of www/squid package to 2.5.9nb10. 2005-05-01 23:18:48 +00:00
taca
805f8ace86 Disable squid-2.5.STABLE9-transparent_port.patch since it is broken with
IP Filter 4.1 and later.  (It has no problem on IP Filter 3.x, but it is
difficult apply it conditionally with IP Filter's version.)

This apparently fix PR pkg/30085.  But note, Squid's transparent proxy
with IP Filter dosen't work.  It is worked without IP Filter's NAT process.
So, web acceess through squid may fail for HTTP 1.0 client which dosen't
send Host header.

Bump PKGREVISION (squid-2.5.9nb10).
2005-05-01 23:17:49 +00:00
kristerw
c4e2f5f95e lang/nhc98 has been updated to version 1.18. 2005-05-01 22:57:48 +00:00
kristerw
44796a62d6 Update nhc98 to 1.18.
Changes from 1.16:
# New: Several more packages of hierarchical libraries are included in
  the build: base, parsec, haskell-src, QuickCheck, HaXml, HUnit, Cabal.
# New: FFI improvements: foreign import "dynamic" is now supported, and
  named C header-files are now used.
# New: The compiler now uses cpphs for Haskell source instead of cpp. This
  removes problems with string gaps, primes in identifiers, and so on.
# New: In hmake-interactive, if the readline library is not available,
  the simple line editor now has a history mechanism.
# Bugfix: hmake's processing of cpp conditional directives is improved also.
# Bugfix: More evil bugfixes for gcc versions ? 3.3
# Bugfix: A numeric pattern can now match against a Num newtype.
# Bugfix: Foreign imports and abstract newtypes now play OK together.
# Bugfix: Methods in qualified classes no longer need to be qualified in
  instance decls.
# Bugfix: GreenCard now accepts <<.../...>> syntax.
2005-05-01 22:55:07 +00:00
abs
2ea7529561 update cpuflags to 0.87:
- Added linux "Mobile Intel(R) Pentium(R) 4 - M ", from pancake
    - Add a dist target to simplify updating freshmeat copy
    - Change feedback email to abs@absd.org
2005-05-01 22:03:37 +00:00
adrianp
9a941d8a0c - note imp 4.0.3 update 2005-05-01 19:08:49 +00:00
adrianp
eb275dc0fe - update imp to 4.0.3
- From the ChangeLog:
> ------
> v4.0.3
> ------
>
> [jan] Ignore quoted text if spellchecking with aspell (Bug 1673,
>       kevin_myer@iu13.org).
> [cjh] Fix typo in attachment.php that caused a PHP warning
>       (Xavier Montagutelli <xavier.montagutelli@unilim.fr>).
> [mms] Correctly store all data from the compose screen when spell checking a
>       message (Bug 1425).
>
> ----------
> v4.0.3-RC1
> ----------
>
> [cjh] Validate outgoing email addresses before sending mail (Bug 1543).
> [mms] Added automatic detection of some mail server parameters to the test
>       script.
> [mms] Fix Show/Hide Deleted links on search results screen (Bug 1587).
> [mms] Encode attachment parameters with the same character set used in the
>       base message (Bug 1591).
> [mms] Correctly process 'Report and Spam' and Blacklist/Whitelist additions
>       from a search results mailbox view.
> [mms] Correctly sort the contents of the Virtual Folder.
> [mms] Fix viewing mailboxes in shared hierarchies in subscribe mode in the
>       IMAP_Tree lists (Bug 1550).
> [jan] Return to current folder after emptying the trash folder (Bug 1563).
> [mms] Display the attachment expiration date when sending linked attachments.
> [mms] Fix editing virtual folders from the mailbox screen (Bug 1490).
> [cjh] Log logouts at the same level Horde does (Bug 1499).
> [jan] Don't lose session if clicking on link after blacklisting or
>       whitelisting addresses (Bug 1417).
> [mms] Fix refresh of folder screen when viewing unsubscribed folders.
> [mms] Added optional 'delimiter' parameter to servers.php to aid login times
>       for certain IMAP servers (selsky@columbia.edu, Bug 1485).
> [mms] Don't link emails in HTML message compositions (Bug 1472).
> [mms] Make sure we can create thumbnails/convert images before prompting user.
> [mms] Ensure multipart/related and multipart/alternative messages can be viewed
>       if not viewable inline or if they contain only one part;
>       multipart/related parts are now viewed with their correct charset
>       (Bug 1433).
> [mms] Fix display of IMAP hierarchies in the folder view (Bug 1403).
> [jan] Fix viewing of multipart S/MIME or PGP signed messages (Bug 1393).
> [jan] Mark sent-mail checkbox when changing the sent-mail folder in the
>       compose screen.
> [mms] Be smarter about we we consider to be downloadable/forwardable.
>       Make sure text isn't both forwarded and attached in a forward message.
> [jan] Fix success screen after redirecting a message (Bug 1374).
> [jan] Fix "undefined index" warning (Bug 1367).
2005-05-01 19:07:36 +00:00
adrianp
74a14d5c46 - Update imp to 3.2.8 2005-05-01 17:37:30 +00:00
adrianp
c6bc2a712d - update imp to 3.2.8
- From the ChangeLog:
> ------
> v3.2.8
> ------
>
> [jan] Close XSS when setting the parent frame's page title by javascript (cjh).
> [mms] Fix display of MIME parts less than 1K when local number format uses
>       ',' as the decimal separator.
> [jan] Don't use trash folder on POP3 servers under certain circumstances
>       (Bug 1373).
> [jan] Fix "Save as" link to save message sources (Bug 1233).
>
>
> ------
> v3.2.7
> ------
>
> [mms] Determine the default IMAP delimiter according to RFC 3501.
> [mms] Fix the folders screen hanging if there was only one folder (Bug 504).
> [jan] Correctly cancel messages composition in all cases (Rich Bartell
>       <rwb@bartellonline.com).
> [mms] Don't convert colons in user-defined headers to underscores (Bug 676).
> [jan] Don't blacklist already blacklisted addresses again (Bug 530).
2005-05-01 17:36:26 +00:00
schmonz
9fa71e0deb Note getmail update. 2005-05-01 17:30:06 +00:00
schmonz
593459863c Update to 4.3.7. From the changelog:
-add error message for missing mboxrd file.  Thanks: Marco Ferra.
  -change handling of connection that dies vs. deleted messages.
  Thanks: Thomas Schwinge.
2005-05-01 17:29:12 +00:00
wiz
34d607bb3d Remove gnumeric -- it is a gtk2 application nowadays. Ride previous
PKGREVISION bump.
2005-05-01 12:30:11 +00:00
wiz
8b93c43cc2 Remove pan -- it is a gtk2 application nowadays. Bump PKGREVISION. 2005-05-01 12:24:08 +00:00
wiz
170585a762 + asc-1.16.0, feh-1.3.1, lbdb-0.30. 2005-05-01 11:56:26 +00:00
rillig
e8827c4d28 Removed the -Wpatches command line option, because -Cpatches does the
same and fits better. Removed checking for the (deprecated) NO_WRKSUBDIR
Makefile variable. Approved by wiz.
2005-05-01 11:41:17 +00:00
jdc
c2eb17f3c5 Regenerate for new patch-a[bcef] (PR pkg/29426). 2005-05-01 10:36:07 +00:00
jdc
124f29d571 Make netmaze build on linux systems.
Fixes PR pkg/29426 from A L Meyers.
2005-05-01 10:34:49 +00:00
markd
03ec7a6641 Apply the official KDE patches for CAN-2005-1046.
http://www.kde.org/info/security/advisory-20050421-1.txt
Bump PKGREVISION.
2005-05-01 04:35:39 +00:00
wiz
42c8b8c503 gopchop updated to 1.1.6. 2005-04-30 23:07:53 +00:00
wiz
a023501409 Update to 1.1.6:
1.1.6: (2005-04-30)
    - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
      force a prepended system header.
    - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
      drop trailing packs that have system headers.
    - compilation patches from Eric Jorgensen and Barry Roberts.
    - NetBSD off_t patch from Thomas Klausner.

1.1.5: (2005-04-30)
    - improved gopchop.desktop
    - added debian menu file
    - fixed compile regression in new display code

1.1.4: (2005-04-30)
    - suse patch from Rainer Lay
    - changed scroll wheel usage to try and fix file select windows - schmidtw
    - changed the menus & menu items to be more "standard" where
      possible - schmidtw
    - added XML based load/save using libxml for editing sessions - schmidtw
    - added text enterable gop selector box - schmidtw
    - added view menu to control GOP Info window & in the future the video
      window - schmidtw
    - changed the menu items to be more descriptive - schmidtw
    - fixed details need to read other MPEG2 PES packets
    - locale clean-ups
    - Xv display is now aspect-correct
    - TODO reorganized - bryce
2005-04-30 23:06:25 +00:00
tron
cf2339670e Fix path to directory for "opera" package. 2005-04-30 22:37:27 +00:00
tron
ea7da5a921 Note new "opera" package and removel of "opera7" package. 2005-04-30 22:27:18 +00:00
tron
bb9e8fb01a Replace outdated an insecure "opera7" package with a new "opera" package
based on version 8.0. Major changes since version 7.54u2:
- New and improved security features
- "Fit to window width" abolishes horizontal scrolling
- Improved default menu and toolbar setups
- Support for XmlHttpRequest giving full Gmail support
- New Start bar gives easy access to useful features
- Notification of blocked pop-ups
- Simple retrieval of closed pages and blocked pop-ups.
- Elegant e-mail attachment handling
- Improved newsfeed reader
- Automated weekly check for new updates
- New User JavaScript feature
2005-04-30 22:25:15 +00:00
jschauma
b4cb11f8f8 s/upto date/up-to-date/ 2005-04-30 21:35:06 +00:00
jmmv
fe55525d98 Given that I've done all the latest updates, pick up maintainership.
Requested by the current maintainer, schmonz@.
2005-04-30 19:18:25 +00:00
minskim
3ea474f51b Include stdlib.h instead of malloc.h to build on Darwin. 2005-04-30 17:26:43 +00:00
minskim
d16e2df856 Enable pkgviews installation. 2005-04-30 17:13:21 +00:00
minskim
c062979938 Honor BINOWN and BINGRP. 2005-04-30 17:10:30 +00:00
jlam
60da9f8bc9 net/qmail has been taught to not need expr and wc in the top-level make. 2005-04-30 15:07:57 +00:00
jlam
797d2663a0 Use :sh instead of != to assign QUEUE_EXTRALEN to defer evalutation of
command until it is referenced within subst.mk's make targets.  This
avoids needing ${EXPR} and ${WC} in the top-level make.
2005-04-30 15:06:58 +00:00
jlam
88a657f75e Avoid checking for !empty(...) so that we that defer variable references. 2005-04-30 15:05:06 +00:00
drochner
a1c0a94254 +lsh2 2005-04-30 12:25:29 +00:00
drochner
0271a0b85b Move the freshly update lsh-2.0.1 into a separate pkg and leave
security/lsh at 1.4.3.
lsh-2.0.1 has interoperability problems with openssh servers
(always gets "Invalid server signature" errors).
lsh-1.4.3 is not affected by CAN-2003-0826. Add a patch to address
CAN-2005-0814 and bump PKGREVISION.
2005-04-30 12:23:42 +00:00
rillig
b65911e7f3 Added TODO list for pkglint. 2005-04-30 11:50:42 +00:00
wiz
fa784dd419 Add LICENSE and corresponding NO*ON* and RESTRICTED variables. 2005-04-30 11:17:06 +00:00