summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Fix PKGNAME.wiz3-4/+6
2008-03-06There's more to do ...rillig1-1/+14
2008-03-06+ jabberd-1.6.1.1rillig1-2/+2
2008-03-06Updated pkgtools/pkglint to 4.85rillig1-1/+2
2008-03-06Updated pkglint to 4.85.rillig1-2/+2
Changes since 4.84: - Fixed the splitting of PKGNAME into PKGBASE and PKGVERSION. - Added a warning about usage of LOCALBASE in packages, provided by jlam.
2008-03-06The LOCALBASE variable should not be used in packages, it should just berillig1-1/+32
defined in mk.conf. Suggested by jlam, who also provided the excellent explanation (see "pkglint -e" for it).
2008-03-06Note some TODO in pkg/38038.obache1-2/+6
2008-03-06After the recent fixes by wiz, the regular expression for splitting arillig1-2/+2
package name into PKGBASE and PKGVERSION has been changed. It treats everything in front of the last hyphen as the package basename and the rest (which will hopefully start with a digit) as the package version. Packages that are affected by this change are for example: * fonts/*-100dpi * lang/elisp-manual: elisp-manual-21-2.8 * mail/postfix-current: postfix-2.6-20080216 * net/flodo: flodo-4-20040907
2008-03-06Updated x11/xflame to 1.1.1nb2obache1-1/+2
2008-03-06Include required header files to use some funcions(malloc, strcpy, exit).obache3-3/+17
Fixes pointer=>int truncate problems on 64bit platforms. Patch provided by Gilles Dauphin in PR 35476. Bump PKGREVISION.
2008-03-06Note removal of tnftp and pax.jlam1-3/+1
2008-03-06Note removal of pkgtools/{pax,tnftp}.jlam1-1/+3
2008-03-06+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer differentjlam9-119/+83
from archivers/pax and net/tnftp, respectively. In the past, the pkgtools version of these packages installed into ${PKG_TOOLS_BIN}, but this was changed in: pkgtools/pax/Makefile:1.15 pkgtools/tnftp/Makefile:1.3 + Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common by merging them into their respective Makefiles. The Makefile.common files existed solely for inclusion by the pkgtools versions of these packages, but with the removal of those packages, these files are now unnecessary. + Add full DESTDIR support to archivers/pax and net/tnftp. + Modify the bootstrap to build archivers/pax and net/tnftp instead of the pkgtools versions of these packages.
2008-03-06Sort.obache1-2/+2
2008-03-06Alignment of variable values should be done with tabs, not spaces.obache1-5/+5
2008-03-05Fix PKGNAME.wiz1-2/+2
2008-03-05Note Java updates.tnn1-1/+8
2008-03-05Update to Java 6.0 Update 5. Security update that fixes multiple recentlytnn5-18/+26
reported vulnerabilities. * http://java.sun.com/javase/6/webnotes/ReleaseNotes.html#160_05
2008-03-05+ Include termcap.buildlink3.mk instead of curses.buildlink3.mk becausejlam3-45/+4
gtexinfo only needs the t*() termcap functions (info/terminal.c). + Drop patch-ad. The custom termcap code it added is now automatically handled by termcap.buildlink3.mk. Also the modification to the function signature for output_character_function is wrong -- tputs does expect "int (*)(int)". Bump the PKGREVISION to 1.
2008-03-05Update to Java 5.0 Update 15. Security update that fixes multiple recentlytnn4-20/+20
reported vulnerabilities. * http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_15
2008-03-05Update to 1.4.2 Update 17. Security update that fixes multiple recentlytnn5-18/+18
reported vulnerabilities. * http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_17
2008-03-05Updated www/drupal to 5.7adrianp1-1/+2
2008-03-05Drupal 5.7adrianp2-6/+6
* 208700 by pwolanin. Fix bad backport of #194579. Modified to use Form API. * 118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot. Backport by Bart Jansens. * Patch 115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'. * 209409 by Heine, webernet, dww: more accurate register globals value checking
2008-03-05Fix post-install-perl target to honor "user-destdir".jlam1-2/+2
2008-03-05Add TODO item from PR pkg/38178.tnn1-1/+3
2008-03-05+ Include termcap.buildlink3.mk to pull in the correct library tojlam1-1/+3
provide tgetent(). Bump the PKGREVISION to 1.
2008-03-05fix a botched pointer comparision which fails if the pointer differencedrochner3-2/+17
overflows the signed integer range, this fixes font problems in PDF creation for me, bump PKGREVISION
2008-03-05fix some format string problems, should fix CVE-2008-0072drochner3-3/+44
(There is no exact information available, so I've patched all uses of non-constant strings as format specifiers.) bump PKGREVISION
2008-03-05We don't need to strip out "-lncurses" anymore -- termcap.builtin.mkjlam1-5/+1
since revision 1.3 will automatically remove it for us from the command line if we're not using curses as the terminal library.
2008-03-05Just use extern declarations of tgetent() and tgetnum() instead ofjlam2-12/+12
figuring out whether to include <termcap.h> or <curses.h> and <term.h>.
2008-03-05+ Include termcap.buildlink3.mk instead of using ${OPSYS} to guess atjlam3-16/+8
the right terminal library. Bump the PKGREVISION of www/w3m and www/w3m-img to 2.
2008-03-05TERMCAP_TYPE isn't really a variable that you can set, so add it tojlam1-2/+2
BUILD_DEFS_EFFECTS instead of BUILD_DEFS.
2008-03-05Honor CFLAGS and LDFLAGS, and include termcap.buildlink3.mk to get thejlam1-2/+7
correct library to use for the t*() termcap functions. Bump the PKGREVISION to 1.
2008-03-05Add full DESTDIR support.jlam1-2/+4
2008-03-05+ Use the correct termcap library instead of hardcoding -ltermcap.jlam1-5/+6
Bump the PKGREVISION to 5. + Add full DESTDIR support.
2008-03-05+ Remove patch-aa which only changed the directory into which thejlam3-30/+13
package installs the config file at installation time. The simpler solution is to override sysconfdir via INSTALL_MAKE_FLAGS to point to the example files directory. + Instead of using custom termcap/curses detection/overriding logic in the package Makefile, simply allow termcap.buildlink3.mk (included indirectly via readline/buildlink3.mk) to do the right thing. Bump the PKGREVISION to 1. + Add full DESTDIR support. + Simplify the post-install target.
2008-03-05+ Fix error in previous commit -- too much of the termcap buildlinkjlam2-35/+38
code was moved to the builtin.mk file. The buildlink3.mk file should contain the bits that always apply to all packages that include it. The builtin.mk file should include the bits that only apply if "termcap" is listed in ${BUILDLINK_PACKAGES} (this isn't the case if we use curses to replace termcap). As such, redistribute the code as follows: + Move the parts that remove -l options for terminal libraries we don't support, as well as for transforming "-ltermcap" into the appropriate libraries, from the builtin.mk back into the buildlink3.mk. + Leave the parts the remove -lcurses and -lncurses in the builtin.mk. We can remove the ${TERMCAP_TYPE} == "curses" check since that part of the file is protected by CHECK_BUILTIN.termcap, so it should only be triggered if "termcap" is in BUILDLINK_PACKAGES, which only happens if ${TERMCAP_TYPE} isn't "curses".
2008-03-05flightgear-1.0.0 is in pkg/38160.obache1-2/+2
2008-03-05+ Include termcap.buildlink3.mk instead of using a custom (wrong) termcapjlam1-13/+10
detection method in the package Makefile. Bump the PKGREVISION to 3. + Add full DESTDIR support.
2008-03-05+ libdca-0.0.5 [pkg/38167]obache1-1/+2
2008-03-05Remove gaim and related packages. The gaim project was renamed to pidgin,tnn24-859/+6
see the chat/pidgin* packages.
2008-03-05+ Like many other packages that pull in readline/buildlink3.mk, thejlam1-2/+4
extra LIBS+=-ltermcap was there solely for readline. Remove it since termcap.buildlink3.mk (pulled in via readine/buildlink3.mk) handles everything for us. Bump the PKGREVISION to 1. + Add full DESTDIR support.
2008-03-05The libgadu.la library makes no reference to ncurses or readline, sojlam1-3/+1
remove them from the buildlink3.mk file. The only part of ekg that uses ncurses and readline is the UI binary ekg itself.
2008-03-05Add full DESTDIR support.jlam4-13/+15
2008-03-05xbacklight was imported as x11/xbacklightobache1-5/+1
2008-03-05update to 8.62, fixes a buffer overflow (CVE-2008-0411)drochner3-8/+44
(it appearently doesn't fix the font embedding problems in PDF generation reported recently)
2008-03-05Updated mail/dovecot to 1.0.11, 1.0.12.ghen1-1/+3
2008-03-05Update to Dovecot 1.0.12.ghen2-6/+6
- Using mail_privileged_group with dotlock_use_excl=no worked, but it logged "access denied" errors.
2008-03-05+ Only remove -lcurses and -lncurses in BUILDLINK_TRANSFORM if thejlam2-33/+40
package does not use either curses or ncurses. We determine this by inspecting BUILDLINK_PACKAGES and looking for "curses" and "ncurses". + Because the above logic uses BUILDLINK_PACKAGES, the code must be moved from termcap.buildlink3.mk into termcap.builtin.mk where it is safe to inspect BUILDLINK_PACKAGES.
2008-03-05+ Drop ncurses dependency because it was only there for readline onjlam3-7/+23
Linux. The readline buildlink3.mk file now pulls in the correct dependencies on its own. + Actually tell the configure script to use the readline dependency. + Add patch-ac which fixes the declaration of readline() to match the readline.h header (it takes a const char * argument). + Add full DESTDIR support. Bump the PKGREVISION to 2.