Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 2 | -7/+7 | |
2003-03-26 | De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵ | jschauma | 1 | -1/+2 | |
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. | |||||
2003-01-04 | Move default DISTNAME and PLATFORM further up the makefile. This has no | cjep | 1 | -4/+5 | |
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. | |||||
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -3/+3 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -3/+3 | |
2002-11-19 | Indent, following acroread5's example. | schmonz | 1 | -9/+9 | |
2002-11-19 | Ensure that DISTNAME is always set. | schmonz | 1 | -4/+4 | |
2002-07-02 | Remove out of date comment | agc | 1 | -2/+1 | |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
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-04-04 | Use "suse_linux/Makefile.application" to pick correct SuSE packages. | tron | 1 | -4/+3 | |
2002-03-14 | consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix | lukem | 1 | -6/+2 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -6/+6 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 6 | -5/+5 | |
2001-08-21 | Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORM | abs | 1 | -1/+2 | |
2001-07-19 | Fix broken support for NetBSD-sparc and Solaris-sparc. | tron | 1 | -7/+18 | |
2001-05-04 | Update to SHA1 digests, and add distfile sizes. | agc | 1 | -4/+7 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-05 | Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may need | jlam | 2 | -7/+4 | |
similar fixes. | |||||
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 3 | -3/+27 | |
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. | |||||
2000-11-29 | Remove unnecessary entries for ".so" links for shared libraries which cause | tron | 3 | -15/+3 | |
problems with the latest package list handling changes in "bsd.pkg.mk". | |||||
2000-10-20 | Make non-interactive. Whee! | hubertf | 1 | -2/+3 | |
2000-10-14 | use ${RM} -f, as acroread.orig may not exist | lukem | 1 | -2/+2 | |
2000-09-08 | Acrobat Reader doesn't need all of suse_linux, just suse_x11. | jlam | 1 | -2/+2 | |
2000-09-03 | remove trailing empty line | wiz | 1 | -2/+1 | |
2000-08-31 | add CHECK_SHLIBS=no | hubertf | 1 | -2/+2 | |
2000-08-29 | Set "LDD" to "${TRUE}" on the i386 port because the Linux shared libraries | tron | 1 | -2/+2 | |
won't be found without the wrapper script. | |||||
2000-08-25 | Add appropriate definitions of LDD so check-shlibs works correctly. | jlam | 1 | -1/+5 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -3/+3 | |
appropriate. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+5 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-04-29 | Correct the symlinks to match what the pkg installs. | mycroft | 1 | -3/+3 | |
2000-04-18 | -fix the patches to correctly handle other than i386 cases. | dmcmahill | 10 | -81/+180 | |
-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-03-03 | Use PLIST_SUBST to replace ${PLATFORM} in PLIST. | jlam | 2 | -37/+34 | |
2000-02-20 | Make acroread Netscape plugin work. | soren | 2 | -4/+12 | |
2000-02-20 | Upgrade to version 4.05. | soren | 3 | -10/+10 | |
Fixes some display artifacts for me. | |||||
2000-02-05 | added patch-sum | wiz | 1 | -0/+3 | |
2000-01-13 | Depend on suse_linux>=6.1, not >=6.1p1. | soren | 1 | -2/+2 | |
2000-01-12 | Allow newer versions of SuSE Linux libraries. | soren | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-22 | DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer. | sakamoto | 1 | -4/+2 | |
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1999-09-26 | Add RCS Id. | tron | 1 | -0/+2 | |
1999-08-02 | Make this package work on Solaris. | agc | 3 | -34/+49 | |
1999-07-15 | Even though it's not sufficient as a check for a complete Linux emulation | kleink | 1 | -2/+2 | |
setup, at least check for the ld.so version actually required by the i386 executable; addresses PR pkg/7983. | |||||
1999-07-01 | Improved messages if libraries required for emulation are missing. | tron | 1 | -4/+4 | |
1999-06-17 | Add IS_INTERACTIVE=yes, and RESTRICTED="Original installer required | sakamoto | 3 | -19/+21 | |
to redistribute.", as suggested by minoura makoto (minoura@netbsd.org). Add alpha,sparc support, but disabled now. | |||||
1999-06-16 | Adapt this package to NetBSD. | sakamoto | 6 | -54/+54 | |
Update 4.0beta to 4.0. For the present, i386 only. |