Commit graph

5290 commits

Author SHA1 Message Date
jlam
fe87ac2069 Use the correct zlib.h, not the one distributed with cvs. 2004-03-27 04:22:55 +00:00
jlam
10c8c0cce2 Check for USE_INET being "YES" or "yes". 2004-03-27 04:21:55 +00:00
wiz
168342b575 Remove vulnerable automake version. 2004-03-26 17:58:15 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
c5aa0649e4 Allow building a gmake without a dependency on gettext, libiconv,
libtool, etc. if GMAKE_LOCALE=no.  This allows "bootstrapping" lang/gcc
or lang/gcc3-c more automatically.  Bump the PKGREVISION.
2004-03-25 23:31:22 +00:00
uebayasi
c40fadd982 * Use a right PLIST file for XEmacs.
* Don't depend on xemacs-packages.

While files of xemacs-packages are installed into
  	${PREFIX}/lib/xemacs/xemacs-packages,
individual Emacs lisp packages use
  	${PREFIX}/lib/xemacs/site-packages,
so these are never overwritten.

Let's think that these two parts are separate.  Individual Emacs lisp
packages depend on another individual ones, never need to depend on
xemacs-packages.  This should make things simpler.
2004-03-25 03:16:25 +00:00
jlam
ea69671ae8 The subversion configure script will probe for apache in the environment
by looking for apxs in the PATH, which we don't protect against (yet) in
buildlink3.  Explicitly disable building the Apache modules to prevent
build errors.
2004-03-24 02:33:20 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
snj
a97936193d SDL/SDL_opengl.h includes GL/glu.h, so we need to use
graphics/Mesa/buildlink[23].mk to pull in glu.
2004-03-23 04:37:38 +00:00
snj
0f3725bdbf Fix build with gcc2 on sparc64. 2004-03-22 23:42:51 +00:00
snj
f16014c245 Fix build with gcc2 on sparc64. 2004-03-22 22:09:17 +00:00
jlam
ec6193ca9d Assume that the native gettext implementation will satisfy GNU gettext
dependencies unless USE_GNU_GETTEXT is defined or IMCOMPAT_GETTEXT is set
appropriately.  This should allow packages to use the glibc gettext
routines on Linux.
2004-03-22 20:57:38 +00:00
reed
a03322e020 Update apache2 to 2.0.49. This includes various changes since last release
including:
  *) SECURITY: CAN-2004-0174 (cve.mitre.org)
     Fix starvation issue on listening sockets where a short-lived
     connection on a rarely-accessed listening socket will cause a
     child to hold the accept mutex and block out new connections until
     another connection arrives on that rarely-accessed listening socket.
     With Apache 2.x there is no performance concern about enabling the
     logic for platforms which don't need it, so it is enabled everywhere
     except for Win32.  [Jeff Trawick]

  *) SECURITY: CAN-2004-0113 (cve.mitre.org)
     mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
     PR 27106.  [Joe Orton]

  *) SECURITY: CAN-2003-0020 (cve.mitre.org)
     Escape arbitrary data before writing into the errorlog. Unescaped
     errorlogs are still possible using the compile time switch
     "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".  [Geoffrey Young, Andr<E9> Malo]

Complete changelog is at http://www.apache.org/dist/httpd/CHANGES_2.0

Package changes include:

buildlink depends increased for apache2 (but not for apr).

apr package version changes, but APR_VERSION stays same.

more files installed and added to PLIST.
share/httpd/manual/search/manual-index.cgi removed from PLIST.
Also removing share/httpd/htdocs and share/httpd directories
removed from PLIST because already handled by MAKE_DIRS.
(I think this should use OWN_DIRS.)

