Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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} | |||||
2001-03-30 | Sync the doc files with reality. I mean it! | hubertf | 1 | -29/+16 | |
2001-03-29 | Enable MIF output, default catalog, and fix the docs to actually | hubertf | 1 | -3/+5 | |
install the *jade* *docs* (not sp, which is in another dir here). thanks a lot to "Kogule, Ryo" <kogule@mars.dti.ne.jp> for the patch! | |||||
2001-03-29 | Installed docs are actually for SP, not Jade | hubertf | 2 | -23/+23 | |
Pointed out on tech-pkg by "Kogule, Ryo" <kogule@mars.dti.ne.jp> | |||||
2001-03-29 | fix DISTNAME vs. PKGNAME | drochner | 1 | -2/+3 | |
2001-03-29 | Update to 1.2.1nb1: | hubertf | 3 | -5/+20 | |
Add patch sent in by Kogule, Ryo <kogule@mars.dti.ne.jp> on tech-pkg so this does not crash on NetBSD/mac68k. | |||||
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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-06-27 | Disable C++ compiler optimization. "jade" dumps core on some files if | drochner | 1 | -0/+17 | |
compiled with -O2. Might be a compiler bug, or something deep inside the code... | |||||
1999-03-29 | Add libtool-generated .la files. | hubertf | 1 | -1/+5 | |
1999-03-15 | convert FreeBSD port to NetBSD package | rh | 6 | -108/+41 | |
1999-03-15 | Initial import of FreeBSD port for jade. | rh | 7 | -0/+315 | |