summaryrefslogtreecommitdiff
path: root/databases/pgadmin3-12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix build with gcc 4.1.Max Khon2006-12-183-1/+23
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=180062
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-17/+5
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - NO_LATEST_LINK=yesMax Khon2005-11-191-0/+1
| | | | Notes: svn path=/head/; revision=148797
* - Connect pgadmin3 1.2.2 after repocopy.Max Khon2005-11-192-1/+3
| | | | | | | | - Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports. - Add SHA256 checksum. Notes: svn path=/head/; revision=148794
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 1.2.2.Max Khon2005-10-205-56/+47
| | | | | | | PR: 86990 Notes: svn path=/head/; revision=145945
* s/older/newer/Max Khon2005-08-301-2/+2
| | | | | | | Submitted by: Palle Girgensohn Notes: svn path=/head/; revision=141473
* - Fix build with wxgtk 2.6.0Max Khon2005-05-172-9/+23
| | | | | | | | | - Bump PORTREVISION Submitted by: Yuri Bushmelev Notes: svn path=/head/; revision=135481
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to theMax Khon2005-05-122-12/+22
| | | | | | | latest stable release wxWidgets 2.6.0. Notes: svn path=/head/; revision=135144
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Document that __FreeBSD_version 503105 is ok for unicode-enabled build.Max Khon2005-03-021-0/+1
| | | | Notes: svn path=/head/; revision=130186
* - Fix build on 4.x: non-unicode version does not have pkg-message.Max Khon2005-02-271-4/+4
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=129900
* - Provide a patch that allows to build working non-Unicode version.Max Khon2005-02-233-6/+34
| | | | | | | | - Add back 4.x support (non-Unicode version only). - Bump PORTREVISION. Notes: svn path=/head/; revision=129620
* - Unbreak.Max Khon2005-02-212-17/+25
| | | | | | | | | - Remove ability to build non-unicode version which is not supported by pgadmin3 developers. - Bump PORTREVISION. Notes: svn path=/head/; revision=129517
* - Mark broken on 5.2.0-RELEASE and later until problems with this portMax Khon2005-02-071-0/+4
| | | | | | | | are resolved. - Suggest to use pgadmin3 binary from pgadmin.org. Notes: svn path=/head/; revision=128238
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-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) Notes: svn path=/head/; revision=127737
* Fix build (distfiles was moved).Max Khon2005-01-131-1/+1
| | | | | | | | | Submitted by: kuriyama Pointed out by: kris Pointy hat to: fjoe Notes: svn path=/head/; revision=126318
* Update to 1.2.0Max Khon2005-01-0819-495/+123
| | | | Notes: svn path=/head/; revision=125854
* Chase wxgtk2*-devel libraries version bump.Max Khon2004-11-252-3/+38
| | | | Notes: svn path=/head/; revision=122429
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 1.0.2.Max Khon2004-06-2719-17/+399
| | | | | | | Use wxWidgets 2.5.2. Notes: svn path=/head/; revision=112415
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems Notes: svn path=/head/; revision=109952
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZE'ify.Max Khon2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99946
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Chase wxgtk library name change.Max Khon2003-11-042-11/+21
| | | | | | | | Use wxgtk2. Bump PORTREVISION. Notes: svn path=/head/; revision=93113
* New port: pgadmin3.Max Khon2003-11-045-0/+789
pgAdmin III is PostgreSQL database design and management system. Notes: svn path=/head/; revision=93017