aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xmhtml/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use COPYTREE_SHAREBaptiste Daroussin2015-06-231-2/+2
| | | | Notes: svn path=/head/; revision=390352
* Simplify example installationBaptiste Daroussin2015-06-221-5/+2
| | | | Notes: svn path=/head/; revision=390345
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Add LICENSE_FILEDmitry Marakasov2015-05-151-1/+3
| | | | | | | - Strip library Notes: svn path=/head/; revision=386436
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-051-0/+1
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* Replace some dependencies on libtool with USES=libtool:build or aTijl Coosemans2014-08-101-2/+1
| | | | | | | dependency on libtoolize Notes: svn path=/head/; revision=364561
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Add DOCS option to the remaining staged ports where PORTDOCS appearsAdam Weinberger2014-07-161-0/+2
| | | | | | | in the plist. Notes: svn path=/head/; revision=362026
* Replace USE_AUTOTOOLS=libtool:env with BUILD_DEPENDS on devel/libtool.Tijl Coosemans2014-06-301-2/+5
| | | | Notes: svn path=/head/; revision=359882
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Update to version 1.1.9Martin Wilke2014-04-261-3/+7
| | | | | | | | PR: 187968 Submitted by: Ports Fury Notes: svn path=/head/; revision=352211
* - Update to 1.1.8Martin Wilke2014-03-111-31/+20
| | | | | | | | | | | - Stage support - Add License PR: 187297 Submitted by: ports fury Notes: svn path=/head/; revision=347838
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-8/+3
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+4
| | | | Notes: svn path=/head/; revision=297915
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Forgot to save in vim for remove CC.Jeremy Messenger2009-07-121-1/+0
| | | | Notes: svn path=/head/; revision=237641
* - Add CC and CXX to MAKE_ENV for all portsPav Lucistnik2008-07-241-1/+1
| | | | | | | PR: ports/86106, ports/101120 (based on) Notes: svn path=/head/; revision=217446
* - use PORTDOCS, PORTEXAMPLES, etc. as it shouldIon-Mihai Tetcu2008-06-151-11/+9
| | | | | | | | | - bump PORTREVISION Submitted by: my QA Tindy run Notes: svn path=/head/; revision=214906
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170655
* Change MASTER_SITES to MASTER_SITES_NETBSD [1]Ion-Mihai Tetcu2006-05-121-3/+2
| | | | | | | | | | | | | Now we install .la libs [2] Fix plist. [3] PR: ports/97141 [3] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [3] lawrance [1], itetcu [2] Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162168
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149492
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* o) Drop maintainership cause I didn't use these ports since months anymore.Lars Koeller2005-11-131-1/+1
| | | | Notes: svn path=/head/; revision=148129
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+1
| | | | Notes: svn path=/head/; revision=110841
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* libtool uber-patchAde Lovett2003-06-261-4/+5
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76045
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* o) Fix problem setting GNU_CONFIGURE when USE_LIBTOOL us used.Lars Koeller2001-07-021-2/+4
| | | | | | | | | The build is aborted due to the missing configure script. Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=44630
* o Fix compiling problem due to implicit set of GNU_CONFIGURE when usingLars Koeller2001-06-291-0/+1
| | | | | | | | | USE_LIBTOOL. Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=44547
* Replace explicit build dependency on libtool with USE_LIBTOOL knobAde Lovett2001-05-311-1/+1
| | | | Notes: svn path=/head/; revision=43367
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* - Cleanup of MakefileLars Koeller2001-01-071-29/+20
| | | | | | | | | | | | | - Properly support of CC/CFLAGS/PREFIX added - Remove version number from dirnames (share/doc/XmHTML, share/examples/XmHTML) - Exclude (archtecture dependent) binary program from share/examples/XmHTML - Respect NOPORTDOCS - Increase PORTREVISON to 1 PR: 23832 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=36881
* Update to version 1.1.7, needed be grace-5.1.2. Alas the imake build of theLars Koeller2000-12-241-10/+28
| | | | | | | | | source tree is toally broken: It's necessary to use the Makefiles and do the install by "hand" with manually callinmg libtool, etc. PR: ports/20464, ports/20577, ports/21836 Notes: svn path=/head/; revision=36302
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-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. Notes: svn path=/head/; revision=34892
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27434
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148