Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-25 | Add GCC_REQD for Interix -- it's currently generating broken C++ global | tv | 1 | -0/+14 | |
ctors and dtors. | |||||
2004-11-26 | avoid installing files generated through distribution patches | wiz | 1 | -1/+4 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -17/+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-05-12 | s/netbsd.org/NetBSD.org/i | grant | 1 | -2/+2 | |
2004-04-27 | Add buildlink3.mk to fix gtk-doc. | snj | 1 | -0/+20 | |
2004-04-27 | Unused. | wiz | 1 | -24/+0 | |
2004-04-26 | bl3ify | recht | 1 | -3/+3 | |
2004-03-19 | These packages use c++, so add USE_LANGUAGES= c c++ | bouyer | 1 | -1/+2 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1 | jmmv | 1 | -2/+2 | |
2004-01-04 | Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site. | cjep | 1 | -2/+2 | |
(cf. PR#23632). XXX We should probably update jade to use jade_1.2.1-38.diff.gz | |||||
2003-12-16 | Don't rely on xargs behaviour to pass arguments correctly to rm, instead | sketch | 1 | -2/+2 | |
execute if necessary directly from find. Fixes breakage on systems which output "blah" from $(echo | xargs echo "blah") (Solaris, Linux, ..) | |||||
2003-10-09 | Arm need to instantiate Vector<size_t> in order to build. | kristerw | 4 | -10/+10 | |
2003-09-21 | Add patches from the FreeBSD ports collection to fix build problems | tron | 4 | -1/+44 | |
with GCC 3.3.1. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-06-05 | Use MASTER_SITE_DEBIAN. | jmmv | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -12/+12 | |
2003-01-29 | Use textproc/xmlcatmgr/catalogs.mk to register the installed catalog, with | jmmv | 2 | -10/+6 | |
the SGML_CATALOGS variable. Bump PKGREVISION. | |||||
2003-01-11 | Register the provided catalog file in share/sgml/catalog using xmlcatmgr. | jmmv | 2 | -4/+9 | |
Bump PKGREVISION to 5. | |||||
2002-12-23 | Make this compile on Irix. | jschauma | 4 | -1/+47 | |
2002-12-06 | The directory "share/sgml" is shared between multiple packages. Don't | tron | 1 | -2/+2 | |
complain if it cannot be removed. | |||||
2002-12-06 | Backout latest change. It was apparently only necessary because of some | tron | 1 | -5/+1 | |
kind of bug in NetBSD-current. | |||||
2002-12-04 | Add work arround for problem in buildlink2 framework which makes libtool's | tron | 1 | -1/+5 | |
attempt to relink the shared libraries fail. | |||||
2002-10-09 | Unused. | wiz | 1 | -39/+0 | |
2002-09-16 | Fix this for LP64 systems by meta-patching the Debian patches to switch off | mycroft | 4 | -1/+43 | |
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in the Debian build goo). Really, the right answer is to add an autoconf test -- or fix the crappy language. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 7 | -13/+37 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-13 | Add RCS Id. | wiz | 1 | -0/+1 | |
2002-08-12 | Fix pkg/16053. | skrll | 3 | -4/+15 | |
Remove the --disable-shared option from CONFIGURE_ARGS it doesn't do anything as pkgsrc libtool isn't built this way. We want shared libraries anyway... Use CXX when linking the libraries as we have global contructors that need calling. Problem only visible on a.out platforms. | |||||
2002-05-20 | Add NetBSD tag. | cjep | 1 | -0/+1 | |
2002-05-08 | ftp.uni-trier.de is most definitely gone. | kleink | 1 | -2/+1 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-27 | Remove commented USE_LIBINTL definitions ... we already use the | jlam | 1 | -2/+1 | |
gettext-lib/buildlink.mk file. | |||||
2001-10-14 | Add a mixture of Debian, FreeBSD and self made patches to make this | tron | 6 | -13/+66 | |
package build with the new toolchain. Bump the version number to 1.2.1nb4. | |||||
2001-10-05 | Resolve CVS conflict in this file. | tron | 1 | -14/+1 | |
2001-10-04 | print/jadetex was renamed to print/tex-jadetex | hubertf | 1 | -2/+15 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-09-02 | * Fix our netbsd-doc-print package to properly handle the italian | hubertf | 2 | -7/+4 | |
version of Federico Lupi's guide by including italian language in the right file. Hint: http://lists.oasis-open.org/archives/docbook/200002/msg00214.html * While there, install the jadetex files not in the textproc/jade package, but in the print/jadetex package. That's where we also build and install the jadetex.fmt file, so things actually fit together. * Bump some pkg versions: print/jadetex -> jadetex-2.20nb1 textproc/jade -> jade-1.2.1nb3 meta-pkgs/netbsd-doc -> netbsd-doc-1.2 meta-pkgs/netbsd-doc-print -> netbsd-doc-print-1.1 | |||||
2001-08-29 | Add a makefile hack so that jade builds again after recent | skrll | 2 | -1/+13 | |
gettext/buildlink.mk changes. | |||||
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-25 | Add buildlink.mk file for use by other package Makefiles. | jlam | 1 | -0/+38 | |
2001-06-25 | This package uses libintl if available, so just add a dependency on it | jlam | 3 | -16/+31 | |
via buildlink.mk, and mark as USE_BUILDLINK_ONLY. Also disable the -O2 optimization in the package Makefile, instead of removing _all_ the CXXFLAGS passed to configure. This allows other CXXFLAGS to get through. Lastly, prefer using a shell loop versus a make loop in the package Makefile. | |||||
2001-05-10 | Add some leftovers from the bulk build | agc | 1 | -1/+13 | |
2001-04-23 | Don't use internal libtool - ours is much better. | skrll | 1 | -1/+5 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
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-03-31 | Create the right directory before trying to install documentation. | skrll | 1 | -3/+3 | |
${MKDIR} -> ${INSTALL_DATA_DIR} |