Commit graph

1469 commits

Author SHA1 Message Date
tron
faba133276 Add missing "shutdown" keyword in startup file. 2001-05-10 21:58:01 +00:00
wiz
3f4718f3e6 Use SHA1, and add sizes for the remaining architectures. 2001-05-09 20:39:55 +00:00
wiz
f5f554e543 Add SHA1 checksums and sizes for the remaining architectures. 2001-05-09 20:02:47 +00:00
wiz
6473897e0f Use SHA1, and add size. 2001-05-09 12:31:39 +00:00
jlam
5f9dd5a24f Improve rc.d-style startup script. It now respects settings in
/etc/rc.conf (apache=YES/NO and apache_start=startssl) if it exists.
2001-05-08 18:13:51 +00:00
jlam
a7a1b31121 Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-08 17:28:08 +00:00
jtb
cd69b3bb37 Use HUGS_PREFIX. 2001-05-06 02:04:27 +00:00
jtb
982f953e3b Add NO_SRC_ON_FTP -- it's already in ${MASTER_SITE_LOCAL}.
Remove unnecessary sed redirection.
2001-05-06 02:02:09 +00:00
fredb
9d8ecd70a1 Explicitly disable pthreads, as that option doesn't work on NetBSD at all.
Partially fixes PR pkg/12705.
2001-05-05 21:06:26 +00:00
fredb
966fe08a16 Simplify the package "Makefile" by utilizing the "USE_RMAN" hook
in bsd.pkg.mk.
2001-05-05 17:40:26 +00:00
hubertf
61b35899ac don't need .CURDIR on DEPENDS 2001-05-05 16:33:07 +00:00
hubertf
f97d35ffa4 make sure FILESDIR etc. are absolute paths -> prepend with ${.CURDIR}
XXX someone please teach pkglint about $PKGSRCDIR
2001-05-05 16:27:59 +00:00
wiz
e5444d2ccc Add ${.CURDIR} in some places. Noted by Takahiro Kambe. 2001-05-05 16:22:55 +00:00
skrll
84681861a4 Fix. Picked up by bulk build. 2001-05-05 16:22:04 +00:00
skrll
796f6dfe65 Sort 2001-05-05 16:17:41 +00:00
wiz
011bf78d9b Add '--enable-dns' to CONFIGURE_ARGS. pkg/12753 by Dave Burgess. 2001-05-05 12:12:14 +00:00
fredb
9549fb77c3 The homepage is at <http://www.chimera.org/>. Who would have guessed it? 2001-05-04 13:11:44 +00:00
agc
1fa15f9097 Add distfile size 2001-05-04 10:49:04 +00:00
fredb
ebdbc9fe6e Remove gratuitious input redirection from ${SED} statement. 2001-05-04 02:41:09 +00:00
fredb
9815bf4435 The homepage seems to be missing in action. 2001-05-04 02:39:12 +00:00
wiz
7db41c77b6 Add and enable php3-pdflib. 2001-05-03 17:01:16 +00:00
wiz
f11cb0d1db PHP3 extension for PDF library functions.
Provided by Rex McMlaster in pkg/11895.
2001-05-03 17:00:22 +00:00
wiz
5902a4a2c5 Use a shared distinfo file. 2001-05-03 16:53:57 +00:00
wiz
f9e69a9b8d Add and enable p5-HTTP-Request-Form and php4-mcrypto, and remove w3m-m17n.
Sort.
2001-05-03 16:10:29 +00:00
wiz
cb96c40168 Initial import of p5-HTTP-Request-Form, provided by David Rankin in
pkg/11083:
Construct HTTP::Request objects for form processing
2001-05-03 16:07:19 +00:00
jlam
41dc957e4a Use --export-dynamic instead of -E as it's recognized by both the old
and new ld on both a.out and ELF, on advice from skrll.netbsd.org.
2001-05-03 14:31:00 +00:00
jlam
96c8d6b325 Honor CFLAGS passed in from environment during build. 2001-05-03 14:24:47 +00:00
jlam
c1f398c93e Only depend on rman if not in base system, and install HTML documentation
under ${PREFIX}/share/doc/html.
2001-05-03 14:23:36 +00:00
agc
9dcd167d1f The version of the distfile on the MASTER_SITE is liable to change without
any change in the version number (because there *is* no version number),
so set the MASTER_SITE to MASTER_SITE_BACKUP, and add SHA1 digest and
distfile size.
2001-05-03 14:03:37 +00:00
agc
51ae629b9a It would appear that changes are made to the distfile on the MASTER_SITE
without updating the version number.

Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the
distfile that was originally checksummed, and update distinfo to have an
SHA1 digest and distfile size.
2001-05-03 13:53:09 +00:00
jlam
1f0e782888 Reformat to ease readability. 2001-05-03 13:45:25 +00:00
jlam
47648cd842 Prefer VAR+= lines to backslash line continuations to make this file easier
to grep through.
2001-05-03 13:41:43 +00:00
jlam
749befd222 Only pass -Wl,-E to linker on ELF platforms. This fixes build problems
on a.out platforms pointed out by rh@netbsd.org.
2001-05-03 13:40:33 +00:00
jlam
a06b6353c3 Share common distinfo file with www/php4 2001-05-02 22:47:30 +00:00
jlam
71e78c7453 Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
the per-package code that attempt to remove this directory if it's empty.
2001-05-02 22:22:42 +00:00
wiz
848f6dc8ad Fix typo (with no actual effect) 2001-05-01 21:37:04 +00:00
wennmach
96058422d4 o remove whitespace from Makefile
o add $NetBSD$ RCS tag to patch-ab
o regen distinfo
2001-05-01 18:07:48 +00:00
jlam
1dde355ed9 php4-mcrypt - PHP4 extension for the mcrypt crypto algorithms library.
Package provided by Stephen Borrill <sborrill@precedence.co.uk> in
pkg/12722.
2001-05-01 17:59:32 +00:00
jlam
d28621d5b8 Add support for building the mcrypt module as a separate package. 2001-05-01 17:56:45 +00:00
jlam
b73958a86e Document PHP_PKG_VERS variable. 2001-05-01 17:34:43 +00:00
jlam
5188c12f76 Remove unneeded distinfo files. PHP4 module packages now use the distinfo
file from www/php4.
2001-05-01 17:29:51 +00:00
jlam
cf8df2877b Use a common distinfo file amongst the various php4 module packages. 2001-05-01 17:28:41 +00:00
kei
3f66920b25 recovered original DESCR statement which got lost during merge. 2001-05-01 00:37:34 +00:00
kei
4553c0ae0e As per request of itojun and hubertf, rename w3m-m17n as w3m. It reduces our
maintenance cost.  Approved by agc.
2001-05-01 00:31:24 +00:00
kei
6bd9c900f8 removed unused variable EMULSUBDIR and EMULDIR. They are handled by
linuxppc_lib package.
2001-04-30 23:18:54 +00:00
abs
c3a5a5619b Updated opera to 5.0b8
Changes since 5.0b7

