summaryrefslogtreecommitdiff
path: root/net/ORBit
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-08-18fix config.h to include <alloca.h> if found (ORBIT_HAVE_ALLOCA_H wasgrant2-7/+11
not being defined, so alloca.h was never included). fixes build with sunpro.
2005-08-18this needs flex (not lex) to build.grant1-2/+2
2005-08-18whitespace fixgrant1-2/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-09Add missing blank line at top of patch file.jmmv2-3/+4
2005-03-09Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put thejmmv1-7/+3
version number where appropriate. They are useless.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-24Move inclusion of bsd.prefs.mk much further down in the file.tv1-7/+7
2005-01-13Changes 0.5.17:adam6-64/+38
* Bug fixes
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam3-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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-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-05Unused.wiz1-37/+0
2004-04-22Enable pkgviews installation.minskim1-1/+3
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-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-11Needs lex and yacc for build.reed1-2/+2
(Also should depend on gindent, but not fixed here.)
2004-03-08Remove info files entries from PLIST.seb1-2/+1
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-5/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-9/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-31Override config.guess and config.sub (necessary for mipseb-* targets).sekiya1-1/+9
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-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-22bl3ifyjlam2-6/+26
2004-01-12remove a Solaris hack that is no longer needed, as the buildlink2grant1-7/+1
fake-la bug has been fixed.
2003-12-16Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build.sketch4-14/+47
2003-12-04Bump PKGREVISION (libIDL-0.8.2)xtraeme1-2/+2
2003-10-18Add RCS IDscjep1-0/+1
2003-10-09I am not really maintaining this one; drop to tech-pkg.wiz1-2/+2
2003-10-07Build orbit-ird dynamic, not static.hubertf2-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-26Workaround to allow ORBit to link against libpthread.so on Solaris.gavan1-1/+7
2003-08-29Use the IOV_MAX fix only in NetBSDmartti2-7/+10
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-03Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-07-11use PTHREAD_LDFLAGS instead of -lpthread for portability, andgrant3-5/+6
include pthread.buildlink2.mk.
2003-07-10parens style nitsgrant1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-01-19Replace wrap_writev with a simpler solution (old one had some problems).wiz3-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-04share/idl is a shared directory between ORBit and ORBit2, so manage itjmmv1-2/+2
properly.
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.