Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-27 | Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses | wiz | 2 | -1/+15 | |
part of PR 30053. No PKGREVISION bump because most people won't care. | |||||
2005-04-27 | Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses | wiz | 2 | -1/+15 | |
part of PR 30053. No PKGREVISION bump because most people won't care. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-09 | Add missing blank line at top of patch file. | jmmv | 2 | -3/+4 | |
2005-03-09 | Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put the | jmmv | 1 | -7/+3 | |
version number where appropriate. They are useless. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-24 | Move inclusion of bsd.prefs.mk much further down in the file. | tv | 1 | -7/+7 | |
2005-01-13 | Changes 0.5.17: | adam | 6 | -64/+38 | |
* Bug fixes | |||||
2004-12-04 | Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed | jlam | 1 | -1/+2 | |
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes. | |||||
2004-11-12 | Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added | jlam | 3 | -15/+8 | |
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script). | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 2 | -24/+3 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-05-05 | Unused. | wiz | 1 | -37/+0 | |
2004-04-22 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
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-11 | Needs lex and yacc for build. | reed | 1 | -2/+2 | |
(Also should depend on gindent, but not fixed here.) | |||||
2004-03-08 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -6/+9 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -3/+3 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -5/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -9/+1 | |
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. | |||||
2004-01-31 | Override config.guess and config.sub (necessary for mipseb-* targets). | sekiya | 1 | -1/+9 | |
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 | bl3ify | jlam | 2 | -6/+26 | |
2004-01-12 | remove a Solaris hack that is no longer needed, as the buildlink2 | grant | 1 | -7/+1 | |
fake-la bug has been fixed. | |||||
2003-12-16 | Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build. | sketch | 4 | -14/+47 | |
2003-12-04 | Bump PKGREVISION (libIDL-0.8.2) | xtraeme | 1 | -2/+2 | |
2003-10-18 | Add RCS IDs | cjep | 1 | -0/+1 | |
2003-10-09 | I am not really maintaining this one; drop to tech-pkg. | wiz | 1 | -2/+2 | |
2003-10-07 | Build orbit-ird dynamic, not static. | hubertf | 2 | -7/+7 | |
This makes this package compile on Solaris and Linux (plus - hey! - static linking is really from the past millennium!) Fixes PR 23032. | |||||
2003-09-26 | Workaround to allow ORBit to link against libpthread.so on Solaris. | gavan | 1 | -1/+7 | |
2003-08-29 | Use the IOV_MAX fix only in NetBSD | martti | 2 | -7/+10 | |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-03 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
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-07-11 | use PTHREAD_LDFLAGS instead of -lpthread for portability, and | grant | 3 | -5/+6 | |
include pthread.buildlink2.mk. | |||||
2003-07-10 | parens style nits | grant | 1 | -2/+2 | |
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-01-19 | Replace wrap_writev with a simpler solution (old one had some problems). | wiz | 3 | -43/+13 | |
Fixes endless loop problems. Report and suggestion by Greg Troxel gdt at ir bbn com in private mail; some comments by Alistair Crooks; patch reviewed and okayed by Jaromir Dolecek. Bump PKGREVISION to 3. | |||||
2003-01-04 | share/idl is a shared directory between ORBit and ORBit2, so manage it | jmmv | 1 | -2/+2 | |
properly. | |||||
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-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-11-26 | Bump the PKGREVISION as a result of conditionalizing the gindent | jlam | 1 | -2/+2 | |
dependency. | |||||
2002-11-25 | * NetBSD's (and most likely Linux's) indent program is sufficient for ORBit, | jlam | 4 | -18/+63 | |
so don't depend on devel/gindent on these two platforms. * USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO. * Don't use the hackish test for libwrap supplied in the configure script. Instead, just specify the necessary variables to link against libwrap in the package Makefile. This closes PR 18712 by Greg A. Woods. | |||||
2002-10-30 | Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. | rh | 4 | -26/+4 | |
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> |