Commit graph

29 commits

Author SHA1 Message Date
dmcmahill
c7200fbce3 do not unconditionally include the linux Makefile.application. Only include
this if you are on a NetBSD/i386 system.  This gives NetBSD/sparc and
Solaris/sparc a fighting chance!
2003-11-15 00:20:28 +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
salo
f7e98eb193 Conflict with older realplayer-codecs packages. 2003-05-24 17:06:50 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
wiz
4db8f92b30 Define DISTNAME even for unsupported platforms; otherwise bsd.pkg.mk
complains. Addresses part of PR 18443.
2002-09-28 23:52:42 +00:00
jschauma
f030a1493c Download page has changed. 2002-09-23 00:44:50 +00:00
grant
bb99ed43c4 .elseif -> .elif 2002-08-21 03:54:02 +00:00
grant
1ff2042357 add Solaris and NetBSD/sparc support (tested on Solaris 7 only). 2002-08-20 13:56:47 +00:00
wiz
ad92e3c4d2 extract step is also interactive, mark it as such.
Noted by Urban Boquist in pkg/17893.
2002-08-09 13:07:06 +00:00
agc
c182554f58 Deprecate IS_INTERACTIVE
Mark this package with an interactive fetch stage
2002-07-02 11:28:30 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
fredb
2f53857f29 Generalize the handling for packages where "fetch" and "fetch-list"
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.

While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)

Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04 19:41:03 +00:00
fredb
1ad434a2a7 Wherever "make fetch" simply echos a message, let "make fetch-list|sh"
echo the message, too.
2002-02-26 21:28:47 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
4bd6ecc9c5 Move pkg/ files into package's toplevel directory 2001-11-01 00:17:43 +00:00
jlam
ef9d1e4975 Remove the need for a separate pre-extract script by moving what needs to
be said and done into the package Makefile pre-extract target.
2001-10-25 19:42:43 +00:00
jlam
879b3ed1ac Don't try to chmod the installer if it's already executable. This is
needed in case the package builder doesn't own the distfile.
2001-09-27 06:36:47 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
d3446e36d1 Update realplayer to 8.0.1. Changes are that it is based on the currently
fetchable rp8_linux20_libc6_i386_cs2.bin from real.com's website.  The
".0.1" addition to the package name instead of "nb1" is to show that this
is a minor update to the package from the authors.
2001-06-18 22:20:03 +00:00
wiz
7f5ae4ec45 Use SHA1, and add size info. 2001-05-09 21:59:54 +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
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
jlam
17119b823b RealPlayer 8 for UNIX
This version seems to now work correctly with audio streams over the
Internet.  This package is imported as audio/realplayer with the intention
of removing the old audio/realplayer7 package, as www.real.com only carries
a single distfile for the latest version, and we are not allowed to mirror
the distfiles.  When a new version of RealPlayer is released for UNIX,
please just update this package.
2000-12-25 09:35:58 +00:00