Commit graph

84 commits

Author SHA1 Message Date
wiz
c8e808e6c8 Convert to bl3. 2004-05-04 08:08:19 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
hubertf
6242207915 fix HOMEPAGE 2003-09-19 02:27:12 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
14948988b8 PKGREVISION++
- use included slang library, fixes various issues with colours and character
  printing (e.g., TERM=wsvt25 in color mode on wscons console or TERM=xterm in
  xterm).  From Pavel Arnost via PR pkg/21539.
- add patch from devel/libslang
2003-05-22 17:02:53 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
bouyer
b68af4c8e5 Don't define BOOL_DEFINED for SunOS, otherwise rpcsvc/yp_prot.h breaks. 2002-10-23 10:38:37 +00:00
bouyer
b2f7f9e53a Don't define BOOL_DEFINED for SunOS, otherwise rpcsvc/yp_prot.h breaks. 2002-10-23 08:49:07 +00:00
wiz
eedd7dd216 Convert to buildlink2. 2002-10-21 16:07:47 +00:00
wiz
c5a1ca82c3 Use PKGLOCALEDIR instead of homebrew stuff.
Also patch out useless autoheader call, thus solving PR 18587.
2002-10-08 17:27:19 +00:00
wiz
e32380502f Actually, this package does not need autoconf at all. 2002-10-02 19:09:02 +00:00
wiz
a610f8bbea Use autoconf.mk. 2002-10-02 19:03:47 +00:00
wiz
bae6666537 Make gmc and mc share the distinfo again. 2002-07-25 10:49:45 +00:00
hubertf
6cab7008fe fix handling of lha archives:
if ls(1) doesn't have a -e switch, it must have a --full-times
	switch, right?!?! Try -T also. (SUSv3 specifies neither -e nor -T)
2002-07-24 05:05:59 +00:00
hubertf
5b0b86843e Find binaries in LOCALSRC/*bin*, not LOCALSRC.
Pointed out by Bernhard 'burnhard' Riedl on hanirc's #NetBSD
2002-07-24 04:30:15 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +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
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +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
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00
jlam
e9dee5bd11 Mechanical changes to use the pkgsrc autoconf and automake by specifying
complete paths to these programs.
2001-02-26 17:01:59 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
73857919e1 regen 2001-02-15 13:34:57 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
hubertf
07a4ed5624 Give it all it wants: autoconf (for autoheader), and gettext (for msgfmt).
Both as BUILD_DEPENDS.

XXX Seems we need a USE_INTL that pulls in gettext as USE_LIBINTL pulls in
XXX gettext-lib
2001-01-03 14:45:27 +00:00
hubertf
12aa4f4b08 Add missing USE_LIBINTL=yes, to unbreak bulk building. 2001-01-03 02:58:17 +00:00
tron
48c1ada5b2 Defined deprecated symbol "unix" used in various sources. 2000-10-20 17:00:23 +00:00
jlam
5731bb3633 Update {g,}mc to 0.4.51. This is a maintenance release from version 0.4.50
and has no list of changes.  Restructure packages to use a common Makefile
and patch directory.  Set the maintainer to me, as this is a non-trivial
change.  Compile in the samba vfs code.
2000-10-19 23:31:15 +00:00
toshii
92d40c18f9 Take advantage of bsd.prefs.mk. 2000-10-04 11:04:57 +00:00
rh
c97e776ab3 Update mc to 4.5.50. Changes are mainly bugfixes. 2000-06-01 17:54:23 +00:00
tron
945a1cdac6 Remove unnecessary "./" in filenames. 2000-03-03 23:56:40 +00:00
wiz
67271edeac make mc use pkgsrc's unzip and unrar, if installed, instead of only
looking in /usr/bin.
2000-03-02 22:16:59 +00:00
wiz
ca22247cb6 reorder lines to silence pkglint 2000-02-05 06:55:29 +00:00
tron
d1cf793d7d Update "mc" package to version 4.5.42. A change list is not available
unfortunately.
2000-01-11 01:15:35 +00:00
bouyer
e081e66072 works on solaris 2000-01-04 17:49:41 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
f1b299ac3d Update "mc" package to version 4.5.40 included in GNOME 1.0.53 release. 1999-10-23 11:52:05 +00:00
tron
ec9a47509f Use wildcard dependence for "glib" package. 1999-10-22 23:40:31 +00:00
mjl
d8affa5162 Update dependeny on libslang to 1.3.9 1999-10-15 23:59:18 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
hubertf
de05f4ad25 Add dependency on glib.
Noted on IRC by Bernhard 'burnhard' Riedel.
1999-09-06 20:41:37 +00:00
tron
5a92496d98 Update "mc" package to version 4.5.38. 1999-09-03 19:44:34 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00
tron
cba6801676 Current version of midnight commander is only available in directory
"sources/mc/", not "1.0/sources/" on the GNOME ftp sites.
1999-08-17 19:24:39 +00:00