Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -12/+7 |
2001-11-08 | Following on from the removal of the automatic "is there a script to run" logic, | agc | 1 | -30/+30 |
2001-11-08 | Change running output from build to include timestamp and current package. | jmc | 1 | -2/+2 |
2001-11-07 | The $DEPENDS file has the pkg's directory in the first column, followed by | hubertf | 1 | -2/+2 |
2001-11-06 | "bulk-install" already makes a binary package and cleans up after itself, | hubertf | 1 | -2/+2 |
2001-11-04 | My thanks to Thorsten - this part of my change for Darwin support was | agc | 1 | -3/+1 |
2001-11-04 | "Darwin" needs to know about SHAREOWN, SHAREGRP and SHAREMODE too. | frueauf | 1 | -2/+2 |
2001-11-03 | Also substitute for CHMOD, CHOWN, CHGRP in PLISTs. | jlam | 1 | -1/+4 |
2001-11-02 | Add GQMPEG_NO_JAPANESE variable to allow keeping gqmpeg from interpreting | hubertf | 1 | -1/+9 |
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-31 | Fix an improper newline in a comment (was <TAB>bing all the way to column 80). | tv | 1 | -2/+3 |
2001-10-30 | Add initial support for Darwin (1.4) to pkgsrc. | agc | 5 | -12/+1006 |
2001-10-29 | On Solaris 7, when `find dir -name foo -name bar' in invoked, only an | jlam | 2 | -12/+13 |
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 | 2 | -3/+9 |
2001-10-26 | If AUTOMAKE_OVERRIDE=YES then we touch files in ${WRKSRC} in such a way | jlam | 1 | -2/+24 |
2001-10-26 | Expand description of the ${PKG_JVM} selector to note that ${JAVA_HOME} is | jwise | 1 | -3/+4 |
2001-10-26 | Correct description of ${JAVA_HOME}. ${JAVA_HOME} is used to select an | jwise | 1 | -2/+4 |
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 | 2 | -6/+7 |
2001-10-25 | Make it easier to debug for the a.out case on an ELF machine. | jlam | 1 | -2/+2 |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -4/+1 |
2001-10-24 | Rearrange some of the logic to consolidate the code that is a.out-specific. | jlam | 1 | -7/+10 |
2001-10-24 | The do-configure target has some "stuff" that is supposed to be done after | jlam | 1 | -17/+26 |
2001-10-24 | Make some more variables "private" by prepending with an underscore. | jlam | 1 | -7/+7 |
2001-10-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -1/+4 |
2001-10-22 | Replace the -and/-or options with -a/-o as the former don't work with | jlam | 1 | -4/+4 |
2001-10-21 | Added support variables for chat/ircd-hybrid | seb | 1 | -1/+132 |
2001-10-20 | When working out if an installed package should be left as it | abs | 1 | -1/+4 |
2001-10-20 | Some Makefiles separate -R and the rpath directory with whitespace, so | jlam | 2 | -4/+4 |
2001-10-20 | - change the way we cause the build order to happen. The old way passed | dmcmahill | 1 | -12/+63 |
2001-10-17 | Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there | hubertf | 1 | -3/+1 |
2001-10-16 | fix quotes | hubertf | 1 | -2/+2 |
2001-10-15 | Change alignment of "Broken" column to right-justified - this makes | hubertf | 1 | -2/+2 |
2001-10-15 | Narrow doen the "Pkgs broken by" column by renaming it to "Breaks" | hubertf | 1 | -4/+4 |
2001-10-15 | At the end of the build, remove the contents of the "perl" package | hubertf | 1 | -2/+2 |
2001-10-15 | Set ressource limits as high as possible before we'll start compiling | hubertf | 1 | -1/+6 |
2001-10-14 | add some more failure checks for robustness. | dmcmahill | 3 | -18/+63 |
2001-10-13 | after the build, pull in 'lang/perl5' instead of 'lang/perl5-base' as the | dmcmahill | 1 | -2/+2 |
2001-10-12 | Change my non-standard copyright header to a BSD-style one. | hubertf | 2 | -7/+62 |
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 | Make BUILDLINK_X11_{CPPFLAGS,LDFLAGS} private by prepending an underscore | jlam | 1 | -8/+8 |
2001-10-09 | Make the variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS private by | jlam | 1 | -17/+17 |