Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/pgadmin3/Makefile

[BACK] Up to [FreeBSD] / ports / databases / pgadmin3

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Oct 29 12:12:58 2011 UTC (3 months, 1 week ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -7 lines
- update to latest stable release (1.14.0)
- 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

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:37 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Oct 4 16:24:52 2010 UTC (16 months, 1 week ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Update to 1.12.0.

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

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon May 31 01:57:47 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:32:15 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:35:06 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
- update to jpeg-8

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jan 24 09:39:08 2010 UTC (2 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
This port now requires postgresql-client >= 8.3

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jan 20 18:11:30 2010 UTC (2 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Update to 1.10.1

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Sep 6 16:57:43 2009 UTC (2 years, 5 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -0 lines
Fix pgsql console plugin launch.

Submitted by:	Juergen Lock

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Aug 25 11:29:59 2009 UTC (2 years, 5 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -4 lines
Update to 1.10.0.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:49:40 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 5 17:27:28 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -7 lines
- Remove conditional checks relevant only on FreeBSD 5.x and older

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:30 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jul 7 17:08:37 2008 UTC (3 years, 7 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2 lines
Update to 1.8.4

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:16:57 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Mar 10 05:49:23 2008 UTC (3 years, 11 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Fix ${OSVERSION} condition.

Pointed out by:	Gergely CZUCZY

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Oct 28 17:31:26 2007 UTC (4 years, 3 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Update to 1.8.0.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Sep 23 05:55:13 2007 UTC (4 years, 4 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to 1.6.3

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jan 10 23:56:09 2007 UTC (5 years, 1 month ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Update to 1.6.2.
- Respect CFLAGS.

Submitted by:	acm

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Dec 6 04:19:37 2006 UTC (5 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -0 lines
Previous commit was actually commit for PR 106356.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Dec 6 04:18:04 2006 UTC (5 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -5 lines
Update to 1.6.1.

PR:		105156
Submitted by:	Robert Gogolok

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Dec 4 17:37:22 2006 UTC (5 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Mark as ignored with postgresql-client74. Needs 8.0+.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 3 18:39:04 2006 UTC (5 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -3 lines
Remove post-install section.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Dec 3 15:45:54 2006 UTC (5 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +17 -3 lines
Update to 1.6.0.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 1 07:38:53 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -8 lines
- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 7 14:51:03 2006 UTC (5 years, 3 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update to 1.4.3.

PR:		102038
Submitted by:	Robert Gogolok

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jul 24 18:39:12 2006 UTC (5 years, 6 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3 lines
Use bsd.wx.mk.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jul 5 02:30:54 2006 UTC (5 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 21 14:04:42 2006 UTC (5 years, 8 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
Fix some portlint -A errors.

PR:		97353 (partially)
Submitted by:	Martin Wilke

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu May 4 21:40:04 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Apr 1 17:05:42 2006 UTC (5 years, 10 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update to 1.4.2

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jan 22 19:00:49 2006 UTC (6 years ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update to 1.4.1.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 19 18:09:08 2005 UTC (6 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -20 lines
- Update to 1.4.0.

This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:08 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 20 14:36:48 2005 UTC (6 years, 3 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -5 lines
Update to 1.2.2.

PR:		86990

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 17 15:50:36 2005 UTC (6 years, 8 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- Fix build with wxgtk 2.6.0
- Bump PORTREVISION

Submitted by:	Yuri Bushmelev

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 12 17:45:26 2005 UTC (6 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:01 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 27 16:53:27 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
- Fix build on 4.x: non-unicode version does not have pkg-message.
- Bump PORTREVISION.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 23 19:28:13 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -6 lines
- Provide a patch that allows to build working non-Unicode version.
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 21 22:10:39 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -17 lines
- Unbreak.
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 7 18:44:12 2005 UTC (7 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
- Mark broken on 5.2.0-RELEASE and later until problems with this port
are resolved.
- Suggest to use pgadmin3 binary from pgadmin.org.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:41 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
Split the postgresql ports into a server and a client part.

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)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 13 15:25:51 2005 UTC (7 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Fix build (distfiles was moved).

Submitted by:	kuriyama
Pointed out by:	kris
Pointy hat to:	fjoe

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 8 18:05:22 2005 UTC (7 years, 1 month ago) by fjoe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4 lines
Update to 1.2.0

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 25 20:07:35 2004 UTC (7 years, 2 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Chase wxgtk2*-devel libraries version bump.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:04 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 27 21:18:25 2004 UTC (7 years, 7 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -9 lines
Update to 1.0.2.
Use wxWidgets 2.5.2.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 25 09:19:40 2004 UTC (7 years, 8 months ago) by mat
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:19 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:05 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 4 22:05:54 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -4 lines
Chase wxgtk library name change.
Use wxgtk2.
Bump PORTREVISION.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 4 01:33:15 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
New port: pgadmin3.

pgAdmin III is PostgreSQL database design and management system.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options