Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-20 | Use ${MAKE}, not make | bouyer | 3 | -9/+32 | |
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix a 'cd exports ; ln -sf include X11' with a - XXX still doesn't build out of the box on solaris, because of issues with the openwin imake config. | |||||
2004-03-20 | Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR in | bouyer | 2 | -10/+11 | |
Makefile. Pointed out by wiz@ | |||||
2004-03-20 | Solaris fixes: | bouyer | 3 | -23/+35 | |
- this package uses msgfmt - locale files are always installed in share/locale - don't depend on libusb on solaris - libsane-pint and libsane-sm3600 are not installed on solaris | |||||
2004-03-20 | Fix build on Linux. From Antonio Marques in PR pkg/24852. | snj | 2 | -1/+13 | |
2004-03-19 | Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because it | ben | 2 | -8/+2 | |
was done incorrectly and because it was disruptive to the pkgsrc freeze. Will fix this correctly after the freeze is finished. | |||||
2004-03-18 | Install lib/pkgconfig/libpng12.pc, otherwise "pkgconfig --list-all" will | ben | 2 | -2/+8 | |
fail with an error if imlib2 is installed. | |||||
2004-03-18 | Sync MESSAGE with reality, based on suggestion by Jeremy C. Reed | xtraeme | 1 | -4/+8 | |
and Michal Pasternak; PR pkg/24582. | |||||
2004-03-18 | Capitalize COMMENT. | jmmv | 1 | -2/+2 | |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 32 | -96/+64 | |
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES. | |||||
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 2 | -2/+4 | |
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>. | |||||
2004-03-16 | BUILDLINK_DEPENDS.<pkg> should be appended to, not set. | jlam | 2 | -4/+4 | |
2004-03-16 | Add ruby to CATEGORIES. | taca | 2 | -4/+4 | |
2004-03-15 | When building graphics/MesaDemos, Pass the correct rpath flags to the | jlam | 3 | -6/+6 | |
compiler so that the X11R6 libraries are found at run-time. Bump the PKGREVISION to 1. | |||||
2004-03-15 | Move the definitions of MESA_REQD and _MESA_REQD to Mesa/version.mk and | jlam | 5 | -56/+57 | |
modify {MesaLib,glu}/{buildlink3,builtin}.mk accordingly. Also add the dependency on {MesaLib,glu}>=${_MESA_REQD} to the builtin.mk files so that we correctly check the built-in Mesa version against the dependency requirements. | |||||
2004-03-15 | Fix pasto: s/gcc/MesaLib/g. No functional change. | jlam | 1 | -3/+3 | |
2004-03-15 | Remove false comment after latest buildlink3/builtin changes. | jlam | 1 | -4/+1 | |
2004-03-15 | bl3ify | xtraeme | 1 | -3/+3 | |
2004-03-14 | Spelling fix. | snj | 2 | -2/+2 | |
2004-03-14 | Revert kghostview Makefile.{am,in} to the -3.2.0 version as the latest | markd | 5 | -7/+720 | |
version produces a kghostview that fails to run on NetBSD and the reason for the change (Debian packaging issues) shouldn't effect us. Bump PKGREVISION. | |||||
2004-03-13 | Bump PKGREVISION after last fix, as pointed out by wiz@. | cube | 1 | -2/+2 | |
2004-03-13 | io-ppm uses '%i' with sscanf in order to parse what should always be a | cube | 2 | -1/+24 | |
decimal number, according to the specification. As a result, it fails to correctly parse file created with numbers printed with leading 0. Reported and fix provided in PR 24759 by Enami Tsugutomo. | |||||
2004-03-13 | USE_LANGUAGES= c c++ | abs | 1 | -1/+2 | |
2004-03-12 | Remove avi-xmms. | snj | 1 | -2/+1 | |
2004-03-12 | This package is not very useful and depends on avifile, which does not | snj | 4 | -36/+0 | |
build. It'd be nice if someone felt like fixing/upgrading avifile. In any case, say goodbye to avi-xmms. Okayed by maintainer, xtraeme@. | |||||
2004-03-12 | Use bl3 and ${SED} instead of sed. | snj | 1 | -20/+20 | |
2004-03-12 | Moved to pkgsrc/graphics/skencil. | jmmv | 5 | -708/+0 | |
2004-03-12 | Rename sketch to skencil. | jmmv | 1 | -2/+2 | |
2004-03-12 | Reimport sketch as skencil, since the project has changed its name. | jmmv | 5 | -0/+708 | |
This is version 0.6.16. | |||||
2004-03-12 | Update to 0.6.16: | jmmv | 7 | -152/+141 | |
* New name: "Skencil". * New look with new icons by Taiabati. * Support for Python 2.3. * WMF export, Updated CGM filters. | |||||
2004-03-12 | Fix build with gcc3 and use bl3. | snj | 3 | -10/+40 | |
2004-03-12 | Added buildlink3.mk file. Used by new databases/gramps. | reed | 1 | -0/+23 | |
2004-03-11 | bl3ify | jlam | 2 | -3/+23 | |
2004-03-10 | Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN. | jlam | 1 | -4/+4 | |
2004-03-10 | Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks | jlam | 4 | -28/+1 | |
and by pkgsrc folks. | |||||
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 8 | -386/+321 | |
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software. | |||||
2004-03-10 | File removed, we are now using buildlink3 | martti | 2 | -51/+0 | |
2004-03-10 | bl3ify | xtraeme | 2 | -3/+24 | |
2004-03-10 | bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. | xtraeme | 2 | -3/+25 | |
2004-03-10 | bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@ | xtraeme | 2 | -3/+24 | |
2004-03-10 | Updated XFce to 4.0.4 | martti | 3 | -6/+8 | |
* Bug fixes * Translation updates | |||||
2004-03-09 | This package needs a kernel patch, so I printed message. | hamajima | 4 | -2/+44 | |
2004-03-09 | Update to KDE 3.2.1. | markd | 3 | -6/+9 | |
Changes: KSVG: fixed crash when creating a new Konqueror tab while viewing an SVG file | |||||
2004-03-09 | Fix conflict between graphics/feh and audio/cam by renaming cam to feh_cam. | rh | 2 | -5/+8 | |
Fix the Perl path for feh_cam. Bump PKGREVISION for feh. Add CONFLICTS= feh<1.2.6nb3 to audio/cam. | |||||
2004-03-08 | Enable tk84 and replace x11/tk with x11/tk83. Packages compatible | minskim | 7 | -14/+14 | |
with 8.4 will be updated to depend on x11/tk after Tk update. | |||||
2004-03-08 | Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will | minskim | 3 | -6/+6 | |
be updated to depend on lang/tcl after Tcl/Tk update. | |||||
2004-03-08 | Handle some shared directories by depending on (or updating dependancies to | jmmv | 17 | -39/+53 | |
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION. | |||||
2004-03-07 | Create directories before installing man pages. Required by pkgviews | minskim | 1 | -1/+3 | |
installation. | |||||
2004-03-07 | Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation | jmmv | 1 | -2/+2 | |
database. | |||||
2004-03-07 | update qcamview to 0.4. | hamajima | 4 | -11/+31 | |
2004-03-07 | New package for cpia2view-0.03, software for use with USB cameras based CPiA2 | hamajima | 4 | -0/+53 | |