Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
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 | 1 | -5/+5 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-26 | De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵ | jschauma | 1 | -2/+2 | |
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. | |||||
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -3/+3 | |
2002-04-04 | Use "suse_linux/Makefile.application" to pick correct SuSE packages. | tron | 1 | -4/+5 | |
2002-03-14 | consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix | lukem | 1 | -2/+2 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
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 | 7 | -6/+6 | |
2001-05-04 | Move to SHA1 digests, and add distfile sizes | agc | 1 | -5/+9 | |
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-04-15 | don't list ELF shared lib links which don't exist on a sunos program. | dmcmahill | 1 | -7/+1 | |
2001-04-15 | don't list ELF shared lib links for linux programs which don't install | dmcmahill | 1 | -4/+1 | |
them. Should fix recently noted i386 bulk build problems. | |||||
2001-03-27 | this is no longer interactive so don't mark it that way. | dmcmahill | 1 | -2/+1 | |
2001-03-11 | don't include ELF shared symlinks which are not installed for a compat_osf1 | dmcmahill | 1 | -4/+1 | |
program. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-19 | revert previous change. We don't have ELF symlinks installed for a package | dmcmahill | 1 | -13/+1 | |
which runs under compat_sunos. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-08 | Sort. | wiz | 2 | -9/+9 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 4 | -7/+31 | |
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-10-20 | Make non-interactive. Hinted at by Dan, untested! | hubertf | 1 | -2/+3 | |
2000-09-08 | We don't need all of suse_linux, just suse_libc5 and suse_x11. | jlam | 1 | -2/+3 | |
2000-08-31 | add CHECK_SHLIBS=no | hubertf | 1 | -2/+2 | |
2000-08-25 | Add appropriate definitions of LDD so check-shlibs works correctly. | jlam | 1 | -1/+7 | |
2000-08-22 | depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now) | wiz | 1 | -2/+2 | |
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-06-19 | change package name to acroread3-3.01 instead of acroread-3.01. This will | dmcmahill | 1 | -2/+2 | |
allow installation of both acroread 3 and 4 (there are no PLIST conflicts). | |||||
2000-05-02 | Remove alpha from ONLY_FOR_ARCHS, since software dies of bad system call. | pooka | 1 | -2/+2 | |
2000-03-16 | chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
2000-02-27 | Update suse_linux version. | mycroft | 1 | -2/+2 | |
2000-02-13 | change PLATFORM to alphaosf for the alpha version. | dmcmahill | 1 | -2/+2 | |
Thanks to Michael Hitch for finding this. | |||||
2000-02-13 | add quotes around the IGNORE strings. Enable alpha section. | dmcmahill | 1 | -10/+9 | |
2000-01-14 | Acrobat Reader is part of the Adobe Acrobat family of software, which lets | dmcmahill | 13 | -0/+274 | |
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. |