summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09USE_TOOLS+=lexminskim2-3/+4
2006-06-09USE_TOOLS+=yaccminskim1-2/+2
2006-06-09USE_TOOLS+=flexminskim1-2/+2
2006-06-09USE_TOOLS+=lex yaccminskim3-4/+6
2006-06-09Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+15
2006-06-09Make this package build with gcc-4.minskim2-1/+14
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-09Note PKGREVISION bump of libsidplay2.minskim1-1/+2
2006-06-09Add missing files to PLIST.Linux. Bump PKGREVISION.minskim2-1/+5
2006-06-09Make this package build with gcc-4.minskim5-9/+52
2006-06-09Fixed pkglint warnings.rillig1-4/+4
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam14-123/+185
are generated for a target and output them all at once at the conclusion of the target's invocation. The implementation is in bsd.pkg.error.mk, which defines a macro target "error-check" that will print out any non-empty warning and error files in ${WARNING_DIR} and ${ERROR_DIR} and exit appropriately if there were errors. Convert some targets that were just long sequences of ${ERROR_MSG} or ${WARNING_MSG} within a single shell statement to use the new delayed error output via error-check. Modify the compiler "fail" wrappers for C++ and Fortran to be less verbose during invocation. Instead collect the warnings and only print them at the end of the completed phase, e.g. after "configure" and/or "build" completes.
2006-06-09Uh, trim trailing whitespace.he1-5/+5
2006-06-09Show suggested entries for newsyslog.conf.he2-2/+14
Package contents the same, so no revision bump.
2006-06-09Add a message hinting with a sample newsyslog.conf entry.he2-2/+11
Package contents the same, so revision not bumped.
2006-06-09Fixed pkglint warnings.rillig3-21/+20
2006-06-09Fix prototype implementation mismatch and DragonFly specificjoerg4-3/+44
pcap problem. The former could result in different code for LP64, so bump revision.
2006-06-09Uses libintl, so depend on it. Bump revision.joerg1-2/+3
2006-06-09USE_LANGUAGES+=c, because linking is done with cc.rillig1-2/+2
2006-06-09I prefer #none over #empty in USE_LANGUAGES.rillig1-2/+2
2006-06-09Fixed pkglint warnings. Fixed gcc warnings. Bumped PKGREVISION since therillig4-15/+17
unfixed package may silently fail when sizeof(int) != sizeof(long).
2006-06-09Fixed pkglint warnings.rillig4-13/+14
2006-06-09Needs msgfmt.joerg1-1/+2
2006-06-09Sync distinfo with new DISTFILES names.adrianp1-4/+4
2006-06-09Fixed pkglint warnings. Mainly removed the "@" before the installrillig1-20/+23
commands and replaced $$ with $$$$, because it was meant to be the pid of the shell.
2006-06-09In the SCST_COND state, a shell command is expected, so check here forrillig1-3/+3
known and unknown commands, too.
2006-06-09Fixed pkglint warnings.rillig1-12/+13
2006-06-09bsd.prefs.mk only needs to be included once.rillig1-3/+2
2006-06-09Needs perl at build time.joerg1-1/+2
2006-06-09No need to synthesis the package directory from components when ${.CURDIR}jlam1-2/+2
already has the right value.
2006-06-09make sure USE_LANGUAGES is set before including compiler.mkabs1-3/+3
2006-06-09update to package infrastructure (msgfmt.sh) fixed build problemjnemeth1-3/+1
2006-06-09Minor improvements.rillig1-9/+13
2006-06-09update to package infrastructure (msgfmt.sh) fixed build problemjnemeth1-3/+1
2006-06-09Fixed pkglint warnings.rillig2-12/+12
2006-06-09Needs msgfmt.joerg1-2/+2
2006-06-09Needs mkdirhier.joerg1-1/+2
2006-06-09Needs makedepend.joerg1-1/+2
2006-06-09Forgotten patchsum. Detected by wizd(8).joerg1-1/+2
2006-06-09Add qt4-psql (should that be qt4-pgsql?).wiz1-1/+2
2006-06-09Sort.wiz1-2/+2
2006-06-09pkglint says, the :Q operator should not be used in double quotes.rillig1-20/+20
The code here only worked due to many conincidences: Let's assume a variable has the value "a b" and is used with the :Q operator, which results in "a\ b" (a, backslash, space, b). When used in double quotes, the shell command looks like: echo "a\ b" which, depending on the shell, may output the backslash literally or not. In the case of this file, the ":Q" string was not passed to echo(1), but to sed(1). sed(1) in turn interprets (backslash, space) in the replacement text as equivalent to (space), and that's where the backslash finally disappears. So it's only to this coincident that the code worked although it was not correct.
2006-06-08The old syntax for List+ and InternalList+ does not exist anymore.rillig1-5/+2
2006-06-08Fixed pkglint warnings.rillig2-4/+4
2006-06-08Removed temporary code that should not have been committed in my lastshannonjr1-4/+1
update.
2006-06-08Use install framework for info pages. Bump revision.joerg1-1/+4
2006-06-08Needs mkdirhier.joerg1-2/+2
2006-06-08Just hack in all answers instead of assuming that the scripts asksjoerg4-58/+222
the same questions on all platforms. Makes this work on DragonFly.
2006-06-08Fixed some pkglint warnings.rillig3-19/+15
2006-06-08Note update of "glib" package to version 1.2.10nb10.tron1-1/+2