aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgadmin3
Commit message (Collapse)AuthorAgeFilesLines
* While pgsql:9.0+ is broken somehow, pgsql alone is needed here.mat2015-06-021-1/+1
| | | | Sponsored by: Absolight
* Revert to IGNORE_WITH_PGSQL until ↵fjoe2015-06-011-1/+2
| | | | | | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200569 is fixed (otherwise the build breaks if non-default postgresql-client is installed).
* Update to 1.20.0fjoe2015-06-012-7/+7
| | | | | PR: 200536 Submitted by: Rainer Hurling
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Convert to USES=pgsqlbapt2014-05-051-3/+1
| | | | | | | While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix installation.fjoe2013-12-241-0/+3
| | | | PR: 185006, 185068
* - Update to 1.18.1 [1]fjoe2013-12-193-18/+3
| | | | | | | - Convert to stage PR: 184049 [1] Submitted by: Marc Peters
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to 1.16.1fjoe2013-06-102-5/+5
| | | | | | | - Enable database designer PR: 179075 Submitted by: Rainer Hurling
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Build and install docsfjoe2012-11-052-2/+15
| | | | | | - Bump PORTREVISION Feature safe: yes
* Do not build documentation, even if sphinx-build is installed.fjoe2012-10-081-1/+2
|
* - Update to 1.16.0fjoe2012-10-013-540/+10
| | | | | | | - Remove pkg-plist PR: 171696 Submitted by: nemysis (partially)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to 1.14.2fjoe2012-04-102-3/+3
| | | | | | PR: 166516 Submitted by: Douglas Carmichael Feature safe: yes
* Rename to match actual patched file name (which was moved since original PRfjoe2011-10-291-0/+0
| | | | was filed).
* - update to latest stable release (1.14.0)fjoe2011-10-294-32/+65
| | | | | | | | | | | | | | | | | - remove CONFLICTS (it's now conflicts with itself :)), because we have no another versions of pgadmin3 in the tree anymore - update IGNORE_WITH_PGSQL - we doesn't have any of them < 82 - remove DEFAULT_PGSQL_VER. It's ok to use ports tree default (84), because according to INSTALL file it now needs 8.4+ for building - hold distfile in distfiles/postgresql - remove WX_CONF_ARGS to avoid this warning: configure: WARNING: unrecognized options: --with-wx-config - add 'PostGIS Shapefile and DBF loader' menu item [2] PR: 161952 Submitted by: Ruslan Mahmatkhanov PR: 158599 [2] Submitted by: Rainer Hurling
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update to 1.12.0.fjoe2010-10-053-26/+7
| | | | | | | | | This port still does not build if ports/security/krb5 port is installed but I commit it to provide PostgreSQL 9.0 support for users that do not have Kerberos port installed as I do not have spare time right now to sort out those problems. PR: 150902
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* This port now requires postgresql-client >= 8.3fjoe2010-01-241-1/+2
|
* Update to 1.10.1fjoe2010-01-213-7/+5
|
* Fix pgsql console plugin launch.fjoe2009-09-071-0/+2
| | | | Submitted by: Juergen Lock
* Update to 1.10.0.fjoe2009-08-253-22/+249
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-7/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Update to 1.8.4fjoe2008-07-083-5/+7
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Fix ${OSVERSION} condition.fjoe2008-03-101-1/+1
| | | | Pointed out by: Gergely CZUCZY
* Update to 1.8.0.fjoe2007-10-294-1023/+78
|
* Update to 1.6.3fjoe2007-09-233-4/+18
|
* - Update to 1.6.2.fjoe2007-01-111-0/+11
| | | | | | - Respect CFLAGS. Submitted by: acm
* - Update to 1.6.2.fjoe2007-01-113-4/+10
| | | | | | - Respect CFLAGS. Submitted by: acm
* Update to 1.6.1.fjoe2006-12-063-17/+10
| | | | | PR: 105156 Submitted by: Robert Gogolok
* Mark as ignored with postgresql-client74. Needs 8.0+.fjoe2006-12-051-1/+1
|
* Remove post-install section.fjoe2006-12-041-3/+0
|
* Update to 1.6.0.fjoe2006-12-034-44/+111
|
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-8/+2
| | | | | PR: ports/101613 Submitted by: alepulver
* Update to 1.4.3.fjoe2006-11-073-4/+17
| | | | | PR: 102038 Submitted by: Robert Gogolok
* Use bsd.wx.mk.fjoe2006-07-251-3/+4
|
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-051-2/+2
| | | | | PR: ports/92445 Hat: portmgr
* Fix some portlint -A errors.fjoe2006-05-212-1139/+1140
| | | | | PR: 97353 (partially) Submitted by: Martin Wilke
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* Update to 1.4.2fjoe2006-04-023-4/+12
|
* Update to 1.4.1.fjoe2006-01-233-4/+15
|
* - Update to 1.4.0.fjoe2005-11-205-183/+469
| | | | | This version no longer support FreeBSD 4.x (requires wchar_t support). Use pgadmin3-12 port for FreeBSD < 5.0.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 1.2.2.fjoe2005-10-205-56/+47
| | | | PR: 86990
* s/older/newer/fjoe2005-08-311-2/+2
| | | | Submitted by: Palle Girgensohn
* - Fix build with wxgtk 2.6.0fjoe2005-05-172-9/+23
| | | | | | - Bump PORTREVISION Submitted by: Yuri Bushmelev
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to thefjoe2005-05-132-12/+22
| | | | latest stable release wxWidgets 2.6.0.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Document that __FreeBSD_version 503105 is ok for unicode-enabled build.fjoe2005-03-021-0/+1
|
* - Fix build on 4.x: non-unicode version does not have pkg-message.fjoe2005-02-281-4/+4
| | | | - Bump PORTREVISION.
* - Provide a patch that allows to build working non-Unicode version.fjoe2005-02-243-6/+34
| | | | | - Add back 4.x support (non-Unicode version only). - Bump PORTREVISION.
* - Unbreak.fjoe2005-02-222-17/+25
| | | | | | - Remove ability to build non-unicode version which is not supported by pgadmin3 developers. - Bump PORTREVISION.
* - Mark broken on 5.2.0-RELEASE and later until problems with this portfjoe2005-02-081-0/+4
| | | | | are resolved. - Suggest to use pgadmin3 binary from pgadmin.org.
* Split the postgresql ports into a server and a client part.girgen2005-01-311-4/+2
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Fix build (distfiles was moved).fjoe2005-01-131-1/+1
| | | | | | Submitted by: kuriyama Pointed out by: kris Pointy hat to: fjoe
* Update to 1.2.0fjoe2005-01-0919-495/+123
|
* Chase wxgtk2*-devel libraries version bump.fjoe2004-11-262-3/+38
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Update to 1.0.2.fjoe2004-06-2819-17/+399
| | | | Use wxWidgets 2.5.2.
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* SIZE'ify.fjoe2004-02-041-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Chase wxgtk library name change.fjoe2003-11-052-11/+21
| | | | | Use wxgtk2. Bump PORTREVISION.
* New port: pgadmin3.fjoe2003-11-045-0/+789
pgAdmin III is PostgreSQL database design and management system.