Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-10 | Fix path in ln. | wiz | 1 | -2/+2 | |
2005-11-10 | English grammar fix. | minskim | 1 | -2/+2 | |
2005-11-09 | NOT_FOR_PLATFORM Interix. | tv | 3 | -5/+7 | |
2005-11-09 | Fail the build if the OPSYS check falls through in do-build. | tv | 1 | -1/+3 | |
2005-11-08 | Add DragonFly support. Use PTHREAD_* variables to find pthread_create | joerg | 5 | -7/+97 | |
and hope it doesn't break anything. | |||||
2005-11-08 | Make sure that there is always a space between "-o" and its argument | minskim | 2 | -1/+29 | |
when running gcc or ld. This makes the package build on Darwin. | |||||
2005-11-08 | When using find to remove directories, do a depth-first traversal. | joerg | 1 | -2/+2 | |
This is necessary to prevent find from returning with != 0 at least on DragonFly. | |||||
2005-11-05 | Update ruby-doc-stdlib to 0.10.1. | minskim | 2 | -6/+6 | |
Changes: 0.10.0 - first update in about 10 months - therefore, status report probably inaccurate; will hopefully fix soon - Delegate and Forwardable documentation updated (that's what spurred this release) - some other documentation probably updated too - most packages now have a one-line description (see "Packages" link) 0.10.1 - documentation added: enumerator, etc, fcntl, rational, pstore - changes to site CSS to improve readability - added 'profile' and 'profiler' to package list (no documentation though) | |||||
2005-11-05 | Replaced an overly complex expression with the equivalent ${PKGBASE}. | rillig | 1 | -2/+2 | |
2005-11-05 | Simplified the do-configure target. The main reason is that the Solaris | rillig | 1 | -3/+3 | |
/bin/sh cannot handle two adjacent ((. | |||||
2005-11-05 | The Solaris /bin/sh doesn't like two adjacent open parentheses. Removed | rillig | 1 | -3/+3 | |
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002. | |||||
2005-11-04 | Integrate patches from kaffe'cvs to fix thread signal handling on netbsd | tonio | 5 | -6/+91 | |
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION | |||||
2005-11-04 | Removed unknown JVM "jdk13". | rillig | 1 | -2/+2 | |
2005-11-04 | Use PTHREAD_OPTS+=require instead of a "=". | rillig | 1 | -2/+3 | |
2005-11-04 | Of course the distinfo must be updated after changing the DIST_SUBDIR. | rillig | 1 | -4/+4 | |
2005-11-04 | Take a new DIST_SUBDIR for the changed distfile. | rillig | 1 | -2/+2 | |
2005-11-04 | The distfile has changed. The changes are mostly in the documentation files | rillig | 1 | -4/+4 | |
and one in a C file, which is most probably harmless. | |||||
2005-11-04 | Use "+=" for PKG_FAIL_REASON. | rillig | 1 | -2/+2 | |
2005-11-04 | Regen patch-ah to make GNU patch happy. | minskim | 2 | -5/+5 | |
2005-11-04 | Fix PLIST: man pages are installed in man/man1, not java/sablevm/man/man1 | tonio | 1 | -4/+3 | |
2005-11-04 | Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS. | rillig | 1 | -1/+2 | |
2005-11-04 | Fixed wrong use of WRKSRC. | rillig | 8 | -46/+47 | |
2005-11-04 | Remove superfluous --mandir (was overridden by bsd.pkg.mk one). | wiz | 1 | -6/+1 | |
2005-11-04 | Apply same fix as for lang/tcl to fix breakage introduced | wiz | 1 | -3/+1 | |
by adding the --mandir switch. | |||||
2005-11-03 | Fixed wrong use of WRKSRC. | rillig | 6 | -28/+21 | |
2005-11-03 | Fixed wrong use of WRKSRC. | rillig | 4 | -15/+18 | |
2005-11-03 | Drop support of ruby16 base packages. | taca | 1 | -18/+7 | |
2005-11-03 | Delete removed ruby related pacakge's entries. | taca | 1 | -3/+1 | |
2005-11-03 | Remove ruby16-base package. It's time to say good-bye. | taca | 17 | -1331/+0 | |
2005-11-03 | Remove ruby16; Ruby 1.6.8 meta package. It's time to say good-bye. | taca | 3 | -41/+0 | |
2005-11-02 | Remove setmode() declaration that is different from BSD's. Caused build | tv | 5 | -5/+32 | |
failure on Interix. Turn off shlib for now. It's unversioned and quite primitive, and nothing is currently depending on it. | |||||
2005-11-02 | Oops, forgot to commit. | taca | 2 | -14/+9 | |
Update to Ruby 1.8.3 with updating depending packages and description. | |||||
2005-11-02 | Disable packages used with ruby16-base only or bundled with | taca | 1 | -3/+3 | |
ruby18-base packages. | |||||
2005-11-02 | - Update to ruby 1.8.3. | taca | 1 | -3/+2 | |
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now). | |||||
2005-11-02 | - Update to Ruby 1.8.3 with several fixes after its release | taca | 63 | -2753/+4785 | |
(see CHANGES.pkgsrc file). - Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and ruby-openssl, conflicting with these packages. - Better handling for RI directories. - Use pkgsrc's TOOLS framework. | |||||
2005-11-02 | - Update to RUBY18_VERSION to 1.8.3. | taca | 1 | -20/+32 | |
- Replace LOCALBASE with PREFIX. - Add RUBY_RIDIR, RUBY_BASERIDIR, RUBY_SYSRIDIR and RUBY_SITERIDIR for document data directories of RI. - Add RUBY_VERSION and RUBY_VERSION_DEFAULT to MAKEFLAGS. - More Ruby related variables to substitution variables. - Don't set RUBY_VERSION_DEFAULT if it is already defined. | |||||
2005-11-02 | Use subst framework to process REPLACE_RUBY. | taca | 1 | -29/+16 | |
2005-11-02 | Replace LOCALBASE with PREFIX. | taca | 1 | -11/+11 | |
2005-11-02 | Added BUILDLINK_RECOMMENDED with current version of ruby. | taca | 1 | -1/+2 | |
2005-11-01 | Bump to nb8 for PCRE security issue | adrianp | 5 | -3/+110 | |
2005-11-01 | nb bump for security fix | adrianp | 1 | -2/+2 | |
2005-11-01 | Add devel/sysexits bl3. | tv | 1 | -1/+2 | |
2005-11-01 | Changed MASTER_SITES to sourceforge, as the old one is not available | rillig | 1 | -2/+4 | |
anymore. The checksum of the tarball has changed, because the documentation has been updated and one #ifdef been added to the source. Therefore bumped PKGREVISION. | |||||
2005-10-31 | ICL069Q OPTIONS ARE THE MODERN THING TO DO | tv | 2 | -1/+16 | |
ON THE WAY TO UNISTD CORRECT SOURCE AND RESUBMIT | |||||
2005-10-30 | another attempt at slib init. use a real module, so that later uses | gdt | 3 | -68/+11 | |
from different modules will work. Export the same symbols as before, but obtain definitions from guile.init instead of home-grown. | |||||
2005-10-30 | Add patch to replace ice-9/slib.scm with a few lines to read slib's | gdt | 3 | -2/+405 | |
guile.init. A bit hackish, but restores slib functionality, which should restore gnucash to working order. (The underlying problem is that slib 3a2 has new primitives that dialect-specific init files are supposed to define, and ice-9/slib.scm doesn't define one of them. The slib way is to read slib's guile.init, but guile's way was to have an implementation of the same interface, know known to be a moving target.) PKGREVISION++ | |||||
2005-10-29 | Use EXTRACT_USING = pax, to avoir problem under 1.6.2 | tonio | 2 | -5/+6 | |
Silent pkglint warnings | |||||
2005-10-27 | Update fetch text, COMMENT, and DESCR to match Sun's newer phrasing of | tv | 5 | -17/+15 | |
the product name and version on their download pages. Bump PKGREVISION. | |||||
2005-10-26 | Update wsbasic to 1.2.5. Patches provided by Geert Hendrickx. | minskim | 5 | -58/+9 | |
Changes: - patch-ab and patch-ac were incorporated. | |||||
2005-10-26 | Make this package build on NetBSD-1.6.2, and remove warning on Mac OS | minskim | 3 | -1/+50 | |
X and Solaris. Patches provided by Geert Hendrickx. |