- Minor improvements for zooming (underlined links etc.)
- Improved stability a lot (especially "random" crashes)
- Minor CSS cascading rule fix
- Fix for inaccessible links (and other elements) on certain websites
- Horizontal scrolling is now working in fullscreen mode
- Nested folders now works again on the bookmark popup menu
- Dropdown auto completion has been improved. It will now
  expand upwards if the toolbars is placed at the bottom. A
  number of other fixes as well.
- Keyboard activated Copy/Cut/Paste should now be compatible with
  Gtk based applications.
- A HotList Copy/Cut/Paste problem that could occur after Up/Down
  arrows had been used is solved.
- Triple click support in edit fields
- Improved "Do not show me again" functionality is various dialog boxes
- The "Cookie Server Filter" dialog box is now operational
- Initial sound support. This includes action sounds, but not
  document background sound. The sound support depends on NAS
  is running in the system.
- The window save file is now better protected against data
  corruption. A corrupted window file could cause missing scrollbars
  and other problems with saved windows
- Popup windows can now be opened in the background so that they
  will not interfere the current maximzed window.
- Improved session management support. Opera will now save the
  state if the window manager tells it to do so (this is what
  happens if Opera is running while the window mananger shuts down)
- Window toolbars buttons will now use pixmaps and colors to
  tell the document state better than before.
- Context sensitive help for all dialogs
- "Sans-Serif" element of the "CSS Generic Font Family"
  is now read properly from opera.ini
- The transfer window has been upgraded. It can now be made a
  tear-off window that lives outside the opera workspace.
- Support for configurable toolbar buttons and special button support.
  This is still only available editing the button.ini file.
- A page can now be saved as text as well as in HTML
- The SpaceBar behavior is extended. If a link is active by keyboard
  navigation, then the link will be activated when SpaceBar is pressed,
  otherwise is does a PageDown action.
- The find toolbar is now functional.
2001-04-30 10:23:24 +00:00
jlam
630b57fbf4 Add missing directory to PLIST. 2001-04-30 05:56:59 +00:00
jlam
2d4b40f1d2 - Repect ${APACHE_SYSCONFDIR} setting
- Install example horde.conf Apache config file fragment info
  ${PREFIX}/share/examples/horde.
2001-04-30 05:53:29 +00:00
jlam
973a745d6d Add APACHE_SYSCONFDIR to BUILD_DEFS. 2001-04-30 04:27:34 +00:00
jlam
1edfee944f Change build dependency from perl-5.* to perl>=${PERL5_REQD}. 2001-04-30 03:46:32 +00:00