Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+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-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -3/+6 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-27 | Fix PR pkg/24464 again. We need to patch config.status instead of | kristerw | 1 | -2/+2 | |
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk. | |||||
2004-02-19 | The name for the real config.status script is "config.status.overridden". | jlam | 1 | -2/+2 | |
That's the script that we need to patch for our special glib version numbering handling. This fixes PR 24464. | |||||
2004-02-19 | Whitespace nits. | jlam | 1 | -8/+8 | |
2004-02-15 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -4/+4 | |
2004-02-09 | Increment pkgrevision. | mjl | 1 | -2/+2 | |
2004-02-08 | Make FreeBSD patch for ld.so semantic differences between linux and bsd | mjl | 3 | -14/+14 | |
apply for NetBSD too: this closes PR/21452 (problem with gnucash not finding its symbols in dynamically loaded modules) for -currentish installations (this needs RTLD_DEFAULT support in ld_elf.so). 1.6 installations still suffer unless a -current ld_elf.so and /usr/include/dlfcn.h are installed, sorry. Make other FreeBSD-specific patch apply too since it looks sensible (adds error checking). | |||||
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 | |
overridden. | |||||
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-05 | bl3ify | jlam | 1 | -3/+5 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -9/+6 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+23 | |
buildlink3 framework. | |||||
2003-12-29 | improve descriptions of glib/gtk packages. taken straight from | grant | 1 | -8/+4 | |
www.gtk.org. | |||||
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -3/+2 | |
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... | |||||
2003-09-05 | Make this work on FreeBSD 5.x systems, where SC_GETPW_R_SIZE_MAX | xtraeme | 3 | -1/+39 | |
still is not implemented. This closes my own PR pkg/21909. Reviewed by wiz@ | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-12 | use TEST_TARGET instead of custom test target | dillo | 1 | -5/+3 | |
2003-06-23 | If USE_NEW_TEXINFO, TEXINFO_OVERRIDE is not needed anymore (hi Julio) | seb | 1 | -2/+1 | |
2003-06-23 | Convert to USE_NEW_TEXINFO. | jmmv | 2 | -5/+3 | |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -4/+4 | |
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. | |||||
2003-05-02 | Remove workaround for broken glib.h; buildlink2.mk already depends on a ↵ | wiz | 1 | -16/+1 | |
fixed version. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-03-04 | Make the last fix conditional, fix typo, delint. Bump PKGREVISION. | salo | 2 | -20/+24 | |
2003-03-04 | Pre-set the value of the configure test glib_cv_rtldglobal_broken to | nathanw | 1 | -1/+5 | |
avoid running the test. The test, which calls dlopen("libpthread.so"), fails on NetBSD for reasons unrelated to what it is trying to detect, glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work. This method of fooling configure suggested by Ron Roskens on tech-pkg. Addresses PR pkg/20050 ("galeon fails to load at run-time"). | |||||
2003-01-02 | The lib/pkgconfig has been added to the list of standard directories, so do | jmmv | 1 | -2/+1 | |
not try to remove it, even if empty. | |||||
2002-12-19 | update MASTER_SITES. | grant | 1 | -2/+1 | |
2002-11-14 | gtk/buildlink.mk was the last user of glib/buildlink.mk. | jlam | 1 | -70/+0 | |
2002-10-30 | Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. | rh | 5 | -39/+5 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-13 | Still one user (dylan-*). | wiz | 1 | -0/+70 | |
2002-10-13 | Unused. | wiz | 1 | -70/+0 | |
2002-09-10 | USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does. | jlam | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 8 | -9/+51 | |
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-08 | These packages install libraries that differ from previous versions if they | jlam | 1 | -2/+2 | |
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones. | |||||
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 2 | -8/+4 | |
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk. | |||||
2002-07-19 | Get the path right... | mycroft | 2 | -5/+5 | |
2002-07-19 | Fix LP64 bugs in testgthread, so `make check' works. | mycroft | 2 | -1/+19 | |
2002-07-18 | Patch the various pkgconfig files to include proper -Wl,-R options. | rh | 5 | -3/+40 | |
Bump PKGREVISION | |||||
2002-06-12 | Use ${GREP}, and update message. | wiz | 1 | -3/+3 | |
2002-05-18 | Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org> | zuntum | 1 | -2/+2 | |
2002-05-07 | Bump to 1.2.10nb1 to have a version that definitely does not have the | wiz | 1 | -1/+2 | |
NULL problem. Better very late than never. | |||||
2002-03-26 | Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Also | jlam | 1 | -2/+3 | |
change "true" to "${TRUE}". | |||||
2002-03-21 | add a test target to run the packages self checks. | dmcmahill | 1 | -1/+5 | |
2002-03-19 | don't always @dirrm include/glib since glib2 headers might be in there too. | dmcmahill | 2 | -4/+4 | |
also only buildlink the headers associated with this version of glib instead of all versions. These 2 changes are in preparation for glib2. | |||||
2002-03-18 | Add a workaround for broken 1.2.10 installations [see pkg/14150]. | wiz | 1 | -1/+16 | |
Improved by some comments by tron. |