summaryrefslogtreecommitdiff
path: root/emulators/linuxppc_lib
AgeCommit message (Collapse)AuthorFilesLines
2006-05-26Allow linuxppc_lib to use a newer version of rpm2pkg, more likelyjoerg1-2/+2
to work this way.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-3/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+16
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-2/+2
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-05-24Correct ONLY_FOR_PLATFORM for NetBSD-[2-9]*.kristerw1-2/+2
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-15/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-23Whitespace fixcjep1-4/+3
2002-11-25These Linux emulation packages conflict.schmonz1-1/+3
2002-02-05Change ONLY_FOR_PLATFORM to something which is closer to reality. COMPAT_LINUXjmc1-3/+15
didn't exist before 1.5-current (specifically checking dates around 1.5T or 1.5U). Set all the version checks for 1.5U or greater for all the ppc platforms.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-08-25- Fixes paths in Linux ldd (this is a shell script), so that it can work later.manu1-2/+18
(this also reuire some kernel support which has not been committed yet. - Added some comment in the install section to keep it understandable by human readers
2001-05-11Make version number dewey-conformant.wiz1-9/+9
2001-05-09Use SHA1 for patch.wiz1-2/+2
2001-04-30Added LibXm (OpenMotif) requiered by the JDK (PR pkg/12764), also addedmanu2-15/+21
sandpoint in the list of supported platforms
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-15/+29
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16We now check that /emul/linux/lib/ld.so.1 exists, and add a link frommanu1-2/+5
/emul/linux to /usr/pkg/emul/linux if not.
2001-04-04Fixed wrong checksum for xpm-3.4k-1.ppc.rpm, and bumped pkg version numbermanu2-4/+4
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-16fit lines to 80 columns with tab width == 8 as possible. cosmetic changeskei1-18/+18
only.
2001-03-05Move COMMENT to correct place.wiz1-3/+2
2001-03-01add patch-sumwiz1-0/+3
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-24Modified the package so that it uses rpm2pkg. Enabled extraction of some filesmanu4-96/+30
that were not extracted before, but that were requiered in order to run Netscape.
2001-02-24First round of cleaning up INSTALL usage:hubertf1-4/+4
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24I guess this was committed accidentally.hubertf1-0/+0
2001-01-23Libraries to run Linux binaries on powerpcmanu7-0/+158