Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-05 | Use ${VARBASE} instead of /var. | minskim | 1 | -2/+2 | |
2004-05-10 | - Replace USE_X11BASE with USE_X11 and do not create a symlink in | minskim | 2 | -15/+7 | |
LOCALBASE. - Remove unnecessary references to X11BASE and LOCALBASE. - Enable pkgviews installation. OK'ed by tron@, the maintainer. | |||||
2004-05-05 | Convert to buildlink3. | snj | 1 | -53/+0 | |
2004-05-04 | make this build with recent versions of zlib | danw | 2 | -1/+15 | |
2004-04-14 | Make use of the new USE_DIRS variable, instead of directly depending on the | jmmv | 1 | -2/+2 | |
*-dirs packages. | |||||
2004-03-26 | Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to | jlam | 1 | -2/+1 | |
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists. | |||||
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -5/+2 | |
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-12 | Support using BDB_TYPEs other than native. | jlam | 1 | -9/+13 | |
2004-03-12 | buildlink3.mk files shouldn't include buildlink2.mk files. | jlam | 1 | -4/+2 | |
2004-03-10 | Convert to use bdb.buildlink3.mk. | jlam | 1 | -2/+2 | |
2004-03-08 | Handle some shared directories by depending on (or updating dependancies to | jmmv | 1 | -3/+3 | |
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -12/+15 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-18 | Rename some installed pixmaps so that this does not conflict with libgnomeui. | jmmv | 5 | -9/+127 | |
Bump PKGREVISION to 2. Found by wiz@. | |||||
2004-02-18 | Remove etc/sound/events and etc/sound iff they are emtpy, since they may be | jmmv | 1 | -3/+3 | |
shared with some other gnome2 packages in some scenarios. | |||||
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -3/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-22 | Match db/buildlink*.mk handling from buildlink2.mk. | jlam | 1 | -2/+6 | |
2004-01-22 | bl3ify | jlam | 2 | -9/+33 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 2 | -3/+4 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-10-29 | pkglint: no consecutive empty lines. | wiz | 1 | -2/+1 | |
2003-10-29 | Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris. | gavan | 1 | -2/+4 | |
2003-09-12 | update to 1.4.2 | drochner | 3 | -10/+9 | |
didn't find a useful changelog, most likely it is a bugfix release only; I'm only touching it because newer gnomemm/gnome-- want it, and gnomemm/gnome-- needs to be fixed to compile with gcc3 | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-05-30 | Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle | jmmv | 2 | -5/+5 | |
the shared share/mime-info directory. Bump PKGREVISION. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-02-05 | gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have | jlam | 1 | -2/+2 | |
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles. | |||||
2003-01-30 | Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to not | jmmv | 2 | -6/+7 | |
remove them). Bump PKGREVISION. | |||||
2003-01-14 | Move documentation installed under share/gtk-doc/html to share/doc/html. | jmmv | 2 | -39/+39 | |
Also avoid possible detection of gtk-doc. Bump PKGREVISION to 2. | |||||
2003-01-10 | USE_PKGLOCALEDIR=yes | cjep | 1 | -1/+2 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -7/+7 | |
2002-11-18 | Use new db-1.85-handling in databases/db/buildlink2.mk instead of the weird | jlam | 1 | -16/+3 | |
replacement of "-ldb" in the configure script. | |||||
2002-10-23 | test -e doesn't work on solaris, use test -f | bouyer | 1 | -2/+2 | |
2002-10-23 | Gnome needs db2 on solaris, add databases/db/buildlink2.mk | bouyer | 1 | -1/+6 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+10 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-08 | Unused. | wiz | 1 | -95/+0 | |
2002-09-23 | IDL files must be added to BUIDLINK_FILES because the IDL files are | jlam | 1 | -1/+8 | |
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 8 | -20/+61 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-01 | Remove another instance of bogus Linux symbol handling to fix build | tron | 2 | -1/+15 | |
problems under NetBSD-current. | |||||
2002-07-14 | Add IDL includes to buildlinked files | rh | 1 | -3/+12 | |
2002-07-01 | Don't try to install a file which hasn't been generated. Sync PLIST. | agc | 3 | -3/+16 | |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! | |||||
2002-05-08 | Some packages like glib2, atk, etc., also use share/gtk-doc/html, so | wiz | 1 | -3/+3 | |
don't remove the directory unconditionally. | |||||
2002-05-05 | Fix patch-ay, which seems to have been merged completely wrong by the | martin | 2 | -22/+24 | |
last update. This prevents crashes when opening URLs (i.e. by selecting "Open in browser" in the gnome-terminal context menu) | |||||
2002-03-29 | regen (patch-ac--) | wiz | 1 | -2/+1 | |
2002-03-29 | tidy -- remove 0-byte file | windsor | 1 | -0/+0 | |
2002-03-26 | Add config wrapper replacement rules for new include/gnome-1.0 subdirectory | rh | 1 | -4/+6 | |