The FreeBSD x11@ and graphics team proudly presents

a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
This commit is contained in:
Niclas Zeising 2014-04-16 18:28:47 +00:00
parent ca9574e7df
commit 39fc32e828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351411
1008 changed files with 1452 additions and 1002 deletions

View file

@ -1253,7 +1253,7 @@ WARNING+= "If you do not want to see this message again set NO_WARNING_PKG_INSTA
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
# WITHOUT_NEW_XORG is set.
.if ${OSVERSION} >= 1100000
.if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704
. if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
. else

View file

@ -29,7 +29,7 @@ Xorg_Pre_Include= bsd.xorg.mk
.if defined(XORG_CAT)
# Default variables, common to all new modular xorg ports.
.if !defined(USE_TGZ)
.if !defined(USE_TGZ) && !defined(USE_XZ)
USE_BZIP2= yes
.endif
GNU_CONFIGURE= yes
@ -65,6 +65,7 @@ USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \
CFLAGS+= -fno-optimize-sibling-calls
. endif
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
USES+= libtool
. endif
. if ${XORG_CAT} == "font"
@ -139,7 +140,7 @@ post-install:
.endif
. if ${XORG_CAT} == "lib"
USES+= pathfix
USES+= pathfix libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--enable-malloc0returnsnull
. endif

View file

@ -5,6 +5,58 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140416:
AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports
AUTHOR: x11@FreeBSD.org
The default xorg version has been switched on FreeBSD 10-STABLE and
FreeBSD 9-STABLE.
To upgrade graphics/libGL, graphics/dri and related MESA ports, it is
necessary to first remove the old versions of those ports.
No special upgrade procedure is needed for xorg ports but it is
necessary to recompile all xorg drivers (xf86-*) and other ports that
depend on the xserver version, including
emulators/virtualbox-ose-additions. Portrevisions have been bumped
where needed, but users of drivers not in the ports tree will need to
recompile those.
If it is important to stay on the old versions, it is possible to
specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg
distribution.
For users in need of working console when using KMS drivers (intel and
radeon graphics cards) please use the new vt(9) console driver.
For more information, see https://wiki.freebsd.org/Graphics and
https://wiki.freebsd.org/Newcons .
To update:
# pkg_delete -f libGL-\* dri-\*
or
# pkg delete -f libGL dri
followed by
# portmaster graphics/dri graphics/libGL
or
# portupgrade graphics/dri graphics/libGL
and then
# portmaster -a
or
# portupgrade -a
20140416:
AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman and
graphics/freeglut
AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org
The library version of the above libraries has been brought in line
with what upstream expects. To do this all users of these ports need
to be rebuilt. Portrevisions have been bumped as a consequence.
# portmaster -r freetype2 -r libxml2 -r pixman -r freeglut
or
# portupgrade -rf freetype2 libxml2 pixman freeglut
20140415:
AFFECTS: Users of mod_python3
AUTHOR: ohauer@FreeBSD.org

View file

@ -4,7 +4,7 @@
PORTNAME= gok
PORTVERSION= 2.30.1
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= GNOME

View file

@ -2,6 +2,7 @@
PORTNAME= libarchive
PORTVERSION= 3.1.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/

View file

@ -3,6 +3,7 @@
PORTNAME= xar
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_GENTOO}

View file

@ -3,7 +3,7 @@
PORTNAME= boinc-astropulse
PORTVERSION= 6.01
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://rene-ladan.nl/pub/distfiles/

View file

@ -3,7 +3,7 @@
PORTNAME= boinc-setiathome-v7
PORTVERSION= 7.00
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://rene-ladan.nl/pub/distfiles/

View file

@ -3,7 +3,7 @@
PORTNAME= celestia
PORTVERSION= 1.6.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/Celestia-source/${PORTVERSION}
PKGNAMESUFFIX= -${CELESTIA_UI}

View file

@ -3,7 +3,7 @@
PORTNAME= foxtrotgps
PORTVERSION= 1.1.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= astro geography
MASTER_SITES= http://www.foxtrotgps.org/releases/

View file

@ -3,7 +3,7 @@
PORTNAME= gpscorrelate
PORTVERSION= 1.6.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= astro geography
MASTER_SITES= GH
DIST_SUBDIR= repacked

View file

@ -3,7 +3,7 @@
PORTNAME= nightfall
PORTVERSION= 1.70
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= astro
MASTER_SITES= http://www.la-samhna.de/nightfall/

View file

@ -3,7 +3,7 @@
PORTNAME= openuniverse
DISTVERSION= 1.0beta3
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3

View file

@ -3,6 +3,7 @@
PORTNAME= viking
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/

View file

@ -3,7 +3,7 @@
PORTNAME= xplanet
PORTVERSION= 1.3.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= astro geography
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= amarok
PORTVERSION= 2.7.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src

View file

