Commit graph

71 commits

Author SHA1 Message Date
joerg
deb64da246 It's x86_64... 2008-08-19 13:15:02 +00:00
joerg
edb681cd2d amd64 == i386 for the purpose of this package. 2008-08-10 16:09:17 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
obache
ffceace746 Add SunOS-x86_64 support.
Patch provided by Gilles Dauphin in PR 33714.
2006-11-27 13:18:10 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
hubertf
ec2be8c8a3 Don't add .../Fonts and .../res twice to PLIST
(it was there via @exec before, and was added as 'regular' entry before...
 remove the @exec stuff)

OK'd by joerg@
2006-09-04 19:27:56 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
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
b8521c2be3 Add DragonFly support. Add two missing symlinks to PLIST. Bump revision. 2006-03-13 19:29:45 +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
18d00171ba Added missing SHA1 checksums. 2005-11-17 10:24:59 +00:00
kristerw
48bfc139d0 Move the ONLY_FOR_PLATFORM out from an .if so that we do not try
to build this on unsupported OPSYS (such as Darwin)
2005-07-09 17:34:42 +00:00
hubertf
4ce2616e2d Make this work on Solaris/x86: split PLIST.i386 in NetBSD- and Solaris-
specific versions. Tested on Solaris 9/x86 and NetBSD 2.0/i386.
Bump revision to nb2.
2005-06-30 13:22:19 +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
ab852a7a50 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.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21 21:24:06 +00:00
xtraeme
739b0b8818 Remove the "acroread" symlink, it conflicts with print/acroread5, now
we have bin/acroread{3,4,5} and bin/acroread linked to the latest
package available (acroread5).

Bump PKGREVISION.
2004-12-21 15:32:03 +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
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