summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-19No need to include x11.b3.mk directly.joerg1-2/+1
2007-02-19Modular Xorg support.joerg1-2/+4
2007-02-19Doesn't need or use X11. Bump revision.joerg1-4/+2
2007-02-19Modular Xorg support.joerg2-5/+4
2007-02-19Added a missing header to fix the build on NetBSD 3.0.rillig2-7/+18
Fixes PR 35714.
2007-02-19Fixed patch-ae, as mentioned in PR 35713.rillig2-5/+5
2007-02-19meta-packages don't need to include x11.b3.mk.joerg1-2/+1
2007-02-19Some more details for whaty to do when a distfile changes.reed1-2/+7
2007-02-19The ABI for which the code should be generated can be queried from therillig4-5/+28
wrapper_abi variable. This is used in the MIPSpro wrapper to reject any package that tries to compile a file for the wrong ABI. This is not just a warning because such a package most likely has more severe problems. The gcc -Wall option seems to be similar to the MIPSpro -fullwarn option, so map them.
2007-02-19The argument -64 means to use the 64-bit ABI for Sun C and MIPSpro.rillig1-1/+2
2007-02-19Fixed "make debug" when CONFIGURE_ARGS contains a shell redirection forrillig1-3/+15
stdin.
2007-02-19The error output of "make debug" may be useful to know, too.rillig1-2/+2
2007-02-19The IRIX identification macro is __sgi.rillig1-54/+50
Rewrote the shell parser to handle backticks recursively. This would have found the recent quoting bug in mk/flavor/pkg/depends.mk. The RUN make(1) variable is correctly identified.
2007-02-19Modular Xorg support.joerg2-6/+10
2007-02-19Modular Xorg support.joerg1-3/+5
2007-02-19note update of mail/wl to 2.14.0nb3jnemeth1-1/+2
2007-02-19added elmo-shimbun.el{,c} to PLISTjnemeth2-3/+5
2007-02-19IRIX 6 doesn't have getopt_long as well.rillig1-2/+2
2007-02-19Fixed more shell quoting issues, which showed up on IRIX. No wonder thatrillig1-6/+6
the package count on IRIX is so small.
2007-02-19Oops: In the pre-previous commit, I forgot the $$2.rillig1-2/+2
2007-02-19Why is OBJHOSTNAME needed for locking?rillig1-1/+2
2007-02-19When make(1)'s shell is a Korn shell, brace expansion may be performed.rillig1-9/+9
This is especially critical for dependency patterns like p5-perl-headers-6.5{,nb*}, which just occured on IRIX. By the way, in "set -e" mode, assertions for non-empty variables can be written much easier.
2007-02-19Made _DEPENDS_PATTERNS_CMD a little simpler.rillig1-5/+5
2007-02-19The distfile has changed. PKGREVISION++rillig2-5/+7
2007-02-19+ blokusrillig1-1/+2
2007-02-19Re-added games/blokus.rillig1-1/+2
2007-02-19Re-added blokus.rillig4-0/+45
2007-02-19note update of www/emacs-w3m to 1.4.4nb1jnemeth1-1/+2
2007-02-19Fix PLIST issues with patch from uebayasi@ and some of my own stuff.jnemeth2-9/+80
Fix info file handling. Fix some pkglint issues. Bump PKGREVISION.
2007-02-19Fix _EMACS_VERSION_NOREV. Thanks to dsl@ for spotting the missing ".".jnemeth1-2/+2
2007-02-19Fix DragonFly issues by merging the pthread fix from mozilla.joerg5-2/+76
WTF can't those packages use the standalone-sqlite... Bump revision.
2007-02-19A google search for "pkgsrc anonymous cvs" didn't return what I wanted,rillig1-2/+2
so adjust the heading.
2007-02-19Platform and compiler-specific macros for MIPSpro on IRIX.rillig1-3/+5
2007-02-19Slightly change the fc-cache hack for modular Xorg. On NetBSD, TRUE isjoerg5-10/+10
just the builtin and failing the absolute path check in configure. Use TOOLS_CMD.true instead.
2007-02-19Updated emulators/gxemul to 0.4.4 (now with NetBSD/macppc support!).xtraeme1-1/+2
2007-02-19Update to 0.4.4 (thanks to Anders for the notice):xtraeme3-7/+14
Changes between release 0.4.3 and 0.4.4 include, among other things: o) The interrupt subsystem has been redesigned. This means two things: x) Internal code cleanup, which makes the whole emulator more maintainable. Instead of using magically encoded integers for interrupts, strings are now used. These strings are in the form of "paths", so that devices and busses can more easily be connected to other busses, devices, or CPUs. x) Some machine types which happened to work in release 0.4.3, but were not listed in the documentation as working, may have stopped working now. As always, the documentation should indicate the combinations of machine modes and guest OSes that are supposed to work. o) SuperH (SH4) emulation is now somewhat more stable, enough to let a NetBSD/dreamcast Live CD be usable. o) PowerPC "G4" emulation is now stable enough to let NetBSD/macppc run from a disk image. (Installing actually worked before, but the NetBSD/macppc GENERIC kernel uses AltiVec instructions which were not implemented correctly.) o) The PICA-61 (arc) and i80321 (evbarm) emulation modes now have their timers fixed at 100 Hz. A hardcoded speed like this is very ugly, but it is at least better than before (when the timer wasn't really running at any specific speed at all).
2007-02-19Fix PLIST problem with samba-3.0.24 with "pam" option.taca1-9/+2
- Explictly specify PAM_INSTMODULEDIR with --with-pammodulesdir. (Now Samba itself install pam modules.) - Don't install pam modules in post-install process.
2007-02-19Fixed the build on IRIX, which had been broken since about one year,rillig4-9/+22
when the build on Solaris had been fixed, "not affecting other platforms". ;)
2007-02-19Note update of ruby-actionmailer.minskim1-1/+2
2007-02-19Update ruby-actionmailer to 1.3.2.minskim2-9/+9
Changes: * Deprecate server_settings renaming it to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executab le. [Koz]
2007-02-18The mipspro compiler knows -32, -n32 and -64, of course.rillig1-1/+5
2007-02-18Note update of rails.minskim1-1/+2
2007-02-18Documented WRAPPER_REORDER_CMDS.rillig1-2/+15
2007-02-18Update rails to 1.2.2.minskim3-16/+16
Changes: * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] * Require the dispatcher for Rails::Configuration#to_prepare. [Rick]
2007-02-18Note update of ruby-actionwebservice.minskim1-1/+2
2007-02-18Update ruby-actionwebservice to 1.2.2.minskim3-11/+17
Changes: * Depend on Action Pack 1.13.2.
2007-02-18Note update of ruby-actionpack.minskim1-1/+2
2007-02-18Update ruby-actionpack to 1.13.2.minskim3-21/+28
Changes: * Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick] * improve error message for Routing for named routes. [Rob Sanheim] * Added enhanced docs to routing assertions. [Rob Sanheim] * fix form_for example in ActionController::Resources documentation. [gnarg] * Add singleton resources from trunk [Rick Olson] * TestSession supports indifferent access so session['foo'] == session[:foo] in your tests. #7372 [julik, jean.helou] * select :multiple => true suffixes the attribute name with [] unless already suffixed. #6977 [nik.kakelin, ben, julik] * Improve routes documentation. #7095 [zackchandler] * Resource member routes require :id, eliminating the ambiguous overlap with collection routes. #7229 [dkubb] * Fixed NumberHelper#number_with_delimiter to use "." always for splitting the original number, not the delimiter parameter #7389 [ceefour] * Autolinking recognizes trailing and embedded . , : ; #7354 [Jarkko Laine] * Make TextHelper::auto_link recognize URLs with colons in path correctly, fixes #7268. [imajes] * Improved auto_link to match more valid urls correctly [Tobias Luetke]
2007-02-18Note coq-8.1tonio1-1/+2
I have an update for it, just waiting for the MAINTAINER to approve it
2007-02-18Note update of ruby-activerecord.minskim1-1/+2