@ -3,7 +3,7 @@
PORTNAME= aqualung
DISTVERSION= 0.9beta11
PORTREVISION= 17
PORTREVISION= 18
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
http://wickedmachine.net/mirror/

View file

@ -3,6 +3,7 @@
PORTNAME= denemo
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GNU

View file

@ -3,7 +3,7 @@
PORTNAME= enscribe
PORTVERSION= 0.1.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio graphics
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/
EXTRACT_SUFX= .tgz

View file

@ -3,7 +3,7 @@
PORTNAME= ezstream
PORTVERSION= 0.5.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \
http://svn.xiph.org/releases/ezstream/

View file

@ -3,7 +3,7 @@
PORTNAME= fmit
PORTVERSION= 0.99.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/fmit/
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source

View file

@ -3,7 +3,7 @@
PORTNAME= gbemol
PORTVERSION= 0.3.2
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-discogs
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-extraplaylist
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-lastfm
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-lyrics
PORTVERSION= 11.8.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-lyricsplugin
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-lyricwiki
PORTVERSION= 11.8.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-mdcover
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-mserver
PORTVERSION= 0.20.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -3,7 +3,7 @@
PORTNAME= gmpc-shout
PORTVERSION= 0.20.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -4,7 +4,7 @@
PORTNAME= gnome-media
PORTVERSION= 2.32.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -4,7 +4,7 @@
PORTNAME= gspeakers
PORTVERSION= 0.11
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= icecast
PORTVERSION= ${ICVERSION}.k${KH}
PORTREVISION= 1
CATEGORIES= audio net ipv6
PKGNAMESUFFIX= -kh
DISTNAME= ${PORTNAME}-${ICVERSION}-kh${KH}

View file

@ -3,6 +3,7 @@
PORTNAME= ices
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://downloads.xiph.org/releases/ices/ \

View file

@ -3,7 +3,7 @@
PORTNAME= jack-rack
PORTVERSION= 1.4.7
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= lash
PORTVERSION= 0.5.4
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SAVANNAH

View file

@ -3,6 +3,7 @@
PORTNAME= mate-media
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= audio mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View file

@ -3,6 +3,7 @@
PORTNAME= nas
PORTVERSION= 1.9.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
EXTRACT_SUFX= .src.tar.gz

View file

@ -3,7 +3,7 @@
PORTNAME= karaoke
PORTVERSION= 0.7.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -3,6 +3,7 @@
PORTNAME= sooperlooper
PORTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://essej.net/sooperlooper/

View file

@ -3,7 +3,7 @@
PORTNAME= specimen
DISTVERSION= 0.5.2-rc3
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://zhevny.com/specimen/files/

View file

@ -4,7 +4,7 @@
PORTNAME= terminatorx
PORTVERSION= 3.84
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://terminatorx.org/dist/
DISTNAME= terminatorX-${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= vagalume
PORTVERSION= 0.8.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://vagalume.igalia.com/files/source/ \
${MASTER_SITE_DEBIAN_POOL}

View file

@ -3,7 +3,7 @@
PORTNAME= wavbreaker
PORTVERSION= 0.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= xcdplayer
PORTVERSION= 2.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= XCONTRIB/../R5contrib
EXTRACT_SUFX= .tar.Z

View file

@ -3,7 +3,7 @@
PORTNAME= xmcd
PORTVERSION= 3.3.2
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/

View file

@ -3,7 +3,7 @@
PORTNAME= xmix
PORTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers

View file

@ -3,7 +3,7 @@
PORTNAME= xmixer
PORTVERSION= 0.9.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://mpx.freeshell.net/

View file

@ -3,7 +3,7 @@
PORTNAME= xmms-curses
PORTVERSION= 0.2.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -2,6 +2,7 @@
PORTNAME= xmms-flac
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
DISTNAME= flac-${PORTVERSION}

View file

@ -4,7 +4,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.8
DISTVERSIONSUFFIX=DrO_o
PORTREVISION?= 5
PORTREVISION?= 6
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}

View file

@ -3,7 +3,7 @@
PORTNAME= xwave
PORTVERSION= 2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved

View file

@ -3,6 +3,7 @@
PORTNAME= libsbml
PORTVERSION= 4.2.0
PORTREVISION= 1
CATEGORIES= biology devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR= sbml/${PORTNAME}/${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= phylip
PORTVERSION= 3.695
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/

View file

@ -3,7 +3,7 @@
PORTNAME= protomol
PORTVERSION= 2.0.3
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/ProtoMol/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-tar.gz

View file

@ -3,7 +3,7 @@
PORTNAME= pymol
PORTVERSION= ${VERSION}.${SVNREVISION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology python
MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|}

View file

@ -3,6 +3,7 @@
PORTNAME= brlcad
PORTVERSION= 7.24.0
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= CalculiX
PORTVERSION= 2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://www.dhondt.de/
DISTFILES= ${DIST_SOURCES}

View file

@ -3,6 +3,7 @@
PORTNAME= leocad
PORTVERSION= 0.80.2
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz

View file

@ -3,7 +3,7 @@
PORTNAME= OpenCASCADE
PORTVERSION= 6.6.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad science
MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}

