Age | Commit message (Expand) | Author | Files | Lines |
2001-11-30 | Move code from end of the do-configure target that performed the | jlam | 1 | -9/+24 |
2001-11-30 | Move the REPLACE_PERL code into a separate configure pre-requisite target | jlam | 1 | -9/+15 |
2001-11-30 | Rename "do-libtool" target to "do-ltconfig-override" as the new name is more | jlam | 1 | -3/+3 |
2001-11-30 | Remove REPLACE_CURSES from bsd.pkg.mk (not needed anymore), and don't | wiz | 1 | -17/+1 |
2001-11-29 | Drop a line of the form '^<TAB>$'. | wiz | 1 | -2/+1 |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -1/+9 |
2001-11-28 | Move the PKG_SYSCONFDIR logic below the definition of PKGNAME. PKGNAME is | jlam | 1 | -31/+31 |
2001-11-28 | lose some more pkg/ references | abs | 1 | -2/+2 |
2001-11-26 | fetch-list: properly quote URLs printed, as they may contain things that | hubertf | 1 | -2/+2 |
2001-11-25 | Check for an empty value for PKG_SYSCONFSUBDIR and set PKG_SYSCONFDIR | jlam | 1 | -1/+5 |
2001-11-25 | Pass PKG_SYSCONFDIR to the configure and build processes. | jlam | 1 | -1/+4 |
2001-11-25 | PKG_SYSCONFDIR is where the configuration files for a package may be found. | jlam | 1 | -4/+21 |
2001-11-21 | Now that all the files have been moved into the main package directory, | agc | 1 | -13/+1 |
2001-11-21 | Add _OPSYS_HAS_MANZ and _PREFORMATTED_MAN_DIR definitions to the | agc | 1 | -25/+25 |
2001-11-21 | Add a _DO_SHLIB_CHECKS definition to the individual defs.${OPSYS}.mk | agc | 1 | -3/+3 |
2001-11-21 | Add a _PATCH_BACKUP_ARG definition to the individual defs.${OPSYS}.mk files, | agc | 1 | -6/+2 |
2001-11-21 | Add a _USE_RPATH definition to the individual defs.${OPSYS}.mk files, | agc | 1 | -2/+2 |
2001-11-21 | Add a _DO_LIBINTL_CHECKS definition to the individual defs,${OPSYS}.mk | agc | 1 | -2/+2 |
2001-11-21 | Add a definition of _IMAKE_MAKE to the individual defs.${OPSYS}.mk | agc | 1 | -3/+3 |
2001-11-21 | Move default umask for operating systems into the individual defs.${OPSYS}.mk | agc | 1 | -10/+1 |
2001-11-19 | Create a new variable CONFDIR that represents the directory where package | jlam | 1 | -1/+7 |
2001-11-16 | Remove GNOME on "ftp.fh-rosenheim.de" which doesn't carry any files at | tron | 1 | -3/+2 |
2001-11-14 | Convert some spaces to tabs. | jlam | 1 | -3/+3 |
2001-11-14 | Allow MESSAGE_SRC to be a space-separated list of files, like PLIST_SRC, | jlam | 1 | -5/+9 |
2001-11-14 | Add ${PKGBASE} to the things to substitute for in PLISTs. | jlam | 1 | -1/+2 |
2001-11-11 | Set a default value for BUILDLINK_DIR so that if no buildlink.mk files are | jlam | 1 | -3/+5 |
2001-11-09 | Check for DESCR_SRC, PLIST_SRC, MESSAGE_SRC, DEINSTALL and INSTALL files | agc | 1 | -1/+19 |
2001-11-08 | Set the default values of SU_CMD and PRE_ROOT_CMD in bsd.pkg.defaults.mk, | agc | 1 | -5/+1 |
2001-11-08 | Following on from the removal of the automatic "is there a script to run" logic, | agc | 1 | -30/+30 |
2001-11-03 | Also substitute for CHMOD, CHOWN, CHGRP in PLISTs. | jlam | 1 | -1/+4 |
2001-11-01 | So many of our PLIST use mkdir, rmdir, and true, and we have full paths to | jlam | 1 | -2/+5 |
2001-10-31 | Make REPLACE_PERL work -- recent "-e s,/bin/perl,${PERL5}" addition broke it. | zuntum | 1 | -5/+2 |
2001-10-30 | Add initial support for Darwin (1.4) to pkgsrc. | agc | 1 | -3/+5 |
2001-10-29 | On Solaris 7, when `find dir -name foo -name bar' in invoked, only an | jlam | 1 | -3/+4 |
2001-10-29 | Make print-PLIST generate | skrll | 1 | -2/+2 |
2001-10-26 | Add a new "show-vars" target which allows to display several makefile | tron | 1 | -1/+7 |
2001-10-26 | If AUTOMAKE_OVERRIDE=YES then we touch files in ${WRKSRC} in such a way | jlam | 1 | -2/+24 |
2001-10-26 | Also delete the magic invocation of scripts/configure and | agc | 1 | -13/+1 |
2001-10-26 | Changed PKGDIR assignment to allow migration of files currently held in | wulf | 1 | -2/+6 |
2001-10-26 | At present, if there is a pre-<target> or post-<target> script in | agc | 1 | -9/+1 |
2001-10-26 | Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 instead | skrll | 1 | -2/+3 |
2001-10-26 | Fix ltcf-cxx.sh to work on -current/new toolchains. That is make sure that | skrll | 1 | -2/+2 |
2001-10-25 | Sort "PATCH_SITES" using "MASTER_SORT" and "MASTER_SORT_REGEX", too. | tron | 1 | -3/+4 |
2001-10-24 | The do-configure target has some "stuff" that is supposed to be done after | jlam | 1 | -17/+26 |
2001-10-17 | Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there | hubertf | 1 | -3/+1 |
2001-10-12 | Pass "${USETOOLS}" down to package builds so that packages which use BSD | tron | 1 | -1/+6 |
2001-10-10 | Allow people who set USE_BUILDLINK_X11 so as to experiment with the | jlam | 1 | -3/+3 |
2001-10-09 | Back out last change that moved the prepending of BUILDLINK_CPPFLAGS and | jlam | 1 | -11/+1 |
2001-10-05 | Prepend "${BUILDLINK_CPPFLAGS}" and "${BUILDLINK_LDFLAGS}" to "${CFLAGS}", | tron | 1 | -1/+11 |
2001-10-04 | Use the usual _PKG_SILENT and _PKG_DEBUG definitions in the | agc | 1 | -2/+3 |