Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-10 | Update to 1.8: | wiz | 2 | -6/+6 | |
- Avoid choking on malformed tables in Qt pages. Fix minor bug in handling of nested .if/.ie requests. Process Fa macro correctly. | |||||
2004-03-10 | Convert to use bdb.buildlink3.mk. | jlam | 8 | -18/+18 | |
2004-03-10 | bdb.buildlink3.mk is used to select a Berkeley DB implementation for | jlam | 4 | -40/+157 | |
use by pkgsrc. It will automatically depend on either db, db3, or db4 if the native one isn't sufficient. The two variables that control its behaviour are: BDB_DEFAULT is a user-settable variable whose value is the default Berkeley DB implementation to use. BDB_ACCEPTED is a package-settable list of Berkeley DB implementations that may be used by the package. E.g., if you always want to use DB4 as the Berkeley DB for all of the packages, then you can just set: BDB_DEFAULT= db4 in your /etc/mk.conf. Packages that currently include db*/buildlink3.mk should be made to include bdb.buildlink3.mk instead. | |||||
2004-03-10 | Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mk | jlam | 4 | -28/+21 | |
is included by not checking its value explicitly. | |||||
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 50 | -2490/+2053 | |
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software. | |||||
2004-03-10 | Get rid of BUILDLINK_USE_BUILTIN and BUILDLINK_IS_BUILTIN, as they're | jlam | 1 | -40/+19 | |
renamed to {USE,IS}_BUILTIN and are handled separately by the builtin.mk files. Create a new variable PREFER.<pkg> that lets <pkg>/builtin.mk determine what the preference is in a simple way. | |||||
2004-03-10 | Prefer the -esp and -esp-nox11 versions of ghostscript when USE_CUPS is YES. | jmmv | 1 | -1/+9 | |
2004-03-10 | File removed, we are now using buildlink3 | martti | 32 | -931/+0 | |
2004-03-10 | Enable RAID tables to allow >4GB (>2GB) table data on non-big-file | tv | 1 | -1/+3 | |
filesystems. Bump PKGREVISION. | |||||
2004-03-10 | Add --disable-dependency-tracking to speed up normal builds considerably. | tv | 1 | -1/+5 | |
2004-03-10 | bl3ify | xtraeme | 23 | -84/+86 | |
2004-03-10 | pkg_comp just works on NetBSD, so use ONLY_FOR_PLATFORM= NetBSD-*-*. | xtraeme | 1 | -1/+2 | |
2004-03-10 | bl3ify | xtraeme | 2 | -3/+24 | |
2004-03-10 | note update of firefox to 0.8nb1 and firefox-gtk2 to 0.8nb1 | taya | 1 | -1/+3 | |
2004-03-10 | fix PLIST. | taya | 2 | -5/+11 | |
remove non-exist files & add missing files | |||||
2004-03-10 | correct PLIST | taya | 2 | -4/+3 | |
remove non-exist file & not needed file bump PKGREVISION | |||||
2004-03-10 | note update of mozilla-stable to 1.4.1nb3 | taya | 1 | -1/+2 | |
2004-03-10 | make this compile on -current. | taya | 3 | -9/+22 | |
bump PKGREVISION | |||||
2004-03-10 | xfce4-extras should be nb2 not nb1. | xtraeme | 2 | -4/+4 | |
2004-03-10 | bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. | xtraeme | 24 | -49/+294 | |
2004-03-10 | bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@ | xtraeme | 43 | -92/+576 | |
2004-03-10 | Note dependency on db - fixes build on Solaris 9. | markd | 1 | -2/+4 | |
Also USE_LANGUAGES= c c++ | |||||
2004-03-10 | Update to match the actually released version. | markd | 1 | -3/+3 | |
2004-03-10 | Note update of devel/ruby-racc package to 1.4.3nb1 (really downgrade | taca | 1 | -1/+2 | |
from 1.4.4). | |||||
2004-03-10 | Revert ruby-racc package to 1.4.3. | taca | 4 | -33/+37 | |
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but racc itself can't work on Ruby 1.6.X. This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and ruby-racc-1.4.3 package. | |||||
2004-03-10 | bl3ify and add explicit dependency on pkgconfig. | xtraeme | 2 | -2/+21 | |
2004-03-10 | Note that using net-snmp would be better. | wiz | 1 | -0/+2 | |
2004-03-10 | Updated XFce to 4.0.4 | martti | 1 | -1/+22 | |
2004-03-10 | Updated XFce to 4.0.4 | martti | 68 | -148/+166 | |
* Bug fixes * Translation updates | |||||
2004-03-10 | Define NO_EXPORT_CPP so that rpcgen doesn't get mad. | cube | 1 | -1/+2 | |
2004-03-10 | set F77 as well as FC. | dmcmahill | 1 | -1/+2 | |
was: 1% make show-var PKG_STAGE=configure VARNAME=FC g77 2% make show-var PKG_STAGE=configure VARNAME=F77 /usr/pkgsrc-current/math/scilab/work/.gcc/bin/g77 is: 3% make show-var PKG_STAGE=configure VARNAME=FC g77 4% make show-var PKG_STAGE=configure VARNAME=F77 g77 fixes some buildlink spillover noted in the scilab package. | |||||
2004-03-10 | This needs a yacc to build, so add to USE_GNU_TOOLS. | reed | 1 | -2/+2 | |
yacc -d -v ./activation-context-query-parser.y make[2]: yacc: Command not found | |||||
2004-03-10 | Use bl3, fix PLIST (share/xmms belongs to xmms). | snj | 2 | -7/+6 | |
2004-03-10 | Use bl3, nuke LTCONFIG_OVERRIDE. | snj | 1 | -4/+3 | |
2004-03-10 | It seems that this plugin is configurable. Multiple choices are available for | snj | 1 | -1/+1 | |
dancers. Ah hem. | |||||
2004-03-10 | Use bl3. | snj | 2 | -6/+6 | |
Get down with your bad self, Space Ghost! | |||||
2004-03-10 | Use bl3. | snj | 3 | -9/+9 | |
2004-03-10 | Use bl3 and nuke LTCONFIG_OVERRIDE. | snj | 1 | -4/+3 | |
2004-03-10 | Use bl3. | snj | 1 | -3/+3 | |
2004-03-10 | Fix a spelling error in DESCR. Use bl3, cleanup, and utilize the power | snj | 2 | -17/+9 | |
of buildlink. Mmm, BUILDLINK_TRANSFORM. | |||||
2004-03-10 | Use bl3, add a comma to MESSAGE. | snj | 2 | -6/+6 | |
2004-03-10 | Use bl3. | snj | 1 | -4/+3 | |
2004-03-10 | Use bl3, use ${MASTER_SITE_BACKUP} because old MASTER_SITE is gone, | snj | 1 | -5/+5 | |
fix COMMENT. | |||||
2004-03-10 | Move DISTFILES definition, use ${SORT} instead of sort. | snj | 1 | -4/+4 | |
2004-03-10 | Use bl3. | snj | 2 | -9/+8 | |
2004-03-10 | Use bl3. | snj | 1 | -5/+5 | |
2004-03-10 | Use bl3 and ${ECHO} instead of echo. | snj | 1 | -2/+3 | |
2004-03-10 | Use bl3 and fix a typo. | snj | 2 | -4/+4 | |
2004-03-10 | Use bl3. | snj | 1 | -2/+2 | |
2004-03-10 | Use bl3 and fix a typo. | snj | 2 | -6/+5 | |