summaryrefslogtreecommitdiff
path: root/net/libIDL
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin1-2/+1
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-12-23Reset maintainer for resigned developers.wiz1-2/+2
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2010-04-13update to 0.8.14drochner2-6/+6
changes: minor cleanup
2010-01-16Added LICENSE.heinz1-1/+2
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update to 0.8.13drochner2-7/+6
changes: * Clean up some warnings from sparse/gcc * Makefile.am: Put local includes first
2008-12-16Update to 0.8.12:wiz3-29/+6
libIDL 0.8.12: * Fix the build with bison 2.4
2008-11-08patch-aa: GNOME bug #559395: fix build w/ bison-2.4.tnn2-1/+24
2008-09-06Update to 0.8.11:wiz2-6/+6
=========================== 0.8.11 ======================== 2008-06-02 Tor Lillqvist <tml@novell.com> Bug 536165 - Make libIDL correctly parse cl's pre-processor output * lexer.l: Further change needed when using MSVC's cl.exe as the preprocessor. Patch by Marcelo Vanzin. 2008-05-19 Tor Lillqvist <tml@novell.com> Bug 522697 - Patch: make libIDL work with Microsoft's compilers Patch by Marcelo Vanzin, applied with modifications. * configure.in: Define Automake confitional OS_WIN32. * Makefile.am: Use --export-symbols libIDL.def on Windows. * Makefile.msc.in: Significant changes. Build a DLL with the same name as libtool does. Use pkg-config. * util.c: Make it work also in the !HAVE_CPP_STDIN && !HAVE_SYMLINK case. * util.h: Make __IDL_tmp_filename const. * include/libIDL/IDL.h.in: Rework the dllimport logic. Use LIBIDL_VAR to decorate imported variables, similar to GLIB_VAR. Unlike Marcelo's patch, I decided not to decorate functions. Maybe later I can be convinced it would be a good idea, but for now just use the .def file to export them and let them be imported automatically. * README.win32 * libIDL.def: Update. 2008-03-18 Christian Persch <chpe@gnome.org> * configure.in: Update glib version req. Bug #517088, patch by Mart Raudsepp.
2008-02-13update to 0.8.10drochner2-6/+6
changes: small compatibility improvements
2007-09-18update to 0.8.9drochner2-6/+6
changes: bugfix in the parser error handler
2007-03-13update to 0.8.8drochner2-6/+6
change: drop spec file
2006-11-03DESTDIR support.joerg1-1/+2
2006-08-03update to 0.8.7drochner2-7/+6
changes: -code cleanup -Handle IDLN_WIDE_CHAR, IDLN_WIDE_STRING and IDLN_SRCFILE in IDL_tree_free()/IDL_tree_free_real()
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-14Added appropriate TEST_TARGET.heinz1-1/+3
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam2-3/+4
PKGINFODIR.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-18Changes 0.8.6:adam2-17/+15
* Support for building on Win32 (Tor Lillqvist)
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-23This package actually wants "flex", not just "lex".jlam1-2/+2
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-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-06Update to 0.8.5:jmmv2-6/+5
* use modern automake rather than 1.4 (James Henstridge) * Fix a couple of warnings from sparse (Kjartan Maraas) * Fix parsing of 'const octet' (Jules Colding)
2004-11-06The ORBit developers have found issues with sunpro's cpp and recommend usingsketch1-1/+8
/usr/lib/cpp with that compiler on Solaris instead. See http://mail.gnome.org/archives/orbit-list/2002-September/msg00035.html and related posts for more information. orbit-idl-2 now compiles devel/libbonobo correctly on Solaris/sunpro.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+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.jlam1-5/+1
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-09-02Update to 0.8.4:jmmv2-6/+5
* Fix aclocal quotation issue (Tomasz K³oczko)
2004-05-31Enable pkgviews installation.xtraeme1-1/+3
2004-04-26Unused.wiz1-22/+0
2004-04-17Fix build on sparc64 with gcc2.snj1-1/+4
2004-04-01Bump PKGREVISION to 1 due to glib2 update.jmmv3-6/+6
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-22Add HAVE_YACC=yes to configure environment.reed1-1/+2
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).