Commit graph

46 commits

Author SHA1 Message Date
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
5f6571da8f Add DragonFly support. Fix PLIST by adding two symlinks. Bump revision. 2006-03-13 19:46:22 +00:00
rillig
99341fbef0 On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1. 2006-03-11 01:35:21 +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
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
rillig
c0388e791b Added missing RMD160 checksums. 2005-11-17 10:28:50 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
veego
d690fc821d Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end
and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
2005-02-21 21:26:15 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
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
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +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
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +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
agc
564c452008 Move to SHA1 digests, and add distfile sizes 2001-05-04 13:16:51 +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
dmcmahill
fa3164f243 don't list ELF shared lib links which don't exist on a sunos program. 2001-04-15 00:21:06 +00:00
dmcmahill
dd30d2858b don't list ELF shared lib links for linux programs which don't install
them.  Should fix recently noted i386 bulk build problems.
2001-04-15 00:19:01 +00:00
dmcmahill
4d9d8cbdf2 this is no longer interactive so don't mark it that way. 2001-03-27 18:03:27 +00:00
dmcmahill
337c57e256 don't include ELF shared symlinks which are not installed for a compat_osf1
program.
2001-03-11 16:49: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
dmcmahill
d1437e297d revert previous change. We don't have ELF symlinks installed for a package
which runs under compat_sunos.
2001-02-19 14:01:30 +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
6e1005229f Sort. 2001-01-08 02:15:52 +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
hubertf
7e82f61da4 Make non-interactive. Hinted at by Dan, untested! 2000-10-20 02:17:43 +00:00
jlam
70378bcb99 We don't need all of suse_linux, just suse_libc5 and suse_x11. 2000-09-08 16:35:07 +00:00
hubertf
f7662c3bf5 add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
jlam
7fa5e584e1 Add appropriate definitions of LDD so check-shlibs works correctly. 2000-08-25 00:20:21 +00:00
wiz
ba07feda7f depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now) 2000-08-22 10:54:34 +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
dmcmahill
6c2b3c52c1 change package name to acroread3-3.01 instead of acroread-3.01. This will
allow installation of both acroread 3 and 4 (there are no PLIST conflicts).
2000-06-19 15:31:52 +00:00
pooka
6d14a4e0d0 Remove alpha from ONLY_FOR_ARCHS, since software dies of bad system call. 2000-05-02 14:43:58 +00:00
wiz
5e21c0427a chmod -> ${CHMOD} 2000-03-16 13:55:34 +00:00
mycroft
092372c86c Update suse_linux version. 2000-02-27 10:29:05 +00:00
dmcmahill
3bce7ac7d9 change PLATFORM to alphaosf for the alpha version.
Thanks to Michael Hitch for finding this.
2000-02-13 19:36:01 +00:00
dmcmahill
47034270c9 add quotes around the IGNORE strings. Enable alpha section. 2000-02-13 15:34:10 +00:00
dmcmahill
02ff9b055e Acrobat Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.

This is version 3 of the Adobe Acrobat Reader.  The reason for adding acroread3
to the package collection when we also have acroread4 is that acroread4 does
not run in the current state (January 2000) of our SVR4 binary emulation.  The
missing system calls are non-trivial.  Hence I wanted to make sure sparc users
had a version of acroread.  Note that acroread3 is available for sunos and this
version does correctly run under our SunOS emulation.
2000-01-14 15:19:28 +00:00