summaryrefslogtreecommitdiff
path: root/net/xipdump
AgeCommit message (Collapse)AuthorFilesLines
2010-02-11DESTDIR supportjoerg3-9/+13
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2007-10-09Remove trailing spaces.martti1-2/+2
2007-09-21Actually *fix* it this timeadrianp1-4/+2
2007-09-21Fix error from libnet10-config on ./configureadrianp1-4/+12
Fix permissions on installed files Problem noted by Dan McMahill PKGREVISION++
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2007-02-19Modular Xorg support.joerg1-2/+2
2007-02-18buildlink updates and patches to handle the new libnet package structureadrianp1-6/+4
bump PKGREVISION
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
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-02-24Fix errno.joerg2-1/+14
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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-10-16Update MASTERSITE and HOMEPAGEtonio1-4/+3
Fix PR 31819
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19Defer evaluation of LIBNET_CFLAGS until CFLAGS is put into the environmenttv1-4/+4
(after dependencies are handled).
2005-03-02Fix build -- `foo` in CFLAGS does not seem to work anymore.wiz1-5/+5
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05Fix BUILDLINK_DEPENDS.libnet for bulk-buildsadrianp1-2/+2
2005-01-28Force all current packages using the libnet 1.0.x tree to use aadrianp1-1/+3
verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
2004-12-04Fix build. Convert to buildlink3.wiz1-4/+5
2004-06-01MASTER_SITE moved.recht1-3/+3
Comment out the homepage since it's unavaible and I didn't find a new one. Addresses PR 25781 by Jim Spath.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2003-10-29Minimum required version of libnet is now 1.0.1bnb3.cube1-2/+2
XXX This package should be buildlink2-ified
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-06-27Make this package xpkgwedge-friendlyagc2-1/+15
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-10Make this build&work on Alpha.pooka2-1/+15
Fix suggested by Alistair Crooks
2000-09-09Fix configure script to first determine if we are on a bigendian system orwiz3-15/+78
not, and only then set the corresponding variables. Addresses pkg/9803.
2000-08-17wildcard dependency on libnetwiz1-2/+2
2000-01-10replaced a whole lot more commands with ${COMMAND}wiz1-2/+2
1999-12-24Update xipdump to 1.5.4.sakamoto3-9/+6
Changes from version 1.5.2: * install feature for Xipdump.ad resources file. * Add include <netinet/in.h> in xipnet.c * Added specific support for local interface.
1999-11-16Update xipdump to 1.5.2.sakamoto2-4/+4
Changes: * Solaris port from Josh Wilmes <josh@hitchhiker.org>.
1999-11-16regensakamoto1-1/+2
1999-11-15Initial import of xipdump-1.5.1.sakamoto9-0/+99
displays IP packets using X Window System