Commit graph

42 commits

Author SHA1 Message Date
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
snj
87a080981c Convert to buildlink3. 2004-04-25 08:01:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
abfbbefaee Use buildlink.mk files for SOCKS optional support and mark as
USE_BUILDLINK_ONLY.
2001-07-27 19:11:29 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
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-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
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-24 08:53:54 +00:00
jlam
90709cc4df Use devel/readline/Makefile.readline to get readline support on systems
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-16 20:27:23 +00:00
tron
d63bffbf63 Fix build problem on NetBSD-current system's where "readline.h" is in
"/usr/include/readline" instead of "/usr/include".
2001-05-13 06:13:15 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
mycroft
8b5b32444c Another pkg that didn't need curses. 2000-04-16 09:12:44 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
d792103c87 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_SOCKS to BUILD_DEFS
1999-08-18 09:11:30 +00:00
agc
c2e9364a11 Set CPP definitions to make this package work on Solaris. 1999-08-16 09:41:24 +00:00
tron
f632f6a456 Fix problem with configuration on ELF systems. 1999-07-13 12:20:19 +00:00
jlam
9fb419da79 * Use libedit's readline wrapper instead of readline when possible.
* Update readline dependency.
1999-07-13 01:34:40 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
jlam
867a172ec2 * Update ncurses dependency. 1999-07-06 08:06:48 +00:00
tron
88957c056b Use "readline" package to make command line editing work in non visual
mode as suggested by Eric Mumpower in PR pkg/7616.
1999-05-22 22:38:30 +00:00
tron
26dc6da418 Make sure that "ncurses" package is really used. Fixes PR pkg/7615
by Eric Mumpower.
1999-05-22 22:32:03 +00:00
agc
bb95e1a1a5 Only specify an ncurses pre-requisite if the Operating System is NetBSD. 1999-03-12 11:26:26 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
scottr
7b4e8899e1 Enable SOCKS support. 1998-08-01 06:02:07 +00:00
scottr
3be678a180 Fix a botch in handling the result of the test for libsocks5. 1998-08-01 06:01:10 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
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-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
cb2ea2fe78 Update to ncftp-2.4.3. 1998-03-23 19:29:38 +00:00
tron
01de25f6ea Make sure that a ncurses library in "/usr/local" isn't used. 1998-02-22 20:30:20 +00:00
tron
8c8973d1b6 Make this package work under NetBSD. 1998-02-20 14:28:46 +00:00
tron
4a062097f7 Initial import of FreeBSD's "ncftp2" port. 1998-02-20 13:08:31 +00:00