Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -2/+2 | |
2005-05-17 | Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring | jlam | 1 | -6/+3 | |
out the whole command line necessary to extract a .tar.gz file. | |||||
2005-05-16 | Include "bsd.prefs.mk" to get the definition of "EXTRACT_USING". This | tron | 1 | -1/+3 | |
makes the last change actually work. | |||||
2005-05-16 | Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING | jlam | 1 | -8/+4 | |
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles. | |||||
2005-05-16 | Note that gtar is required by the package. | jlam | 1 | -1/+5 | |
2005-04-27 | Remove USE_BUILDLINK2 (typo). | hira | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-24 | Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.x | jmmv | 3 | -682/+1195 | |
branch becomes the default teTeX package. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-04-10 | make usage of pax more consistent, use -O to bomb on broken archives | grant | 1 | -2/+2 | |
(suggested by lukem), group z, r and f flags. some whitespace cleanup. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-10-31 | Avoid pax's -z option (Solaris's pax doesn't know it). | wiz | 1 | -2/+2 | |
2002-10-20 | Files to exclude are not even in the tarball. | wiz | 1 | -2/+1 | |
2002-10-20 | Prefer pax to GNU tar. | wiz | 1 | -8/+5 | |
2002-09-21 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |
2002-07-15 | Add mkdirs for empty directories. | mycroft | 1 | -1/+4 | |
2002-03-14 | if we depend upon ${PATCH} creating the backup file with a .orig | lukem | 1 | -2/+2 | |
suffix, then use "${_PATCH_BACKUP_ARG} .orig" to ensure that's the case | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
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-24 | Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamily | kei | 1 | -4/+12 | |
which doesn't compile recently because of the LaTeX's "Hey, your distribution is too old! Please update it to the latest one!" feature. Quoted from the patch to `latex.ltx'. This is a work around for the '1 year old' error which avoids the format file from being generated correctly. Provided by Naoto Shimazaki. Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src} packages, applying this patch is done by packages' Makefiles on do-install stage. New version numbers after these changes are like below: teTeX: 1.0.7nb1 teTeX-bin: 1.0.7nb1 teTeX-share: 1.0.2nb1 teTeX-sharesrc: 1.0.1nb1 | |||||
2001-04-20 | Move to sha1 digests, where appropriate and possible, and add distfile | agc | 1 | -2/+3 | |
sizes. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
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-09-03 | add HOMEPAGE | wiz | 1 | -1/+2 | |
2000-03-08 | Update "teTeX-sharesrc" package to version 1.0.1 and resolve conflicts | tron | 3 | -2292/+2684 | |
with "teTeX-share" package. | |||||
2000-03-06 | Update dependence on "teTeX-share" package. | tron | 1 | -2/+2 | |
1999-08-22 | "share/texmf/source/latex/aguplus" is an empty directory, not a file. | tron | 1 | -2/+3 | |
1999-08-17 | Let this package depend on "teTeX-share" to avoid ugly "@unexec rmdir" | tron | 2 | -3/+4 | |
kludge for directory "share/texmf". | |||||
1999-08-17 | pkglint: use of DISTFILES with single file discouraged. | tron | 1 | -3/+2 | |
1999-08-12 | Use "@unexec rmdir %D/share/texmf || true" to remove "share/texmf" to avoid | tron | 1 | -2/+2 | |
error message on package deinstallation. | |||||
1999-08-03 | Sources for machine independent parts for teTeX 1.0.6. | hubertf | 5 | -0/+2468 | |
Provided to fulfil the licensing terms. |