Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-26 | Use buildlink3. | cjs | 1 | -3/+3 | |
2004-04-25 | Unused. | wiz | 1 | -19/+0 | |
2004-04-25 | Unused. | wiz | 1 | -29/+0 | |
2004-04-25 | Unused. | wiz | 1 | -25/+0 | |
2004-04-25 | Unused. | wiz | 4 | -97/+0 | |
2004-04-25 | Convert to bl3. | wiz | 1 | -5/+5 | |
2004-04-25 | Convert to buildlink3 and fix build with gcc3. | snj | 3 | -4/+36 | |
2004-04-25 | Convert to buildlink3. | snj | 2 | -9/+36 | |
2004-04-25 | Convert to buildlink3 and correct two spelling errors in DESCR. | snj | 2 | -5/+5 | |
2004-04-25 | Convert to buildlink3. | snj | 7 | -30/+30 | |
2004-04-25 | Convert to buildlink3 and change USE_GMAKE to USE_GNU_TOOLS+=make. | snj | 1 | -5/+5 | |
2004-04-25 | Convert to buildlink3. | snj | 5 | -14/+14 | |
2004-04-25 | Convert to buildlink3 and move WRKSRC= to the right place. | snj | 1 | -5/+5 | |
2004-04-25 | Convert to buildlink3 and move WRKSRC. | snj | 1 | -5/+5 | |
2004-04-25 | Convert to buildlink3. | snj | 2 | -7/+7 | |
2004-04-25 | Convert to buildlink3 and correct a typo in DESCR. | snj | 2 | -3/+3 | |
2004-04-25 | Convert to buildlink3. | snj | 9 | -27/+27 | |
2004-04-25 | Convert to buildlink3 and correct a spelling error in DESCR. | snj | 2 | -3/+3 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-25 | Convert to buildlink3 and correct a typo in DESCR. | snj | 2 | -4/+4 | |
2004-04-25 | Convert to buildlink3. | snj | 6 | -19/+19 | |
2004-04-25 | Convert to buildlink3. | snj | 8 | -21/+39 | |
2004-04-25 | Convert to buildlink3 and fix a typo in DESCR. | snj | 2 | -3/+3 | |
2004-04-25 | Convert to buildlink3 and remove USE_NEW_TEXINFO. | snj | 1 | -3/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 2 | -6/+6 | |
2004-04-25 | Convert to buildlink3. | snj | 8 | -26/+26 | |
2004-04-25 | Convert to buildlink3 and use LDFLAGS.SunOS for simplicity. | snj | 1 | -9/+5 | |
2004-04-25 | Convert to buildlink3. | snj | 6 | -16/+16 | |
2004-04-25 | No longer used. | snj | 1 | -21/+0 | |
2004-04-25 | Convert to buildlink3. | snj | 3 | -7/+26 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-25 | Convert to buildlink3 and satisfy pkglint. | snj | 1 | -5/+5 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-25 | Convert to buildlink3. | snj | 2 | -7/+7 | |
2004-04-25 | workaround poll() being a compatibility function on Darwin 7 | grant | 4 | -27/+194 | |
(MacOSX 10.3) by adding a custom test for _POLL_EMUL_H_ which is defined in poll.h on some MacOSX 10.3 systems. not all 10.3 systems have poll.h, so only do the poll() test if at least one of the header files is found. | |||||
2004-04-25 | Unused. | wiz | 2 | -80/+0 | |
2004-04-25 | Static library only -> build dependency. | wiz | 2 | -2/+4 | |
2004-04-25 | Convert to bl3. | wiz | 2 | -2/+20 | |
2004-04-25 | Remove XXX. | wiz | 1 | -11/+1 | |
2004-04-25 | Convert to bl3. | wiz | 2 | -2/+30 | |
2004-04-25 | bl3ify | xtraeme | 4 | -10/+10 | |
2004-04-24 | Convert to bl3. | wiz | 1 | -4/+4 | |
2004-04-24 | Unused. | wiz | 1 | -77/+0 | |
2004-04-24 | Convert to bl3. | wiz | 1 | -4/+4 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 3 | -6/+6 | |
2004-04-24 | add -DBIND_8_COMPAT on Darwin | danw | 1 | -1/+3 | |
2004-04-23 | Fix references to rc.d scripts. This package uses RCD_SCRIPTS | reed | 3 | -6/+6 | |
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although). | |||||
2004-04-23 | mk/bsd.pkg.install.mk now automatically registers | reed | 33 | -77/+33 | |
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too. |