summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-05-26Pull up revision 1.21 (requested by epg in ticket #30):grant1-6/+5
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-26Pull up revisions 1.26-1.29 (requested by epg in ticket #30):grant1-4/+4
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-26Pull up revision 1.10-1.11 (requested by epg in ticket #30):grant1-11/+11
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-26Pull up revisions 1.16-1.18 (requested by epg in ticket #30):grant1-2/+2
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-26Pull up revision 1.13 (requested by epg in ticket #30):grant1-2/+3
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-03-28Forgot to bump PKGREVISION in last update.darcy1-2/+2
2004-03-28Remove "#ifdef NetBSD" from code so that it correctly uses ncurses.darcy1-0/+86
Closes PR pkg/23026 Changes approved by jlam as well.
2004-03-27Use the correct zlib.h, not the one distributed with cvs.jlam2-4/+13
2004-03-27Check for USE_INET being "YES" or "yes".jlam1-2/+2
2004-03-26Remove vulnerable automake version.wiz7-240/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz52-82/+108
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25Allow building a gmake without a dependency on gettext, libiconv,jlam3-23/+35
libtool, etc. if GMAKE_LOCALE=no. This allows "bootstrapping" lang/gcc or lang/gcc3-c more automatically. Bump the PKGREVISION.
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)