summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-03-25* Use a right PLIST file for XEmacs.uebayasi1-5/+4
* 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-24The subversion configure script will probe for apache in the environmentjlam1-1/+4
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-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam5-10/+10
2004-03-23SDL/SDL_opengl.h includes GL/glu.h, so we need to usesnj2-6/+4
graphics/Mesa/buildlink[23].mk to pull in glu.
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-22Assume that the native gettext implementation will satisfy GNU gettextjlam1-7/+8
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-22Update apache2 to 2.0.49. This includes various changes since last releasereed2-5/+4
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-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw4-8/+8
2004-03-21Add HOMEPAGE.heinz1-3/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20Switch swig to Tcl 8.4 and bl3ify. Bump PKGREVISION.minskim1-4/+5
2004-03-20Uses no compiler, so USE_LANGUAGES is emptyheinz2-2/+4
2004-03-20Added HOMEPAGE.heinz1-4/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20Always create the curses.h -> ncurses.h symlink to match buildlink2jlam1-3/+7
behaviour.
2004-03-19Add support for amd64.kristerw3-8/+12
2004-03-19Add a few more files that are not installed on SunOS.bouyer1-4/+4
2004-03-19Comment out TEST_TARGET -- it does not work,wiz1-2/+4
since buildlink3 hides the needed scripts from autoconf too well.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam46-161/+115
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-17Drop trailing whitespace, remove unnecessary .Pp andwiz1-4/+4
use .Aq instead of <>.
2004-03-17Update cpuflags to 0.63:abs3-19/+27
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam4-4/+8
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16BUILDLINK_DEPENDS.<pkg> should be appended to, not set.jlam2-4/+4
2004-03-16Manipulate the buildlink depth so that libiconv and Xfixes aren't addedjlam1-1/+3
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are included by the top-level Makefile.
2004-03-16Add ruby to CATEGORIES.taca17-34/+34
2004-03-15Fix PLIST problems. This package uses libtool -release M.N to add ajlam1-3/+1
version number to the library, so it doesn't create certain symlinks for the shared libraries.
2004-03-15Use PREFIX to refer to the installation prefix, not LOCALBASE.jlam1-2/+2
2004-03-15Update MASTER_SITES.taca1-2/+2
2004-03-13Typo: && should be || to get the correct test semantics.jlam1-2/+2
2004-03-13Add x86_64 to the list of (unsupported) LP64 architectures.kristerw1-2/+2
2004-03-12bl3ify and use new Objective-C support in gcc.mk.jlam2-13/+30
2004-03-12remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDSdmcmahill1-20/+0
2004-03-12libgtop2_server and related libraries are not built on Linux becauseminskim2-9/+15
they are not necessary. Conditionally remove them from PLIST.
2004-03-12bl3ify.snj2-3/+23
2004-03-12bump PKGREVISION for my change to patch-aa last night. (pointed outdanw1-2/+2
by grant)
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-2/+2
2004-03-12Obey CPPFLAGS.tv2-4/+4
2004-03-12add bl3 filedmcmahill1-0/+20
2004-03-12disable -all-static for OS X since it just causes a linking errordanw2-22/+76
(http://developer.apple.com/qa/qa2001/qa1118.html)
2004-03-11unusedjmmv1-36/+0
2004-03-11Make this package build with pthread-enabled Python. It will closeminskim3-12/+25
PR pkg/24748. While here, bl3ify and switch to Tcl 8.4. Bump PKGREVISION.
2004-03-11bl3ifyxtraeme1-2/+2
2004-03-11Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3.jmmv1-2/+2
2004-03-11This package needs to use makeinfo to generate .info files.jlam1-1/+2
2004-03-10Enable pkgviews installation to allow to build other pkgviews packagesminskim1-1/+3
using ccache. Noted by Ossi Herrala in PR pkg/24728.
2004-03-10Add explicit dependency on pkgconfig and sort.minskim1-2/+3
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam4-35/+1
and by pkgsrc folks.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-7/+4
is included by not checking its value explicitly.
2004-03-10Split out the code that deals with checking whether the software isjlam12-673/+597
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10Revert ruby-racc package to 1.4.3.taca4-33/+37
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but racc itself can't work on Ruby 1.6.X. This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and ruby-racc-1.4.3 package.
2004-03-10This needs a yacc to build, so add to USE_GNU_TOOLS.reed1-2/+2
yacc -d -v ./activation-context-query-parser.y make[2]: yacc: Command not found