Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-03 | Fixed wrong use of WRKSRC. | rillig | 6 | -28/+21 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -2/+2 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -3/+3 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-08-28 | darwin fix | danw | 1 | -1/+9 | |
2004-04-28 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-06-23 | Undo previous. | jtb | 2 | -4/+4 | |
2003-06-23 | Use type int instead of signed char in code making comparisons to EOF. | jtb | 2 | -4/+4 | |
2003-05-04 | Fix a bug in input.c where an unsigned char is compared to EOF (-1), | jtb | 3 | -2/+17 | |
causing hugs to hang on some systems (powerpc). | |||||
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2002-04-09 | Update Hugs98 to Dec 2001 version. | markd | 4 | -20/+120 | |
Changes are: - The incompatibilities between Hugs and the Haskell Graphics Library have been fixed, and binaries for the HGL are now available on the Hugs download page. - The missing standard libraries Directory, CPUTime, Time and Locale have been added along with a complete implementation of Haskell98 IO. - Hugs is now delivered with most of the hslibs libraries installed in the lib/exts/ directory. The added modules cover the Edison, Parsec, HaXml, QuickCheck, concurrent, monad, and html subdirectories of hslibs. - The :set option now refuses the user to set a module search path that doesn't contain the Prelude. This is to protect users from accidentally rendering their Hugs setups unusable, esp. so on Windows machines where the options are persisted to the Registry. - MacOS X is now one of the supported unix ports, with pre-built binaries available on the download page. - Experimental support is provided for hierarchical module names, where a module name A.B.C is mapped onto the file path A/B/C{.hs,.lhs} and appended to each of the path prefixes in HUGSPATH until the name of a readable file is found. | |||||
2001-11-21 | Update Hugs Haskell Interpreter to Feb. 2001 release. | nra | 3 | -8/+11 | |
Pr 13866 by Brian Gregor. New Features Include: - A Foreign Function Interface closely modeled after the one provided by GHC. - Built-in, Hood-like debugging support. - A new syntax for recursive monad bindings. - A new GUI under Windows that doesn't consume all CPU time. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-21 | Reorder some lines (cosmetic), mark as USE_BUILDLINK_ONLY, and remove | jlam | 1 | -10/+4 | |
unnecessary config.cache entry to prevent detection of ncurses. | |||||
2001-06-21 | When --enable-debug is given, then add, don't replace, -g in CFLAGS. | jlam | 2 | -4/+4 | |
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -3/+1 | |
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths. | |||||
2001-06-10 | Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build | jlam | 1 | -3/+1 | |
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. | |||||
2001-05-24 | Standardize name of file to include for build-links to be "buildlink.mk". | jlam | 1 | -4/+4 | |
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute. | |||||
2001-05-22 | Honor CFLAGS passed in from environment during build. | jlam | 2 | -1/+25 | |
2001-05-22 | Use editline readline emulation when available. | jlam | 1 | -3/+13 | |
2001-05-22 | Set WRKSRC to location of configure script, and manually create do-build | jlam | 4 | -23/+26 | |
and do-install targets. This is better as the configure script gets called with the correct environment settings. Also set the values for INSTALL_PROGRAM and INSTALL_DATA used in the project's Makefile to their pkgsrc BSD_* counterparts. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-09-03 | modify RCS Id (from Id to NetBSD) | wiz | 1 | -1/+1 | |
2000-08-28 | Add share/hugs/lib/exts/Memo.hs and share/hugs/lib/exts/Stable.hs; | wiz | 1 | -51/+53 | |
sort PLIST. | |||||
2000-07-05 | Update to Hugs98-Feb2000. | nathanw | 2 | -7/+7 | |
2000-05-20 | Add a patch that should make it compile on m68k. | wiz | 2 | -1/+19 | |
Addresses pkg/9964. | |||||
2000-04-24 | configure was missing a ./ and wasn't finding the configure script | mbw | 1 | -2/+2 | |
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-01-24 | Apply patch from PR 9115. | augustss | 1 | -1/+5 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-18 | Standardise PKGNAME versions (should start with a number) | abs | 1 | -1/+2 | |
1999-12-08 | defuzz | rh | 2 | -6/+6 | |
1999-08-18 | Remove redundant EXTRACT_SUFX definition | agc | 1 | -2/+1 | |
1999-08-18 | Update (long overdue) to Hugs 98, May 1999 version. | nathanw | 3 | -128/+67 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1998-08-26 | Better HOMEPAGE, remove from DESCR | tsarna | 2 | -5/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+6 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-03 | Solve problem with "configure" target in a more future compatible way. | tron | 2 | -10/+8 | |
1998-04-03 | Install files with correct owner and group, strip binaries. | tron | 1 | -0/+23 | |
1998-04-03 | New "hugs-1.4" package made by Nathan J. Williams. | tron | 5 | -0/+207 | |