summaryrefslogtreecommitdiff
path: root/devel/xdelta
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31* Move info file entries into the PLIST.jlam2-4/+4
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-23Sorted PLISTs.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-18Convert to buildlink3.snj1-4/+4
2004-02-16Remove info files entries from PLIST.seb1-2/+1
2004-01-29Add RCS tagcjep1-0/+1
2004-01-22Make this compile with gcc3 - no more multi-line string constants.agc2-1/+64
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20s/it's/its/snj1-1/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-10-10buildlink1 -> buildlink2.wiz1-3/+4
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-01Update to 1.1.1, by ORI Manabu in pkg/13611.wiz4-33/+29
This version is a complete rewrite of the previous pkgsrc version, including a library, performance improvements on the algorithms used, less memory usage. Also, it doesn't use gdbm any more.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+3
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24Fix incorrect usage of libtool -version-info. Discussed on tech-pkg.skrll3-7/+16
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+4
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-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. Sort PLIST.wiz4-38/+23
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-22Use wildcard dependence for "glib" package.tron1-2/+2
1999-08-28Update dependency to glib-1.2.4rh1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+3
1999-05-02Update dependence for "glib" package to version 1.2.2.tron1-2/+2
1999-04-16Update dependence for "glib" package to version 1.2.1.tron1-2/+2
1999-03-04Update dependence for "glib" package.tron1-2/+2
1999-01-16Depend on version 1.1.12 of "glib" package.tron1-2/+2
1998-12-19Update dependence for "glib" and fix detection of "gdm" library.tron1-4/+4
1998-11-21Depend on "glib-1.1.4".tron1-2/+2
1998-10-04Depend on "glib-1.1.3".tron1-2/+2
1998-10-02Get libtool from the right place.tv1-6/+18
1998-08-23Remove leading "#" - rcsid is first line. Don't add libtool to DEPENDS,frueauf1-12/+12
just set USE_LIBTOOL=yes.
1998-08-22HOMEPAGEtsarna1-1/+2
1998-08-22Adding xdelta pkg.garbled6-0/+56
an enhanced diff that works on binary files.