summaryrefslogtreecommitdiff
path: root/emulators/freebsd_lib
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-6/+10
their files via a custom do-install target.
2006-06-23Fix a typo in the INSTALL script that caused the emul/foo symlink to notjlam2-5/+5
be created. Bump the PKGREVISION.
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam2-26/+30
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file.
2006-06-19Clean up fallout from {DE,}INSTALL_SRC removal: if using the pkginstalljlam1-5/+1
framework, then the INSTALL script should not be explicitly invoked in the post-install target. Also remove an extraneous show-shlib-type target that no longer has any effect in pkgsrc.
2006-06-17Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION.rillig1-4/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05do-install:grant1-6/+6
- be noisier. - create directories first, then install files into them.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-09Add ld.so.hints file, as requested in pkg/18145.wiz2-2/+8
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-11/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-29replaced some commands by their ${COMMAND} counterparts,wiz1-4/+5
reordered lines for fewer pkglint warnings
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-3/+2
pattern match format. Minor pkglint along the way.
1999-05-22Forcibly specify that the shlib type is a.out, so that ELF systems won'ttv1-1/+4
run into trouble with the automatic shlib handling.
1999-05-22Clean this up a bit:tv2-17/+43
- actually extract to ${WRKDIR} and use find, xargs, and ${INSTALL_DATA{,_DIR}} to get the permissions right - add a "smart-/emul" script that will automatically add a symlink from /emul/freebsd (adding /emul directory as necessary) only in the cases where this will not clobber something; otherwise print a message at install time that the user must do this. Note that this still works if /emul is a symlink to ${LOCALBASE}/emul, though that is no longer required. - issue a message at install time reminding the user to add COMPAT_FREEBSD to the kernel configuration.
1998-12-12Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes `make fetch` work again.frueauf1-2/+2
1998-09-04provide a pointer to the sourceexplorer1-1/+7
1998-09-03portlint: remove unnecesary blank line.frueauf1-1/+0
1998-09-03portlint: this should be a one-liner.frueauf1-2/+1
1998-09-02Initial import of FreeBSD compatability libraries, needed forexplorer5-0/+108
the COMPAT_FREEBSD kernel option to do any good. This makes the FreeBSD Netscape run at least.