summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2007-06-20Force devel/libevent on NetBSD 2, as it is far too old. Found by Dan onjoerg1-1/+7
NetBSD/alpha.
2007-06-20Missing cast to to int for %.*s as noted by dmcahill@ and wiz@.joerg1-2/+2
2007-06-19This package uses BSD-style Makefiles.rillig1-2/+2
2007-06-19Two more includes of sys/types.h to fix build on Mac OS X.joerg2-2/+4
From schmonz@
2007-06-19Include sys/types.h first to help Mac OS X.joerg1-1/+2
2007-06-19Remove duplicate assignment.joerg1-2/+1
2007-06-19Added INSTALL_ENV and SUBST_VARS. Noted by joerg.rillig1-1/+3
2007-06-19Added pbulk.joerg1-1/+2
2007-06-19Initial import of pbulk, the new pkgsrc bulk build framework.joerg51-0/+5732
Discussion of various parts of the design with jlam@, wiz@, tls@ and many other developers. Special thanks to David Maxwell for testing the initial prototype and finding some bugs with Coverity Prevent. Supported by Google's Summer of Code 2007 project. OK for import during the freeze: jlam@ From DESCR: pbulk is the modular bulk build framework for pkgsrc. This package contains: - pbulk-scan, a program to scan the entire pkgsrc tree or a list of directories therein for packages and dependencies. Distributed operation using a master/client mode is supported. - pbulk-resolve, a program to resolve the dependencies from the output of pbulk-scan - pbulk-build, the build scheduler. Distributed builds via TCP are supported. - bulkbuild and related scripts to implement full and limited bulk builds on top of those programs. The pbulk framework is considered experimental.
2007-06-19set USE_TOOLS+= gzip:run to get GZIP_CMD - from joergabs1-4/+4
2007-06-19Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrectjoerg1-3/+3
RCS IDs.
2007-06-19Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pickjoerg1-4/+4
them up for +BUILD_VERSION. This makes matching against the output of ident impossible to verify whether the package is up-to-date.
2007-06-18Added an explanation to the "Don't add quotes around SUBST_MESSAGE" rule.rillig1-1/+9
2007-06-09Add more files for "openwin". This was reported byreed2-3/+24
Raymond Meyer on pkgsrc-users list. This is partially based on the list he provided. Bump version for this package too.
2007-06-05Added JAVA_BINPREFIX.rillig1-1/+2
2007-06-05make(1) variable assignments should go after all command line options.tnn1-2/+2
2007-06-03Added "local" as a valid category, since it is suggested in the pkgsrcrillig1-2/+2
guide.
2007-06-02Permit installation on "FreeBSD-[0-4].*-*".schmonz1-2/+3
2007-05-31Updated libnbcompat to 20070531.rillig4-35/+40
Changes since 20070507: Completely rewrote the fgetln implementation, since the previous version couldn't handle files that don't end with a '\n' character. Tested on IRIX, NetBSD and Solaris.
2007-05-29Fix a couple misspellings, and add a couple items:schmonz1-3/+5
* Check for parallel files/dirs whose names differ only in case (suggested by heinz) * Check for German text in pkgtools/pkglint/TODO.
2007-05-23simplify previoustnn1-5/+4
2007-05-23non-current make(1) doesn't support -V.tnn2-4/+6
Provide a target for printing PKGSRCDIR. PKGREVISION++
2007-05-22Add a couple of success reports.tnn1-1/+4
2007-05-20- Change the way pkg_rolling-replace parses version numbers. Everythingtnn2-12/+12
after the last hyphen is the version, not everything after the first occurence of '-[0-9]'. This allows pkg_rolling-replace users to upgrade packages such as font-bitstream-100dpi. - Use INSTALL_MAN, not INSTALL_SCRIPT. Manpages are not executable. - Bump PKGREVISION.
2007-05-19Sync with pkgsrc (1.46).wiz1-4/+5
2007-05-18Silence make. If /sbin/sysctl is static or non-existent, ldd would returnjoerg1-2/+2
an error and make complain rather verbosely. Use || true to hide that error.
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter2-4/+4
packages up to date.
2007-05-15Actually substitute "@ID" with the path to id(1) while creating thetron1-2/+3
shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338.
2007-05-13Added another helpful sentence to the explanation of the "tool vs.rillig1-3/+7
${TOOL}" note.
2007-05-11Prepend ${PREFIX} to default location of mk.conf if we're using bmake.tnn3-11/+17
2007-05-10Bump date of manual page. (avoid wakeup() of wizd)tnn1-2/+2
2007-05-10Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONFtnn3-12/+23
or default to /etc/mk.conf if unset. Bump PKGREVISON.
2007-05-07Fix bug in configure script, noticed by Thorsten Glaser.joerg2-17/+17
2007-05-07Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507.joerg9-4293/+5947
2007-05-01Added BSDOS to the list of supported operating systems and sorted the list.rillig1-2/+2
2007-04-29Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack.tnn1-6/+5
2007-04-28Disable inlined setenv. This needs more work.tnn1-2/+8
2007-04-28typecast return value from malloctnn1-2/+2
2007-04-28Correct resolver prototypes. Add strto(u)ll glue. Provide inlined setenv(3)tnn4-10/+36
2007-04-27Add missing resolver prototypes.tnn3-6/+22
2007-04-25tidy up looptnn1-5/+5
2007-04-24When we're substituting a system-provided header file, use the Ctnn2-6/+24
preprocessor to find out the absolute path of the system header, so that we may include it before we add our customizations. This is especially important when using gcc, due to it's "fixincludes". For example, <math.h> might not be /usr/include/math.h, but instead something like /path/to/gcc/lib/gcc/${MACHINE_GNU_PLATFORM}/include/math.h.
2007-04-24update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from ↵abs1-4/+3
Vladimir Yakovetsky
2007-04-24Note addition of pkgtools/posix_headers.tnn1-1/+2
2007-04-24Add pkgtools/posix_headers version 0.4:tnn6-0/+99
This package attempts to resolve deficiencies in system headers. These deficiencies are commonly found on older operating system releases. When use of posix_headers has been enabled on a platform, this package will become a compile-time dependency for every package. It will provide customized header files that take preference over some system provided ones (that may not even exist). This happens transparently through use of buildlink3.
2007-04-24Update to 4.77. (hi Roland!)tnn2-4/+4
Teach pkglint about OSF1 and HPUX.
2007-04-22Add native X11 support for HP-UX 11.11.tnn3-1/+300
2007-04-20Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64.joerg3-13/+12
2007-04-20re-add fix from r1.11 after synctnn1-2/+3
2007-04-20re-add fix from r1.42 after synctnn1-2/+3