Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -8/+8 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-07-27 | Use buildlink.mk files for SOCKS optional support and mark as | jlam | 1 | -5/+5 | |
USE_BUILDLINK_ONLY. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -4/+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 | -5/+5 | |
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-16 | Use devel/readline/Makefile.readline to get readline support on systems | jlam | 4 | -56/+15 | |
without libedit readline emulation. Don't accidentally link against ncurses. The ncurses dependency was removed a while back, but I'm not entirely sure that was correct. I don't think the curses library is enough to get this package to work on pre-1.5 NetBSD systems. I also don't know if this will work with Solaris curses either. We'll have to wait for bug reports. | |||||
2001-05-13 | Fix build problem on NetBSD-current system's where "readline.h" is in | tron | 1 | -2/+2 | |
"/usr/include/readline" instead of "/usr/include". | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-07-20 | Depend on version 4.0 or newer of the "readline" package. | tron | 1 | -2/+2 | |
2000-04-16 | Another pkg that didn't need curses. | mycroft | 1 | -10/+4 | |
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS | |||||
1999-08-16 | Set CPP definitions to make this package work on Solaris. | agc | 1 | -1/+7 | |
1999-07-13 | Fix problem with configuration on ELF systems. | tron | 1 | -2/+2 | |
1999-07-13 | * Use libedit's readline wrapper instead of readline when possible. | jlam | 5 | -38/+79 | |
* Update readline dependency. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-07-06 | * Update ncurses dependency. | jlam | 1 | -2/+2 | |
1999-05-22 | Use "readline" package to make command line editing work in non visual | tron | 1 | -3/+2 | |
mode as suggested by Eric Mumpower in PR pkg/7616. | |||||
1999-05-22 | Make sure that "ncurses" package is really used. Fixes PR pkg/7615 | tron | 2 | -5/+35 | |
by Eric Mumpower. | |||||
1999-03-12 | Only specify an ncurses pre-requisite if the Operating System is NetBSD. | agc | 1 | -3/+5 | |
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 | 3 | -0/+6 | |
1998-08-01 | Enable SOCKS support. | scottr | 1 | -1/+15 | |
1998-08-01 | Fix a botch in handling the result of the test for libsocks5. | scottr | 1 | -3/+12 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -3/+3 | |
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-03-23 | Update to ncftp-2.4.3. | tron | 2 | -4/+4 | |
1998-02-22 | Make sure that a ncurses library in "/usr/local" isn't used. | tron | 2 | -2/+13 | |
1998-02-20 | Make this package work under NetBSD. | tron | 4 | -64/+43 | |
1998-02-20 | Initial import of FreeBSD's "ncftp2" port. | tron | 7 | -0/+93 | |