aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20-reference
Commit message (Collapse)AuthorAgeFilesLines
* Tell portscout to skip -reference ports. They are slave ports to begin with.Koop Mast2013-06-111-0/+2
| | | | Notes: svn path=/head/; revision=320564
* Rework the references ports for glib20, gtk20 and gtk30 again to fix theKoop Mast2013-05-232-12/+443
| | | | | | | | | | | | package breakage introduced in the previous commit. Add a SUFFUX to the install dir for reference ports for gtk20 and gtk30. This allows them both to be installed at the same time. Submitted by: QaT Pointyhat to: kwm Notes: svn path=/head/; revision=318868
* Make PORTDOCS in the -reference framework overwriteable.Koop Mast2013-05-222-1/+7
| | | | | | | | | | | | | | | | So some of the -reference ports that install multiple docs or "books" can make sure they get installed correctly. This impacts the -reference ports of glib20, gtk20 and gtk30. The problem was that for example in glib20 the reference was installed in share/doc/glib/{glib,gio,gobject} however devhelp only look in share/doc/${book} for the *.devhelp2 file. PR: ports/173577 Submitted by: Victor Balada Diaz <victor@bsdes.net> Notes: svn path=/head/; revision=318761
* Mark the -reference ports IGNORE when NOPORTDOCS is set.Koop Mast2010-11-211-0/+4
| | | | | | | | | It doesn't make sense to support that for ports that only install docs. Submitted by: QAT Notes: svn path=/head/; revision=264869
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Install the gio reference manual.Joe Marcus Clarke2009-10-251-2/+2
| | | | | | | | PR: 139797 Submitted by: "Andrew W. Nosenko" <andrew.w.nosenko@gmail.com> Notes: svn path=/head/; revision=243298
* Don't install docs if there are no docs to install.Joe Marcus Clarke2008-05-291-4/+6
| | | | Notes: svn path=/head/; revision=213903
* Use PKGNAMESUFFIX:=${PKGNAMESUFFIX}-reference instead of ↵Michael Johnson2008-03-251-1/+1
| | | | | | | PORTNAME:=${PORTNAME}-reference so -reference ports can use MASTER_SITES=GNOME Notes: svn path=/head/; revision=209781
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* - Add pkg-descrMichael Johnson2006-05-172-4/+4
| | | | | | | Requested by: Dan Langille <dan@langille.org> for freshports.org Notes: svn path=/head/; revision=162684
* Set EXAMPLESDIR.Jean-Yves Lefort2006-05-111-0/+3
| | | | Notes: svn path=/head/; revision=162102
* Fix fetching for some of the reference ports by expandingJean-Yves Lefort2006-05-101-0/+3
| | | | | | | | ${MASTER_SITE_SUBDIR} before we append -reference to ${PORTNAME} (in case ${PORTNAME} is used in ${MASTER_SITE_SUBDIR}). Notes: svn path=/head/; revision=161958
* Assign DISTNAME before we append "-reference" to the parent'sJean-Yves Lefort2006-05-101-3/+5
| | | | | | | PORTNAME, otherwise the parent's DISTNAME is lost. Notes: svn path=/head/; revision=161946
* Handle ports which have no WWW line in their pkg-descr.Jean-Yves Lefort2006-05-101-2/+5
| | | | Notes: svn path=/head/; revision=161870
* Add glib20-reference and the bsd.gnome-reference.mk framework.Jean-Yves Lefort2006-05-092-0/+69
Notes: svn path=/head/; revision=161841