summaryrefslogtreecommitdiff
path: root/x11/eterm
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-09Make this package build on Mac OS X.agc2-7/+31
2008-04-03Fix eterm default X11 display vulnerability (CVE-2008-1142).tonnerre3-2/+34
Approved-by: jlam
2008-01-27Set PKG_SUPPORTED_OPTIONS to an empty list if we are not on i386. Fixesrillig1-2/+3
PR 37883.
2007-01-14Modular Xorg support.joerg1-2/+5
2006-12-08share/Eterm/gdb.scr missing from PLIST; thanks joerg.sketch1-1/+2
2006-12-08Forgot to remove this file during previous update; thanks joerg.sketch1-16/+0
2006-11-25Update Eterm to 0.9.4, lots of bugfixes (especially fixing colourmaps), andsketch7-85/+34
some initial UTF-8 support.
2006-11-19Need runtime dependency on perl.obache1-2/+3
Bump PKGREVISION.
2006-08-08Fix build with gcc4. From Adam Hamsik via pkgsrc-users.wiz2-1/+18
2006-05-19Fixed pkglint warnings.rillig1-6/+7
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-4/+4
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-03Add DragonFly support.joerg3-7/+57
2005-06-01Convert to options framework.wiz2-7/+17
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+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-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+5
2005-01-11Changes 0.9.3:adam6-35/+31
- All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
2004-10-15Update linkage to libltdl (via imlib2), now in its own package.tv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-4/+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-08Back out previous. jmmv@ already fixed this in imlib2, where it shouldjschauma1-2/+1
have been done.
2004-09-08Add libtool buildlink, so that this finds libltdl.jschauma1-1/+2
Should fix problem seen in last bulk-build.
2004-07-12For USE_MMX users, do the following:cube1-2/+4
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243.
2004-07-12Always register USE_MMX as a BUILD_DEF, and test against [Yy][Ee][Ss], ascube1-3/+3
everywhere else. About PR 26243.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme1-2/+2
2004-02-11bl3ifyxtraeme1-6/+6
2004-01-11Use tabs (not spaces) to make indentationcjep1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-12Update MASTER_SITES per PR#21779zuntum1-4/+7
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-08Honour PKG_SYSCONFDIR. Bump PKGREVISION to 3.jmmv3-3/+23
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-4/+4
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-03-27Bump PKGREVISION: use SPECIAL_PERMS to install Eterm setuid root and change ==salo1-16/+23
NetBSD to != SunOS, list USE_MMX in BUILD_DEFS only if it's really enabled, misc cleanups (whitespace, etc.) XXX: If installed setuid root on Solaris, pseudo-tty is owned by root, and it's not possible to resume a screen session as a normal user. (this behaviour should be reviewed again, since this workaround is 2 years and several version updates old.)
2003-02-14Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution onsalo2-1/+14
hosts with broken /bin/sh (such as Solaris). Patch from Jonathan Perkin via PR pkg/20239.
2002-12-26Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393.wiz9-358/+332
The ReleaseNotes say: Changes in 0.9: --------------- You're kidding, right? There have been so many changes here it's not funny. If you really want to know what they all are, you can read the ChangeLog. But I'd settle for this: - All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.