hans
05460d3f4d
Fix build on SunOS 5.11.
2012-01-11 14:57:25 +00:00
joerg
4fe61c8789
Fix quoting mess. Add include to get Strcmp.
2011-08-29 13:11:39 +00:00
plunky
373048384b
fix getline(3) conflicts, "getline" -> "cmp3_getline"
2010-10-24 11:28:42 +00:00
joerg
e209761d06
Remove @dirrm entries from PLISTs
2009-06-14 17:28:16 +00:00
jlam
76ed4a5797
Mechanical changes to add full DESTDIR support to packages that install
...
their files via a custom do-install target.
2008-03-02 06:10:30 +00:00
joerg
3ae83bbc28
Fix build on DragonFly.
2007-02-16 14:54:16 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
81edaaa606
Create directories before installing files into them.
2005-06-16 06:57:37 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
rxg
18f3c7de7a
Upgrade to 2.0pre6, oked by reed & wiz.
2005-03-02 17:49:19 +00:00
agc
71c8259803
Add RMD160 digests to the SHA1 ones.
2005-02-23 20:39:42 +00:00
wiz
a4282f690a
Moved to sourceforge.
2004-10-27 17:23:45 +00:00
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
wiz
da8c122833
Set INCOMPAT_CURSES now that NetBSD has
...
MAX_FORM_COMMAND.
2004-03-26 20:00:29 +00:00
xtraeme
6d27cb5a81
bl3ify
2004-03-11 18:19:08 +00:00
grant
ed16993a08
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 07:14:59 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
cjep
46ce46ab4f
Replace multiline string printf's with several singleline string
...
printf's to appease gcc 3.2. Noticed in agc's bulk build.
2004-01-02 16:17:40 +00:00
jlam
a9f08159c4
Back out last change related to moving ncurses/buildlink2.mk to
...
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
...
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
2003-09-27 17:07:34 +00:00
martti
ff0278ea30
COMMENT should start with a capital letter.
2003-07-21 16:24:36 +00:00
wiz
43fa0c7cb6
PKGREVISION bump for libiconv update.
2003-07-13 13:50:19 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
wiz
0fd75d0851
Note in USE_NCURSES variable which functions actually are missing for this
...
to build with native curses.
2003-01-24 13:36:17 +00:00
wiz
5d74cd0ba4
buildlink1 -> buildlink2.
2002-10-25 17:17:29 +00:00
wiz
13632a2b38
Buildlinkify.
2002-02-24 22:36:48 +00:00
zuntum
0ca28723fb
Move pkg/ files into package's toplevel directory
2001-11-01 00:11:36 +00:00
wiz
7b1efd5bdc
Package doesn't depend on ncurses features, so replace 'ncurses' with
...
'curses' in COMMENT and DESCR.
2001-09-30 09:24:27 +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
agc
3e7e5cdd89
Move to sha1 digests, and add distfile sizes.
2001-04-18 13:04:18 +00:00
agc
18ea9c7e79
+ 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 10:22:24 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
f7bb9e2078
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:30:32 +00:00
hubertf
9a4e9b052c
Add cmp3-2.0.p5: ncurses based frontend to mpg123
...
A simple yet featureful ncurses frontend to mpg123. Includes
playlist support, volume control and tools to help with file
management.
Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 12168
2001-02-10 14:18:35 +00:00