summaryrefslogtreecommitdiff
path: root/CHANGES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-0/+8
| | | | | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. Notes: svn path=/head/; revision=115365
* Err, today's the 23rd, not the 21st.Eric Anholt2004-07-231-1/+1
| | | | Notes: svn path=/head/; revision=114530
* Add instructions for the X.Org update to UPDATING, and make the ones in CHANGESEric Anholt2004-07-231-17/+5
| | | | | | | | | specific for porters. Requested by: marcus Notes: svn path=/head/; revision=114527
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-0/+20
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Grammar fixes.Alex Dupre2004-07-191-5/+5
| | | | | | | Submitted by: bmah Notes: svn path=/head/; revision=114253
* Inform users and developers about the new PHP infrastructure.Alex Dupre2004-07-191-0/+28
| | | | Notes: svn path=/head/; revision=114189
* Note that OpenLDAP version 2.2 is now the default.`Oliver Eikemeier2004-07-171-0/+10
| | | | | | | Reminded by: marcus Notes: svn path=/head/; revision=113833
* Document the new libtool changes.Joe Marcus Clarke2004-07-091-0/+24
| | | | Notes: svn path=/head/; revision=113299
* Add a blurb about the new GConf schema handling style. More details areJoe Marcus Clarke2004-07-071-0/+8
| | | | | | | | | | available in portlint as well as in the FreeBSD GNOME porting guide, but this just gives porters another pointer. Requested by: mezz Notes: svn path=/head/; revision=113162
* USE_SIZE author was trevor, not erwin as I mentioned.Kirill Ponomarev2004-07-051-1/+1
| | | | | | | IRC'ed by: erwin Notes: svn path=/head/; revision=112999
* Introduce new AUTHOR: line.Kirill Ponomarev2004-07-051-1/+15
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=112998
* Document the user-relevant changes just committed.Kris Kennaway2004-06-101-1/+100
| | | | Notes: svn path=/head/; revision=111199
* Information regarding the great autotools update of July 4 2004Ade Lovett2004-06-041-0/+51
| | | | Notes: svn path=/head/; revision=110840
* . Add some information regarding the latest changes to bsd.java.mkGreg Lewis2004-04-191-0/+24
| | | | | | | Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107604
* Augment Trevor's GNOME instructions by linking to the GNOME porting guide.Joe Marcus Clarke2004-04-141-0/+4
| | | | Notes: svn path=/head/; revision=107037
* Mention USE_GNOME=gtk20 (gleaned from marcus' commits to the nogger, gringotts,Trevor Johnson2004-04-141-0/+5
| | | | | | | aumix, groundhog and gtk-qnxtheme ports). Notes: svn path=/head/; revision=107034
* Correct the name of one of the _DEPRECATED macros.Joe Marcus Clarke2004-04-091-1/+1
| | | | Notes: svn path=/head/; revision=106533
* Let other porters know about the recent changes in glib20/gtk20 with regard toJoe Marcus Clarke2004-04-091-0/+16
| | | | | | | deprecated API calls. Notes: svn path=/head/; revision=106530
* . Document the bsd.java.mk update.Greg Lewis2004-04-031-2/+63
| | | | | | | | | . Kill some trailing white space while I'm here. Reminded by: znerd Notes: svn path=/head/; revision=106052
* Add instructions for fixing portability issues with the new freetype2.Joe Marcus Clarke2004-03-161-0/+15
| | | | Notes: svn path=/head/; revision=104218
* Add detail about recent autotools changes.Ade Lovett2004-03-141-0/+12
| | | | | | | Poked by: kris Notes: svn path=/head/; revision=104015
* semi-document MASTER_SITE_SOURCEFORGE_EXTENDEDOliver Eikemeier2004-03-081-0/+9
| | | | Notes: svn path=/head/; revision=103343
* Reorganize the information about the ruby upgrade to 1.8 on i386.Akinori MUSHA2004-03-031-34/+2
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=102792
* Add notes about ruby's major upgrade to 1.8 on the i386 platform.Akinori MUSHA2004-03-031-0/+44
| | | | Notes: svn path=/head/; revision=102786
* Mozilla will now default to using GTK2, and will only compileAdam Weinberger2004-02-181-0/+34
| | | | | | | | | | against Gtk+-1.2 if explicitly requested. This is in exact opposite to the old behaviour. Lengthy, babbling explanation follows. Notes: svn path=/head/; revision=101299
* Add the latest round of bsd.*.mk changes.Joe Marcus Clarke2004-02-041-0/+152
| | | | Notes: svn path=/head/; revision=99930
* Replace spaces by tabErwin Lansing2004-02-011-1/+1
| | | | | | | Submitted by: Xin LI <delphij@frontfree.net> Notes: svn path=/head/; revision=99700
* Add entry about USE_SIZEErwin Lansing2004-01-291-0/+9
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=99375
* Add CHANGESErwin Lansing2004-01-291-0/+48
Heavily inspired by /usr/src/UPDATING, this file is intended for notes on major changes to ports and infrastructure, that have a significant impact on other ports. Indended audience is committers and developers; changes that affect users should be added to the ports section of the release notes that I hope to add in the near future. Although I am mentioned as maintainer, this should not be seen as a lock, everyone is welcome to add to this file. Requested by: many Approved by: marcus (some time ago) Inspired by: UPDATING (imp) Notes: svn path=/head/; revision=99373