asau
3997aff2d7
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-02 23:47:56 +00:00
hans
52bc076b2d
Fix build on SunOS.
2012-02-15 22:09:31 +00:00
sbd
aa5512bb43
Remove '-m486' from COMPILERFLAGS, its not a g++ flag.
2012-02-05 20:53:12 +00:00
wiz
804a257505
Unconditionalize the DragonFly patches for newer c++.
...
Use patches instead of sed.
Set LICENSE while here.
2011-11-22 20:57:34 +00:00
marino
bb8755db7c
audio/maplay: Fix DragonFly breakage
...
This package has been broken at least since DragonFly moved to gcc44 for
their base compiler. The previously deprecated "-m486" is no longer
recognized, but the -march defaults to i486 now anyway, so this switch is
no longer required.
GCC 4.4 got rid of the iostream and iomanip backwards compatibility, so
trying to include these headers is another source of breakage. While
probably correct for all platforms, this commit conservatively only
changes the build process for DragonFly since maplay apparently is
building okay on NetBSD.
No PKGREVISION bump is required.
2011-11-22 16:37:01 +00:00
dholland
ad395214e3
main() needs a return type in clang-land.
2011-08-29 00:04:07 +00:00
joerg
4a572d6330
user-destdir support
2009-07-07 15:25:39 +00:00
wiz
51c8ea8d62
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
2007-02-22 19:30:02 +00:00
tonio
45a7735cff
Add USE_LANGUAGES+= c++ as noted by Gilles Dauphin in PR 33541
2006-05-24 11:47:12 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
642aa2836e
Add DragonFly support.
2005-12-11 22:17:37 +00:00
tv
eb3e6589e0
NOT_FOR_PLATFORM Interix.
2005-10-31 15:37:50 +00:00
wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
agc
71c8259803
Add RMD160 digests to the SHA1 ones.
2005-02-23 20:39:42 +00:00
recht
7b242c8fdd
Remove wrong PATCH_STRIP.
...
Note by Roland Illig on tech-pkg@.
2004-02-28 23:11:00 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
mrauch
4261bc65dc
Fix compilation on -current (gcc3 issues).
...
Use the original master tarball, not a copy from somewhere which isn't
reachable any longer.
2004-01-18 13:59:25 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +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
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +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
agc
5c5fe9fed1
Fix a compilation problem on 1.6 and above.
...
Split patch files out into one file per patch-file.
2002-06-27 15:52:11 +00:00
zuntum
0ca28723fb
Move pkg/ files into package's toplevel directory
2001-11-01 00:11:36 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
952fa0ef9f
Move to sha1 digests, and add distfile sizes.
2001-04-18 12:14:28 +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
zuntum
b25bac4da3
Fix MASTER_SITES
2001-04-16 22:10:28 +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
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
wiz
feac0bcd3b
shortened description to the relevant part
1999-12-25 22:34:00 +00:00
agc
a910a6fd62
Add package patch-sum files
1999-07-09 13:50:05 +00:00
agc
1bb3007c04
s/make/${MAKE}/g
1999-03-08 10:53:55 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
86db14e819
Add NetBSD RCS Ids.
1998-08-07 10:35:47 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
agc
dccd43243d
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:06 +00:00
hubertf
4619e11943
portlint: make comment shorter
1998-01-19 00:55:22 +00:00
augustss
aea2af033f
Avoid -m486 flag.
1998-01-06 22:42:03 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
augustss
970bbef5a1
Change RCS Id.
...
NetBSD port.
1997-10-28 23:49:37 +00:00
augustss
4daa64a629
Initial import of FreeBSD audio packages.
1997-10-28 23:18:20 +00:00