View file

@ -3,6 +3,7 @@
PORTNAME= openvsp
PORTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= GH

View file

@ -3,7 +3,7 @@
PORTNAME= repsnapper
PORTVERSION= 2.3.2a3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/
DISTNAME= ${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= slffea
PORTVERSION= 1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/SLFFEA/${PORTVERSION}
DISTNAME= ${PORTNAME}15

View file

@ -3,8 +3,8 @@
PORTNAME= fcitx
PORTVERSION= 4.2.6.1
PORTREVISION= 4
CATEGORIES= chinese x11
PORTREVISION= 3
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pinyin.tar.gz table.tar.gz en_dict-${_DICT_VER}.tar.gz

View file

@ -3,7 +3,7 @@
PORTNAME= ttfm
PORTVERSION= 0.9.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= chinese print
MASTER_SITES= LOCAL/rafan/chinese

View file

@ -2,6 +2,7 @@
PORTNAME= chirp
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
${MASTER_SITE_LOCAL}

View file

@ -3,6 +3,7 @@
PORTNAME= hamlib
PORTVERSION= 1.2.15.3
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF

View file

@ -2,7 +2,7 @@
PORTNAME= soundmodem
PORTVERSION= 0.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \
http://chronos.org.uk/distfiles/

View file

@ -3,6 +3,7 @@
PORTNAME= osm2pgsql
PORTVERSION= 0.84.0
PORTREVISION= 1
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= wkhtmltopdf
PORTVERSION= 0.12.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= GH:wk \
http://github.com/${GH_ACCOUNT}/qt/archive/${WKQT_TAGNAME}.tar.gz?dummy=/:wkqt

View file

@ -4,7 +4,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 2.32.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -3,7 +3,7 @@
PORTNAME= grass
PORTVERSION= 6.4.3
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= databases geography
MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \

View file

@ -3,6 +3,7 @@
PORTNAME= hk_classes
PORTVERSION= 0.8.3
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF/hk-classes/${PORTNAME}/${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= kbibtex
DISTVERSION= 0.4.1
PORTREVISION= 3
PORTREVISION= 5
CATEGORIES= databases kde
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/

View file

@ -3,7 +3,7 @@
PORTNAME= mysql-workbench-oss
PORTVERSION?= 5.1.16
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQLGUITools

View file

@ -3,7 +3,7 @@
PORTNAME= mysql-workbench-gpl
PORTVERSION= 5.2.47
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX= -src
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQLGUITools

View file

@ -3,7 +3,7 @@
PORTNAME= mysql-xql
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.mysqludf.org/lib_mysqludf_xql/
DISTNAME= lib_mysqludf_xql-${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= pgadmin3
PORTVERSION= 1.18.1
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= PGSQL
MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src

View file

@ -2,6 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.0.4
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 20

View file

@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

View file

@ -3,7 +3,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.4.21
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

View file

@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 1
CATEGORIES= databases
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

View file

@ -3,7 +3,7 @@
PORTNAME?= postgresql
DISTVERSION?= 9.1.13
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= postgresql
CATEGORIES= databases
PORTREVISION= 1
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME?= postgresql
DISTVERSION?= 9.2.8
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

View file

@ -3,6 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.4.8
PORTREVISION= 1
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/

View file

@ -3,7 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.2.30
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
PKGNAMESUFFIX= 12

View file

@ -3,7 +3,7 @@
PORTNAME= spatialite
PORTVERSION= 4.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
DISTNAME= lib${PORTNAME}-${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= spatialite_gui
PORTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/

View file

@ -3,7 +3,7 @@
PORTNAME= virtuoso
PORTVERSION= 6.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-opensource-${PORTVERSION}

View file

@ -2,7 +2,7 @@
PORTNAME= cairo-dock-plugins
DISTVERSION= 3.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= https://launchpadlibrarian.net/137290159/ \
http://pazzle.otdux.com.ua/

View file

@ -2,7 +2,7 @@
PORTNAME= cairo-dock
DISTVERSION= 3.2.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= https://launchpadlibrarian.net/137290048/ \
http://pazzle.otdux.com.ua/

View file

@ -3,7 +3,7 @@
PORTNAME= dlume
PORTVERSION= 0.2.4
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_TUCOWS}

View file

@ -3,7 +3,7 @@
PORTNAME= fusenshi
PORTVERSION= 0.9.0
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= deskutils
MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
EXTRACT_SUFX= .tgz

View file

@ -3,7 +3,7 @@
PORTNAME= gnote
PORTVERSION= 0.7.6
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME

Some files were not shown because too many files have changed in this diff Show more