aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xmdiary
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistbapt2014-10-201-1/+0
|
* Rename deskutils/ patch-xy patches to reflect the files they modify.adamw2014-07-294-6/+6
|
* - Finish stage support (man pages missed)antoine2014-06-162-8/+14
| | | | - Simplify Makefile
* Remove the NO_STAGE knob. No obvious ill-effects. Seems to "just work".mi2014-06-071-1/+0
|
* deskutils/xmdiary: sync legaleadler2013-12-121-1/+1
| | | | | | Minor textual nit to make LEGAL and the port identical. Approved by: portmgr (implicit)
* - Remove USE_GCC and fix build with clang.tijl2013-12-044-42/+16
| | | | | | | | - Replace nomalloc script with REINPLACE_CMD. - Remove noextradepend script. It is no longer needed. PR: ports/181820 Approved by: maintainer timeout (3 months)
* Use ``patch -p0'' instead of ``patch -p'' -- the latter invocationmi2013-12-021-2/+1
| | | | | | | is not working on -current for some reason and pkg-fallout is unhappy. Submitted by: pkg-fallout@
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+1
|
* New USES imake to handle the dependency on imake.bapt2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Invoke the scripts with an explicit sh -- because the files maymi2013-03-283-3/+719
| | | | | | not be executable (an artifact of a switch to svn?) While here, fix compiler warnings and turn on MAKE_JOBS_SAFE.
* "aaargh, quoted Makefile variables"eadler2013-03-191-6/+2
| | | | Approved by: portmgr (bapt)
* Fix a spelling error in the build-time output.mi2013-01-161-1/+1
| | | | | | PR: 175331 Submitted by: Christoph Mallon Notified by: Chris Rees
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-5/+5
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Respect the X11BASE and the CC settings.mi2006-11-301-0/+2
| | | | Prompted by: kris (X11BASE)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Add missing filekris2004-04-161-0/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+11
| | | | Submitted by: mike
* Upgrade to 3.0.3mi2001-07-245-21/+14
| | | | | PR: ports/27936 Submitted-by: Andrew Bliznak
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Update MAINTAINER's email address.fenner1999-10-271-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* support MOTIFLIBmharo1999-04-242-7/+28
|
* Move manpages from pkg/PLIST to MAN1 in Makefile.steve1998-09-272-13/+4
|
* Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "calasami1998-08-081-2/+2
| | | | | | | cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest xmaddressbook xmdiary xopps zorro" from misc to deskutils. I'll fix up the dependencies later.
* Import xmdiary port. xmdiary is another calendar, appointment book,tg1998-03-099-0/+185
organizer. PR: 4658 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>