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
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +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
cjep
a51c621d9e
Move default DISTNAME and PLATFORM further up the makefile. This has no
...
effect on valid platforms.
On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread-4.05 is not available for NetBSD-1.6-arm
message rather than Malformed conditional errors.
2003-01-04 12:52:20 +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
schmonz
e0bdc2f602
Indent, following acroread5's example.
2002-11-19 07:44:39 +00:00
schmonz
e003b0fbe8
Ensure that DISTNAME is always set.
2002-11-19 07:42:45 +00:00
agc
69c1254c97
Remove out of date comment
2002-07-02 11:40:16 +00:00
seb
db84442a67
Substitute a couple of mkdir' by
${MKDIR}'.
...
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
tron
b6343d0c10
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
2002-04-04 12:29:46 +00:00
lukem
06b2904603
consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix
2002-03-14 03:14:46 +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
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
abs
250b043f3c
Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORM
2001-08-21 08:23:26 +00:00
tron
ba91f3e395
Fix broken support for NetBSD-sparc and Solaris-sparc.
2001-07-19 12:09:24 +00:00
agc
4691058503
Update to SHA1 digests, and add distfile sizes.
2001-05-04 13:05:10 +00:00
agc
9e8d6c8b8d
+ 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:33:31 +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
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
jlam
1669476b10
Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may need
...
similar fixes.
2001-01-05 17:59:17 +00:00
agc
9c2d582fc9
The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
...
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tron
e8a2ca47ae
Remove unnecessary entries for ".so" links for shared libraries which cause
...
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29 15:22:33 +00:00
hubertf
66146c9f9e
Make non-interactive. Whee!
2000-10-20 02:05:34 +00:00
lukem
e522bb8017
use ${RM} -f, as acroread.orig may not exist
2000-10-14 22:59:01 +00:00
jlam
1246f74d15
Acrobat Reader doesn't need all of suse_linux, just suse_x11.
2000-09-08 02:11:00 +00:00
wiz
cc3a3511a3
remove trailing empty line
2000-09-03 13:04:31 +00:00
hubertf
f7662c3bf5
add CHECK_SHLIBS=no
2000-08-31 02:35:25 +00:00
tron
ffa94c10d5
Set "LDD" to "${TRUE}" on the i386 port because the Linux shared libraries
...
won't be found without the wrapper script.
2000-08-29 12:41:04 +00:00
jlam
7fa5e584e1
Add appropriate definitions of LDD so check-shlibs works correctly.
2000-08-25 00:20:21 +00:00
hubertf
e75965c6ba
Update IGNORE-messages for recent changes: add ${PKGNAME} where
...
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
...
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
mycroft
ab5bef3365
Correct the symlinks to match what the pkg installs.
2000-04-29 19:21:32 +00:00
dmcmahill
0346b2088a
-fix the patches to correctly handle other than i386 cases.
...
-PLIST rework to deal with sparc and alpha in addition to i386.
-add specific sparc versions which the required compat_svr4 code
-add md5 for the alpha binary. Note that this is still disabled on alpha until
someone can test it.
2000-04-18 01:46:16 +00:00
jlam
fbb7af3800
Use PLIST_SUBST to replace ${PLATFORM} in PLIST.
2000-03-03 02:30:44 +00:00
soren
45baef69ec
Make acroread Netscape plugin work.
2000-02-20 20:10:12 +00:00
soren
7037314fb3
Upgrade to version 4.05.
...
Fixes some display artifacts for me.
2000-02-20 19:26:04 +00:00
wiz
17d50d741d
added patch-sum
2000-02-05 03:49:23 +00:00
soren
705a41a128
Depend on suse_linux>=6.1, not >=6.1p1.
2000-01-13 11:15:09 +00:00
soren
ff8673445d
Allow newer versions of SuSE Linux libraries.
2000-01-12 03:44:28 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
sakamoto
a8dbfc006b
DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.
1999-12-22 05:09:19 +00:00
hubertf
edc2cddf33
add a bunch of NO_CDROM where appropriate
1999-11-23 16:26:12 +00:00
tron
b27364a715
Add RCS Id.
1999-09-26 12:53:51 +00:00
agc
d612f82164
Make this package work on Solaris.
1999-08-02 10:57:53 +00:00
kleink
301e438b2c
Even though it's not sufficient as a check for a complete Linux emulation
...
setup, at least check for the ld.so version actually required by the i386
executable; addresses PR pkg/7983.
1999-07-15 12:27:36 +00:00
tron
b26d420a43
Improved messages if libraries required for emulation are missing.
1999-07-01 23:28:31 +00:00
sakamoto
2c45ab6008
Add IS_INTERACTIVE=yes, and RESTRICTED="Original installer required
...
to redistribute.", as suggested by minoura makoto (minoura@netbsd.org ).
Add alpha,sparc support, but disabled now.
1999-06-17 01:04:29 +00:00
sakamoto
d55c62c778
Adapt this package to NetBSD.
...
Update 4.0beta to 4.0.
For the present, i386 only.
1999-06-16 11:08:30 +00:00