(jlam@ said he would like this update done during freeze.)
2004-03-22 19:50:16 +00:00
kristerw
b66a2325d8 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:47:15 +00:00
heinz
f22c151a5d Add HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21 01:09:44 +00:00
minskim
42a7b8a4bf Switch swig to Tcl 8.4 and bl3ify. Bump PKGREVISION. 2004-03-20 23:18:09 +00:00
heinz
b8f02090fd Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
heinz
8de552656c Added HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20 22:23:19 +00:00
jlam
35ebc5eaab Always create the curses.h -> ncurses.h symlink to match buildlink2
behaviour.
2004-03-20 19:28:46 +00:00
kristerw
03d5cfbeb5 Add support for amd64. 2004-03-19 22:55:30 +00:00
bouyer
5ad6b0e6eb Add a few more files that are not installed on SunOS. 2004-03-19 21:26:29 +00:00
wiz
89102e2723 Comment out TEST_TARGET -- it does not work,
since buildlink3 hides the needed scripts from autoconf too well.
2004-03-19 10:41:48 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
wiz
a739b79bd6 Drop trailing whitespace, remove unnecessary .Pp and
use .Aq instead of <>.
2004-03-17 00:40:24 +00:00
abs
6cc945a64a Update cpuflags to 0.63:
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-03-17 00:26:55 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
jlam
46453f87ed BUILDLINK_DEPENDS.<pkg> should be appended to, not set. 2004-03-16 17:58:01 +00:00
jlam
59fad5b9f8 Manipulate the buildlink depth so that libiconv and Xfixes aren't added
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are
included by the top-level Makefile.
2004-03-16 17:40:54 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
jlam
d2bebd2bc5 Fix PLIST problems. This package uses libtool -release M.N to add a
version number to the library, so it doesn't create certain symlinks for
the shared libraries.
2004-03-15 20:13:52 +00:00
jlam
a89b708994 Use PREFIX to refer to the installation prefix, not LOCALBASE. 2004-03-15 18:20:28 +00:00
taca
19f48d6c54 Update MASTER_SITES. 2004-03-15 15:37:43 +00:00
jlam
1a8b2d9d11 Typo: && should be || to get the correct test semantics. 2004-03-13 18:39:16 +00:00
kristerw
3065fa8725 Add x86_64 to the list of (unsupported) LP64 architectures. 2004-03-13 17:24:31 +00:00
jlam
e9182691c4 bl3ify and use new Objective-C support in gcc.mk. 2004-03-12 22:51:24 +00:00
dmcmahill
f58ced0a66 remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDS 2004-03-12 22:38:18 +00:00
minskim
a4256b9f1e libgtop2_server and related libraries are not built on Linux because
they are not necessary.  Conditionally remove them from PLIST.
2004-03-12 22:30:35 +00:00
snj
7fa7c409e6 bl3ify. 2004-03-12 19:34:01 +00:00
danw
177dd49eff bump PKGREVISION for my change to patch-aa last night. (pointed out
by grant)
2004-03-12 16:00:16 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
tv
347ae966cc Obey CPPFLAGS. 2004-03-12 03:00:24 +00:00
dmcmahill
fb3bbea193 add bl3 file 2004-03-12 02:54:50 +00:00
danw
41cdf1f7c8 disable -all-static for OS X since it just causes a linking error
(http://developer.apple.com/qa/qa2001/qa1118.html)
2004-03-12 00:11:17 +00:00
jmmv
75d0dc3502 unused 2004-03-11 21:46:28 +00:00
minskim
9f2cacfabd Make this package build with pthread-enabled Python. It will close
PR pkg/24748.

While here, bl3ify and switch to Tcl 8.4.  Bump PKGREVISION.
2004-03-11 17:43:50 +00:00
xtraeme
46d17bc302 bl3ify 2004-03-11 17:42:34 +00:00
jmmv
546f691b59 Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3. 2004-03-11 14:02:20 +00:00
jlam
e6cf029454 This package needs to use makeinfo to generate .info files. 2004-03-11 07:33:13 +00:00
minskim
595334821e Enable pkgviews installation to allow to build other pkgviews packages
using ccache.  Noted by Ossi Herrala in PR pkg/24728.
2004-03-10 22:41:30 +00:00
minskim
af8e937669 Add explicit dependency on pkgconfig and sort. 2004-03-10 21:28:32 +00:00